Viewing 2 replies - 1 through 2 (of 2 total)
  • you can try adding a class to your table

    <table class=”myclass”>

    and then add

    .myclass td{padding:0;}

    to your style.css at the bottom.

    not WordPress’ fault – your theme does not reset the browser default table margins and padding;

    try to add to style.css:

    table,td,tr{margin:0;padding:0;vertical-align:bottom;}

    also, you have some invalid characters in the html table tag:

    <table style=”border:none;” cellpadding=”none;” align="center" top-padding="20px">

    correct the into "

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘removing border for rollover images layed out in table’ is closed to new replies.