Jump to content

CSS CODE


kaz

Recommended Posts

Hi,I wrote up a piece of Code for a head called Affiliate zone. Instead of rendering in the color that it was tagged, it merely showed up as bold black on my Mozilla browser. Isn't there a way of fixing this in "Internet options"?. Here is the code: #adzone{back-groundcolor:#0066CC;font-family:Arial, Helvetica, sans-serif;font-color:#000000font-size:16px;font-weight:700;}thanxkaz

Link to comment
Share on other sites

Thanx. However, the code renders well on my localhost server. However, when I upload the style sheet to my domain, It looks completely different. I also notice the stylesheet is incomplete. Some of the tags, including that of adzone are also missing, causing the header not to render at all. Here is the link for the updated stylesheet on my domain: http://kazmania.110mb.com/webplanet.cssThanx

Link to comment
Share on other sites

There are a whack of errors on your page that need to be fixed before anyone could possibly assist you.Your BODY tag should be lower-case to meet the specs for xhtml, and the br tags need to be closed for example.If you insist on using xhtml, look here for some things which you need to know, otherwise use a Doctype more suitable to your code.http://w3schools.com/xhtml/default.asp

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...