1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Html help

Discussion in 'General Internet' started by Phalcon, 2004/04/16.

Thread Status:
Not open for further replies.
  1. 2004/04/16
    Phalcon

    Phalcon Inactive Thread Starter

    Joined:
    2004/02/25
    Messages:
    3
    Likes Received:
    0
    Not sure if this is the right section to post this or not. If it isn't, sorry.

    I need a little help with Html... I would like to add pictures to the right of this page without disturbing the lists on the left. TIA for any help
     
    Last edited: 2004/04/16
  2. 2004/04/16
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Put the content of your page in a <table>.
    Each table row <tr> will hold 2 table cells <td>.
    The text can go in the left cell and the image in the right cell.

    example: (table starts at this point on page)

    ,table width= "100% ">
    <tr>
    <td align= "left" width= "50% "><u><i><font color= "#00cc66" face= "BankGothic Md BT ">Exterior</font><br></u></i>
    <ul>Fuba Antenna<br>Limo Tint<br>G60 Fender Flares<br>Rear Wing</ul></td>
    <td align= "left" width= "50% "><img src = "my_image.jpg "></img></td>
    </tr>
    <tr>next row of text and image goes here using same use of <td> as above.</tr>
     
    Last edited: 2004/04/16

  3. to hide this advert.

Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.