Results 1 to 4 of 4

Thread: How do I span Text Alongside an image?

  1. #1
    Join Date
    Aug 2006
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How do I span Text Alongside an image?

    By span I mean have text alongside the height of an image and not just at the bottom right corner of an image.

  2. #2
    Join Date
    Aug 2006
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Or for that matter a Table

  3. #3
    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

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
    <html>
    <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    
    </head>
    <body>
    <div style="width:485px;"><img style="float:left;padding:0 1ex 1ex 0;" src="http://www.google.com/intl/en_ALL/images/logo.gif" width="276" height="110">This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. This is your sample text. </div>
    </body>
    </html>
    - John
    ________________________

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

  4. #4
    Join Date
    Aug 2006
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks a million

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
  •