a top picture

Sharky Forums


Results 1 to 3 of 3

Thread: a top picture

  1. #1
    Reef Shark chronicle's Avatar
    Join Date
    Jan 2002
    Location
    NYC, NY, USA
    Posts
    311

    a top picture

    Hi

    quick question:
    If you look at the code below the picture in the table is placed in the middle, but I want it to be placed in the top how can I do that?

    <table width="100%" height="750" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td><img src="abc.jpg" width="40" height="20"></td>
    </tr>
    </table>

    thanks

  2. #2
    Hammerhead Shark Tekime's Avatar
    Join Date
    Dec 2001
    Location
    Falmouth, ME
    Posts
    2,347
    You can use <td valign="top">. Also the height attribute for tables is unsupported and deprecated; it could cause issues with certain browsers.
    Stuff and stuff

  3. #3
    Reef Shark chronicle's Avatar
    Join Date
    Jan 2002
    Location
    NYC, NY, USA
    Posts
    311

    Arrow

    again thanks alot Tekime!

Posting Permissions

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