Problems with spaces below lines on page and tables
-
Hello, I’m new here so please forgive me if I am asking in the wrong place. I am using the zeeSynergie template and I’m kind of proud of myself because I coded footer widgets myself. That aside I’m having issues with line spacing, particularly in tables.
I have a table on my front page, TurboLobster.com, but the line spaces, especially the lines below text, are making Turbo Lobster unhappy.
Here is the html code I have right now:
<table style="border-width: 0;"> <tbody> <tr class="odd"> <td>[catlist id=5 numberposts=3 catlist orderby=date order=dsc]</td> <td>[catlist id=11 numberposts=3 orderby=date order=dsc]</td> </tr> <tr class="odd"> <td>[catlist id=10 numberposts=3 orderby=date order=dsc]</td> <td>[catlist id=8 numberposts=3 orderby=date order=dsc]</td> </tr> <tr class="odd"> <td>[catlist id=6 numberposts=3 orderby=date order=dsc]</td> <td>[catlist id=9 numberposts=3 orderby=date order=dsc]</td> </tr> <tr class="odd"> <td>[catlist id=13 numberposts=3 orderby=date order=dsc]</td> <td>[catlist id=14 numberposts=3 orderby=date order=dsc]</td> </tr> <tr class="odd"> <td>[catlist id=24 numberposts=3 orderby=date order=asc]</td> <td> [catlist id=25 numberposts=3 orderby=date order=asc]</td> </tr> </tbody> </table>
Additionally I cant get the row lines to go away either. Also if there is a better way to do this with css information on that would be great too!
Any tips and instructions are greatly appreciated. ??
- The topic ‘Problems with spaces below lines on page and tables’ is closed to new replies.