Forum Moderators: phranque
Line 145 column 60: there is no attribute "bordercolor".
<table width="90%" border="1" cellspacing="3" bordercolor="009900" id="Side">
Personally, and this has little to do with your question, I prefer to use CSS anyway; its use here would aid validation with the more stringent standards. If you're new to web design, then now is the ideal opportunity to pick up CSS - the changeover is largely inveitable, it's just that there is less legacy code to convert right now.
It is best to put the CSS in an external file, so that the whole site can use the same settings.
While doing that, get rid of all <font> tags and replace the whole lot with another 4 or 5 lines of CSS. This works best if you make sure that all of your content consists of headings, paragraphs, lists, tables and forms (the so-called "block" elements): style each of those blocks and then use a class for any exceptions.
I have halved the file size of all the pages of a site by doing that recently. They load quicker and use less bandwdth now, as well as all having exactly the same (rather than just being similar) style.
[edited by: g1smd at 6:47 pm (utc) on Sep. 12, 2005]