Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

tiny gap at the top of tables

Options
  • 30-09-2003 2:12pm
    #1
    Closed Accounts Posts: 293 ✭✭


    page done out in table, the top image is to be joined to the left side image but i am left with a tiny 1 or 2 pixel gap when i view in browser....driving me nuts coz it is very noticable...looked on the web few said to make it a background image...but i cant coz it is a fireworks image with hotspots...

    can any one help with this??

    cheers


Comments

  • Registered Users Posts: 394 ✭✭Mickah


    Have you got a working URL or can you post the HTML?


  • Closed Accounts Posts: 25 motorbass


    check your html export settings in fireworks - could be 1pixel shims created by fireworks.

    file >> HTML setup...

    turning on table borders in your html can sometimes help identifying where a problem is.


  • Registered Users Posts: 3,886 ✭✭✭cgarvey


    Have you cell padding and spacing set to zero (either in the <table> tag or in CSS)?

    .cg


  • Registered Users Posts: 2,281 ✭✭✭DeadBankClerk


    in your css:

    [php]table
    {
    border-collapse : collapse;
    }[/php]

    and in your html get rid of any whitespace characters between the <td> and <img> tags.


Advertisement