neil
10-13-2003, 04:28 AM
I was wondering if anyone knew what appropriate document type setting was if I want to use the height attribute?
Dreamweaver puts these in tables by default, but they do come in useful sometimes.
Below is the information I got when running the page through the W3 validator.
-------------------------
from http://validator.w3.org/check?uri=http%3A%2F%2Ftest.talent.co.uk%2Ftalent_index2.php#line-19
-----------------
Line 19, column 29: there is no attribute "HEIGHT" (explain...).
<table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
^
------------------------
You have used an attribute with an element that is defined not to have that attribute. This is most commonly caused by using vendor-specific attributes without setting the document type appropriately.
----------------------------------
cheers Neil
Dreamweaver puts these in tables by default, but they do come in useful sometimes.
Below is the information I got when running the page through the W3 validator.
-------------------------
from http://validator.w3.org/check?uri=http%3A%2F%2Ftest.talent.co.uk%2Ftalent_index2.php#line-19
-----------------
Line 19, column 29: there is no attribute "HEIGHT" (explain...).
<table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
^
------------------------
You have used an attribute with an element that is defined not to have that attribute. This is most commonly caused by using vendor-specific attributes without setting the document type appropriately.
----------------------------------
cheers Neil