Netscape problems

admin

Administrator
Staff member
I am using Netscape 6.2 to view my website. When I view it in IE, it comes out fine. The link is:

<!-- m --><a class="postlink" href="http://www.hybrid-design.net/fhp/">http://www.hybrid-design.net/fhp/</a><!-- m -->

What's strange is that when I view it in Netscape, the navigational menu is and the two green headings within the body appear the same as they do in IE, but the rest of the text in the body and footer is really small. Can anyone offer any assistance as to why this might be happening?

Thank you.Try putting this in your CSS:
p {
font-size: Xpt;
}
Change X to the number you want the text size to be.Originally posted by Daniel T
Try putting this in your CSS:
p {
font-size: Xpt;
}
Change X to the number you want the text size to be.

Thanks! I didn't have to go that far, I only had to take out the space between the point size and the 'pt'. Once I took out that space, everything was fine.

Thanks again.
 
Back
Top