Results 1 to 2 of 2

Thread: Need Help with making text always stay on the right of the image

  1. #1
    Join Date
    Mar 2007
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need Help with making text always stay on the right of the image

    Website: http://www.dealsneaker.com/projectx/projectx.html

    Can anyone help?

    I'm having trouble with trying to figure out how to keep text on the right of the image and never go under the image,

    thanks in advance.


  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Since you are already using a table, the easiest method would be to, instead of (an oversimplification of what you have):

    HTML Code:
    <tr><td><img>everything else in the cell</td></tr>
    do:

    HTML Code:
    <tr><td><img></td><td>everything else that was in the one cell</td></tr>
    You would likely need to set the width of at least the first cell, perhaps both of them.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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