|
Posted by Beauregard T. Shagnasty on 10/19/07 12:39
Robert Baer wrote:
> How can i fix this to get rid of the W3C complaint, but still have
> control of that font size (line 61 in code having 77 lines)?
....
> <style type="text/css">
> body {
> background-color: #0093DD; <!-- light blue -->
Whoa, big fella! What are those HTML comments doing in your CSS? Did
you try at all to validate this page, both HTML and CSS?
background-color: #0093DD; /* light blue */
...is a correct CSS comment. With such errors, the browser is free to
either try to correct, or to ignore your CSS.
Read this before you proceed further:
http://k75s.home.att.net/fontsize.html
--
-bts
-Motorcycles defy gravity; cars just suck
Navigation:
[Reply to this message]
|