Hello Todd,
(TC == "Todd Cary") [EMAIL PROTECTED] uttered:
TC> If I do <table width="100%"> and <td width="750"> all works fine -
TC> the <img>'s "word wrap". But, when I do <table width="100%"> and
TC> <td width="100%">, I get a horizontal scroll bar and the <img>'s
TC> go off to the left.
Just leave out the width attribute for the <td> tag. You probably
don't want to use fixed width cells within a 100% width table.
Of course, if your images are 750 pixels wide and you put three of
them in a table cell, they're going to cause the page to scroll
horizontally no matter what you do to try to prevent it.
Might I suggest you check out some of the lists at http://www.hwg.org/
and check out the different HTML specifications at http://www.w3c.org/
It's a little daunting at first, but it's worth it to understand what
it all means.
HTH,
-Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]