My Table its not visible in the Sidebar. What can I do?
-
Hello there,
I made some nice icons for my social media viewers and I want to use them in my sidebar. The problem is that my homemade table is not showing in Internet Explorer, Chrome and Opera. In Firefox I can see the table, but my icons show up in unwanted positions. Here is the code for the table:
<body> <table width="300" height="228" border="0"> <tr> <td width="17" rowspan="3"><img src="Barg.png" width="68" height="298" /></td> <td width="75" height="112"><img src="RSS.png" width="75" height="92" /></td> <td width="84"><img src="Buzz.png" width="75" height="92" /></td> <td width="20"><img src="Digg.png" width="75" height="92" /></td> </tr> <tr> <td><img src="Facebook.png" width="75" height="92" /></td> <td><img src="Twitter.png" width="75" height="92" /></td> <td><img src="Stumbleupon.png" width="75" height="92" /></td> </tr> <tr> <td colspan="3"> </td> </tr> </table> </body> </html>
- The topic ‘My Table its not visible in the Sidebar. What can I do?’ is closed to new replies.