Results 1 to 3 of 3

Thread: Simple HTML text alignment question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 1999
    Location
    Leicester, UK
    Posts
    123
    When you have an image in your document and you want to place text at the side of it, I know that you can specify whether the text appears beside the top, middle or bottom of the image. Can someone please tell me the syntax for this?

    Thanks in advance

  2. #2
    Guest
    Code:
    <img border="0" src="img.gif" align="top">
    <img border="0" src="img.gif" align="center">

    I think there are other alignments you can use.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 1999
    Location
    Leicester, UK
    Posts
    123
    Thanks Dennis - just what I wanted!


Posting Permissions

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



Click Here to Expand Forum to Full Width