06. november 2002 - 01:19
Der er
2 kommentarer og 1 løsning
tekst i top
Hej jeg kan ikke få det her til at virke, jeg skal have teksten i toppen af tabellen: <html> <head> <title>Nyt dokument</title> </head> <body background="back.gif"> <table border=0> <tr> <td><img src="tom.gif" height="768" width="185"</td> <td style="background-image: url(papir.gif); background-repeat: no-repeat; height: 756px; width: 656px"> <ol><ol><ol><ol> <tt><font face="Tahoma"size="2" color="#000000"> TEKSTEN </font></tt> </td> </tr> </table> </body> </html>
Annonceindlæg fra Infor
06. november 2002 - 01:23
#1
Prøv nu... <html> <head> <title>Nyt dokument</title> </head> <body background="back.gif"> <table border=0> <tr> <td><img src="tom.gif" height="768" width="185"</td> <td style="background-image: url('papir.gif'); background-repeat: no-repeat; height: 756px; width: 656px" valign="top"> <ol><ol><ol><ol> <tt><font face="Tahoma"size="2" color="#000000"> TEKSTEN </font></tt> </td> </tr> </table> </body> </html>