loki
27-04-2004, 16:51/04:51PM
i'm using the W3 MarkUp Validation Service herehttp://validator.w3.org/detailed.html
it seems to be rejecting a table height="100%" definition(below).
it also seems to be ok with a width value at 100% but not too keen on the height value at 100%.
is there a way around this?
craig
Below are the results of attempting to parse this document with an SGML parser.
Line 52, column 27: there is no attribute "height" (explain...).
<table width="100%" height="100%" border="0">
it seems to be rejecting a table height="100%" definition(below).
it also seems to be ok with a width value at 100% but not too keen on the height value at 100%.
is there a way around this?
craig
Below are the results of attempting to parse this document with an SGML parser.
Line 52, column 27: there is no attribute "height" (explain...).
<table width="100%" height="100%" border="0">