ian_ok
Mar 16th 2005, 6:20 am
For some reason my H1 tag is now no longer working in FF and netscape, it shows it as blue and underlined yet in IE all is fine.
Here is my code:
<TD height=21 colspan="5" bgcolor="#336699" class="header"> <div>
<a href="http://www.costaandsierra.com/"><h1>Andalucia properties for sale & rent</h1>
</a> <font color="#33CC33">Costa de la Luz Sanlucar de Barrameda & Sierra
de Grazalema</font></div></TD>
My CSS
h1
{
font-type: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #33CC33;
text-align: center;
display: inline;
}
.header
{
font-type: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #33CC33;
text-align: center;
}
The site is:
www.costaandsierra.com
Thanks Ian
Here is my code:
<TD height=21 colspan="5" bgcolor="#336699" class="header"> <div>
<a href="http://www.costaandsierra.com/"><h1>Andalucia properties for sale & rent</h1>
</a> <font color="#33CC33">Costa de la Luz Sanlucar de Barrameda & Sierra
de Grazalema</font></div></TD>
My CSS
h1
{
font-type: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #33CC33;
text-align: center;
display: inline;
}
.header
{
font-type: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #33CC33;
text-align: center;
}
The site is:
www.costaandsierra.com
Thanks Ian