Posted by ffreino on 05/04/07 22:16
Hi,
This is a tricky problem (at least for me) I would like to print a
movie title and then its score using stars (img tags)
For example ( where * stands for <img src='...'> ) :
Spiderman 3 * * * * *
The Shining * * *
The problem arise when there is no width enough to print the whole
line, so it prints:
Spiderman 3 * * *
* *
The Shining * * *
How can I keep several images in the same line?
Thanks.
PS-. Those scores aren't real :B
[Back to original message]
|