!DOCTYPE declaration messing with my font sizes

byenbye

New Member
\[code\]!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"\[/code\]The above is the doctype suggested by the W3 validator for my site. I've been really stupid and developed quite abit without declaring the doctype at the top of each page.Luckily it only seems to have affected the font sizes/weights, which are all now massive for some reason.Below is an example of css from my site. Any suggestions?\[code\]table.bookings { width: 744; margin-left: 8px; font-size: 14px; font-family: "Helvetica"; color: #ffffff; text-decoration: none; background-color:#484848;}\[/code\]Many thanks
 
Top