MrCraig
22-11-2007, 09:50 PM
Is there any way to stop images from echo'ing off the page?
For example, I have a
while($im = mysql_fetch_array(mysql_query("select * from image")))
{
echo('<img src="'.$im[image].'" />');
}
When i say echoing off the page, i mean it scrolls to the side. so any way to 'word wrap' it?
For example, I have a
while($im = mysql_fetch_array(mysql_query("select * from image")))
{
echo('<img src="'.$im[image].'" />');
}
When i say echoing off the page, i mean it scrolls to the side. so any way to 'word wrap' it?