Hej. Jeg har lidt problemer med nogle tabeller og celler.
Jeg vil gerne include en top fil og en bund fil, som lyder af følgende:
Top filen:
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>Untitled</title>
- </head>
- <body>
- <table class="bgimg" width="150" height="200" bordercolor="#black" border="0">
- <tr>
- <td width="150" height="200" valign="top" bgcolor="black"><font color="">
- </tr>
- <tr>
- <td width="150" height="200" valign="top" bgcolor="black"><font color="">
- </tr>
- <tr>
- <td width="150" height="200" valign="top" bgcolor="black"><font color="">
- </tr>
Mens min midte :
- <tr>
- <td width="680" height="700" valign="top" bgcolor="white"><font color="black">
- <table><tr><td>
-
- </td></tr></table>
- </font></td>
- </tr>
Og en bund fil som lyder af følgende:
- <tr>
- <td width="150" height="200" valign="top" bgcolor="black"><font color="">
- </tr>
- <tr>
- <td width="150" height="200" valign="top" bgcolor="black"><font color="">
- </tr>
- <tr>
- <td width="150" height="200" valign="top" bgcolor="black"><font color="">
- </tr>
- </table>
- </body>
- </html>
Men når jeg åbner den i browseren, så kommer alle cellerne lige under hinanden i venstre side.
Nogle der kan hjælpe.