I've been trying to make my site html 4.01 compliant (with success!) and here is the test page - http://www.bobsnbits.34sp.com
I know this page looks ok in both IE6 and FF but haven't tested it with other browsers.
Do you think the CSS looks alright or is it clumsy?
Cheers for any help.
I know this page looks ok in both IE6 and FF but haven't tested it with other browsers.
Do you think the CSS looks alright or is it clumsy?
Code:
a:link
{
color: #111111;
text-decoration: none
}
a:visited
{
color: #111111;
text-decoration: none
}
a:hover
{
color: #ff0000;
text-decoration: none
}
a:active
{
color: #ff0000;
text-decoration: none
}
a.nav:link
{
color: #ffffff;
text-decoration: none
}
a.nav:visited
{
color: #ffffff;
text-decoration: none
}
a.nav:hover
{
color: #111111;
text-decoration: none
}
a.nav:active
{
color: #111111;
text-decoration: none
}
TABLE
{
border-collapse: collapse;
border-color: #111;
border-width: 1px;
border-style: solid
}
#content
{
border: 0
}
td.main
{
border-color: #111;
border-width: 1px ;
border-style: solid
}
p.big
{
font-family: verdana;
font-size: 10pt
}
p
{
font-family: verdana;
font-size: 8pt
}
Cheers for any help.
Last edited: