| | Just thought I'd say that rather than importing an external .css file through a "style" tag in the head, you could just put this in the head of the HTML document: CODE <link rel="stylesheet" type="text/css" href="yourstyle.css" /> And just an FYI: all attributes and css properties should be in lower case (except for specific classes that you define in your css -- those can be uppercase). Very good tutorial for beginners, teaches a lot of useful information. |

