PDA

View Full Version : 2 errors driving me nutz


^BuGs^
01-16-2004, 01:28 PM
Errors
URI : http://www.starfleets.net
Line: 138
Invalid number : widthattempt to find a semi-colon before the property name. add it

Line: 165
Invalid number : widthattempt to find a semi-colon before the property name. add it


This is off the CSS vaildator site. http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.starfleets.net&warning=1&profile=css2&usermedium=all

unruly
01-19-2004, 03:17 PM
That CSS file is a mess. Apparently the author doesn't know exactly the strenghts of CSS. For example. You do not need to define the font-family for each element. ESPECIALLY in tables, where the <table> element is the parent to the many <td> and <tr>'s. Same thing goes for font sizes and colors.

Clean it up, and then see where that gets you.

^BuGs^
01-21-2004, 02:33 AM
Ok. I fixed the HTML and CSS code. The new address where I been doing my testing is http://www.starfleets.net/index.php and http://www.starfleets.net/inlcude/style.css :)

edit: url's changed