Jump to content

wannabe_god

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by wannabe_god

  1. I had the same problem. I made:

    <html> <head> <title>Menu</title> </head> <body bgcolor="#333333"> <table width="130" border="1" cellspacing="0" cellpadding="0"   <tr>     <td height="40">option 1</td>   </tr>   <tr>     <td height="40">option 2</td>   </tr>   <tr>     <td height="40">keuze 3</td>   </tr>   <tr>     <td height="40">keuze 4</td>   </tr> </table> </body> </html>

    But I don't want to have any margin, because it is for an iframe. Is there any way to fix it without another language than html?

×
×
  • Create New...