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





Reply With Quote