I am having a problem with CSS.. I am trying to make my site look the same in all common browsers. So far, everything works just fine in IE 5+, and Netscape 4.5
The problem comes with Netscape 6.0. My main body text is not following my CSS code. It is formatting as Times font in standard size. Every other CSS tag is working in Netscape 6 exept for my body text area...
I have the following defined in my styles.css file:
And in my php document, I have the following:Code:.bodyText { color:#000000; font-family: verdana,arial,helvetica; font-size: 10pt; }
I have .titleText defined in the same was as .bodyText except font size is one size up and is bold. The title appears correct in Netscape 6, but the body of the page is not...Code:<table width=100> <tr> <td><span class=titleText>Title Page</span><br> <span class=bodyText>This is the body of my page. It goes here, but does not format correctly according to my CSS definition?!?!<p>
Does anyone know what the problem is? I'd rather not post my URL for my site here, as my page is not nearly completed yet, but if you must see the page, can you either leave your e-mail here so I can send the URL to you, or else e-mail me: ccapon@execpc.com
<Edited by HumanClay on 01-12-2001 at 01:24 AM>




Bookmarks