Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default One last thing..

    Is there any way to stop images from echo'ing off the page?

    For example, I have a

    PHP Code:
    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?
    Coming and going...
    Highers are getting the better of me

  2. #2
    Join Date
    Oct 2007
    Location
    Luton, England
    Posts
    1,548
    Tokens
    388
    Habbo
    DeejayMachoo

    Latest Awards:

    Default

    a table?


  3. #3
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default

    its already in a table...

    Should of mentioned that sorry
    Coming and going...
    Highers are getting the better of me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •