Before I start, here is the site that I will be referring to:hBB
In CSS, I cannot seem to vertically align any text. This is the code I'm using for the header part on my page:
Also, to center align the page, I have used the following:
This works for Netscape 6, Opera 6 and Opera 7. It does not have any effect in IE6. Is there anything else I could use.
Thanks in advance.
In CSS, I cannot seem to vertically align any text. This is the code I'm using for the header part on my page:
#header {
background-color: #FFFFFF;
color: #000000;
border: 2px solid #CCCCCC;
width: auto;
height: 100px;
text-align: center;
margin-bottom: 10px;
vertical-align: auto;
}
background-color: #FFFFFF;
color: #000000;
border: 2px solid #CCCCCC;
width: auto;
height: 100px;
text-align: center;
margin-bottom: 10px;
vertical-align: auto;
}
margin-right: auto;
margin-left: auto;
margin-left: auto;
Thanks in advance.
Comment