|
Posted by Neredbojias on 10/19/07 14:27
Well bust mah britches and call me cheeky, on Fri, 19 Oct 2007 08:39:21 GMT
jodleren scribed:
> Hi
>
> Click here abd you will see the problem:
> http://enesetunne.planet.ee/uus/test.htm
>
> A bunch of graphics parts, which makes up this folder.
> The upper example is made of 2 columns in the top, which sizes the
> first correctly, but the seconds not. The table in the <td> is set to
> width="100%". Still, I only get a few pixels at the end (and why at
> the end, not right after the first part???)
Validation suggests an answer:
cellpadding=0 cellspacing=0 border=0 width=100 % >?
You have used a character that is not considered a "name character" in an
attribute value. Which characters are considered "name characters" varies
between the different document types, but a good rule of thumb is that
unless the value contains only lower or upper case letters in the range a-z
you must put quotation marks around the value. In fact, unless you have
extreme file size requirements it is a very very good idea to always put
quote marks around your attribute values. It is never wrong to do so, and
very often it is absolutely necessary.
> The second one sizes correctly, but I'd like b0b.gif part to take up
> all possible space, not the label.
>
> I havn't done much like this before, only minor things.
There are other errors. You may wish to validate the page at:
http://validator.w3.org/
--
Neredbojias
[Back to original message]
|