22. august 2003 - 15:44
Der er
26 kommentarer og 1 løsning
det hele på en linie
Jeg har følgende : <tr> <td align= "center" style="border-left: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0" ></a>tio<a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0"></a></td> </tr> dvs et link, en tekst, og samme link. Det skal stå på samme række, men det er kun det første link og teksten der gør det ????
Annonceindlæg tema
Offentlig digitalisering
Fra effektivisering til digital suverænitet. Hvordan skaber det offentlige en digital fremtid med AI, sikkerhed og kontrol i centrum?
22. august 2003 - 15:45
#1
altså sådan skal det være : link tekst link
22. august 2003 - 15:47
#2
Har du width på table eller andre celler (td)???
22. august 2003 - 15:48
#3
jeg har på table : <table border="0" cellspacing="0" cellpadding="5" width= "100%" bgcolor="#FF9966" >
22. august 2003 - 15:49
#4
ok Prøv at skrive koden sådan: <tr><td align= "center" style="border-left: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0" ></a>tio<a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0"></a></td></tr>
22. august 2003 - 15:49
#5
sådan ser hele tabellen ud : <table border="0" cellspacing="0" cellpadding="5" width= "100%" bgcolor="#FF9966" > <tr> <td align= "center" style="border-left: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0" ></a>tio<a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0"></a></td> </tr> <tr> <td align= "center" style="border-left: 3px solid black" style="border-right: 3px solid black"><b> Copyright © 2003 tiotid</b></td></tr> </table>
22. august 2003 - 15:49
#6
Altså </td> og </tr> i samme linie...
22. august 2003 - 15:51
#7
hjælper ikke...
22. august 2003 - 15:53
#8
Er dette anderledes? <!DOCTYPE html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>Untitled</TITLE> </HEAD> <BODY> <TABLE border="0" cellspacing="0" cellpadding="5" width="100%" bgcolor="#FF9966"> <TR> <TD align="center" style="border-left: 3px solid black" style="border-top: 3px solid black"><A href="tiotid.php"><IMG align="left" src="ur.jpg" width="20" height="20" border="0"></A> tio <A href="tiotid.php"><IMG align="left" src="ur.jpg" width="20" height="20" border="0"></A> </TD> </TR> <TR> <TD align="center" style="border-left: 3px solid black" style="border-right: 3px solid black"><B> Copyright © 2003 tiotid</B> </TD> </TR> </TABLE> </BODY> </HTML>
22. august 2003 - 15:54
#9
prøv at indsætte nowrap i dit td-tag (<td nowrap align="cen.... >)
22. august 2003 - 15:57
#10
Denne? <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> Untitled </title> </head> <body> <table border="0" cellspacing="0" cellpadding="5" width="100%" bgcolor="#FF9966"> <tr> <td nowrap align="center" style="border-left: 3px solid black" style= "border-top: 3px solid black"> <a href="tiotid.php"><img alt="error-file:tidyout.log" align= "left" src="ur.jpg" width="20" height="100%" border="0"></a> tio <a href="tiotid.php"><img alt="error-file:tidyout.log" align= "left" src="ur.jpg" width="20" height="100%" border="0"></a> </td> </tr> <tr> <td nowrap align="center" style="border-left: 3px solid black" style= "border-right: 3px solid black"> <b>Copyright © 2003 tiotid</b> </td> </tr> </table> </body> </html>
22. august 2003 - 16:01
#11
Jeg tror jeg ville lave det med tre celler med hhv. align left, center og right i stedet. Det burde virke. // Adam
22. august 2003 - 16:01
#12
det gør det ikke...adam
22. august 2003 - 16:04
#13
Sådan: <html> <body> <table border="0" cellspacing="0" cellpadding="5" width= "100%" bgcolor="#FF9966" > <tr> <td align="left" style="border-left: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0" ></a></td> <td align="center" style="border-top: 3px solid black"><a href="tiotid.php">tio</td> <td align="right" style="border-right: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="right" src="ur.jpg" width="20" height="20" border="0" ></a></td> </tr> <tr> <td nowrap colspan=3 align= "center" style="border-left: 3px solid black" style="border-right: 3px solid black"><b> Copyright © 2003 tiotid</b></td></tr> </table> </body> </html>
22. august 2003 - 16:11
#14
det ser fint ud men, det første link står helt til venstre : link tio link skal være sådan her : link tio link
22. august 2003 - 16:23
#15
nu står det som det skal bortset fra at linkene gerne må stå helt tæt på teksten i midten.. Hvordan får jeg det ?????
22. august 2003 - 16:25
#16
koden er : <center> <table border="0" cellspacing="0" cellpadding="3" width= "100%" bgcolor="#FF9966" > <tr> <td style="border-left: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="right" src="ur.jpg" width="20" height="20" border="0" ></a></td> <td align= "center" style="border-top: 3px solid black">TioTid</td> <td style="border-right: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0" ></a></td> </tr> <tr> <td nowrap colspan=3 align= "center" style="border-left: 3px solid black" style="border-right: 3px solid black"><b> Copyright © 2003 tiotid</b></td> </tr> </table> </center>
22. august 2003 - 16:29
#17
<center> <table border="0" cellspacing="0" cellpadding="3" width= "100%" bgcolor="#FF9966" > <tr> <td align=right style="border-left: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="right" src="ur.jpg" width="20" height="20" border="0" ></a></td> <td align="center" style="border-top: 3px solid black">TioTid</td> <td align=left style="border-right: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0" ></a></td> </tr> <tr> <td nowrap colspan=3 align= "center" style="border-left: 3px solid black" style="border-right: 3px solid black"><b> Copyright © 2003 tiotid</b></td> </tr> </table> </center>
22. august 2003 - 16:29
#18
øh hvad har du ændret ???
22. august 2003 - 16:31
#19
jamen der står jo align ved img ..
22. august 2003 - 16:32
#20
det ændrer ikke noget
22. august 2003 - 16:41
#21
<center> <table border="0" cellspacing="0" cellpadding="3" width= "100%" bgcolor="#FF9966" > <tr> <td align=right style="border-left: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="right" src="ur.jpg" width="20" height="20" border="0" ></a></td> <td width=150 align="center" style="border-top: 3px solid black">TioTid</td> <td align=left style="border-right: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0" ></a></td> </tr> <tr> <td nowrap colspan=3 align= "center" style="border-left: 3px solid black" style="border-right: 3px solid black"><b> Copyright © 2003 tiotid</b></td> </tr> </table> </center>
22. august 2003 - 20:52
#22
Ok, nu har jeg vist forstået hvad det drejer sig om: <center> <table border="0" cellspacing="0" cellpadding="3" width= "100%" bgcolor="#FF9966" > <tr> <td align=center style="border-left: 3px solid black; border-top: 3px solid black; border-right: 3px solid black"><a href="tiotidleft.php"><img src="ur.jpg" width="20" height="20" border="0"></a>TioTid<a href="tiotid.php"><img src="ur.jpg" width="20" height="20" border="0" ></a></td> </tr> <tr> <td align= "center" style="border-left: 3px solid black; border-right: 3px solid black"><b> Copyright © 2003 tiotid</b></td> </tr> </table> </center>
24. august 2003 - 18:02
#23
<tr> <td align= "center" style="border-left: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0" ></a></td><td>tio</td><td><a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0"></a></td> </tr>
24. august 2003 - 18:04
#24
Eller måske rettere sådan ? : <tr> <td align= "center" style="border-left: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0" ></a></td><td align= "center" style="border-left: 3px solid black" style="border-top: 3px solid black">tio</td><td align= "center" style="border-left: 3px solid black" style="border-top: 3px solid black"><a href="tiotid.php"><img align="left" src="ur.jpg" width="20" height="20" border="0"></a></td> </tr> Ikke klar over hvad din hensigt er med border'ne.
03. oktober 2003 - 19:27
#25
Hallo....
05. oktober 2003 - 11:06
#26
Hvad med at svare på de forsk. indlæg ?
05. oktober 2003 - 16:04
#27
???
Vi tilbyder markedets bedste kurser inden for webudvikling