PDA

View Full Version : One last thing..



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?

DeejayMachoo$
22-11-2007, 10:10 PM
a table?

MrCraig
23-11-2007, 06:05 PM
its already in a table...

Should of mentioned that sorry

Want to hide these adverts? Register an account for free!