squarkman
Technical User
- Mar 10, 2008
- 34
Greetings:
I am displaying sequential thumbnails on a web page with text on top. Right now they follow each other vertically down the page. I want them to follow each other horizontally across the page. Can this be done given that the text has to go on top of the image?
Here's the code fragment that displays the text and image...
echo "$i. $file <br />";
echo "<img src=$path/$file width=100><br />";
Please see attachment if it goes thru.
Thanks for any help with this impossible task.
Rocky
I am displaying sequential thumbnails on a web page with text on top. Right now they follow each other vertically down the page. I want them to follow each other horizontally across the page. Can this be done given that the text has to go on top of the image?
Here's the code fragment that displays the text and image...
echo "$i. $file <br />";
echo "<img src=$path/$file width=100><br />";
Please see attachment if it goes thru.
Thanks for any help with this impossible task.
Rocky