View Single Post
  #2 (permalink)  
Old 07-19-2005, 05:31 PM
ChrisRC ChrisRC is offline
WebProWorld Pro
 
Join Date: Mar 2004
Location: Pittsburgh, PA, USA
Posts: 109
ChrisRC RepRank 0
Default

I can think of a number of things to mention based on the code you posted, but as far as your question... what red paragraphs?

If you mean the blue paragraphs, try removing the <style> tags from your external stylesheet. A an external stylesheet should be css only, not html. the opening tag is disrupting the p selector.


Some other notes you may or may not be interested in, but they could save you trouble later:
You need a doctype declaration
There should only be one h1 on a page
Although it's well supported, hr's don't have a color attribute. Use your stylesheet for that.
I don't understand why this is a table. Regardless, tables don't have a height attribute. Even if they did - and you can set a height in css - I don't understand what you want your table height to be 90% of.
Reply With Quote