Results 1 to 2 of 2

Thread: Table Help

  1. #1
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Table Help

    Thanks for looking at my question first off...I'll try to explain this as best as I can.

    Here is the coding I'm working with..
    <tr><td><img src="/images/frameleft.gif" width="20" height="92" alt="" border="0"></td><td>{INDEX_RAND_POTW}</td><td><img src="/images/frameright.gif" width="19" height="92" alt="" border="0"></td></tr>
    The portion that says {INDEX_RAND_POTW}, this calls up my database for a random picture(size of pic always the same). The problem is that I have blank spaces on each side of this when put into effect. Shown here My Site at the top right. Where it says none, is where the pic will be. There is that gap between the left image border and this picture. And one shows up after this pic and the right image border as well.

    Hope I explained this good enough. Thanks for any help you can give me

  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

    Your markup is invalid (on the page in question) as a result things are going to display in odd and unexpected ways. There are tr's inside td's and unequal numbers of td's per tr's. In addition (though it is hard to really tell because of the other problems) the set width of 208 may be too wide. Validate your markup and get back to us.
    - 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
  •