> > It should have a % for the width at least, and then it should wrap
> > itself.
> 
> Not necessarily, if you have a single 'word' (a string of characters
with
> no
> space) that is very long then the width of the table stretches to
> accomodate
> the length of that 'word'.

Right, that's why I told him to put a space around his image tags. Then,
with that space, and a % width, it should (?) wrap. 

I think he was ending up with a long 'word' like you were saying; only
made of image tags.

<img src='foo.jpg'><img src='foo.jpg'><img src='foo.jpg'> etc...

so it would not wrap. 

<img src='foo.jpg'> <img src='foo.jpg'> <img src='foo.jpg'> etc...

should wrap, though. 

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to