Abend!
Hätt mal wieder ne Frage. Warum kann ich das Symbol nicht am Tabellenboden ausrichten? Siehe: http://www.ivanman.at/Sonstiges/test.html
Weiß jemand Rat?
Abend!
Hätt mal wieder ne Frage. Warum kann ich das Symbol nicht am Tabellenboden ausrichten? Siehe: http://www.ivanman.at/Sonstiges/test.html
Weiß jemand Rat?
wie wärs denn mit <td valign="bottom"> ?
Hab ich schon probiert - leider nicht!
Moin!
Da steht ganz einfach zu viel in der Zelle, machs so:
<html>
<head>
<title>Event-Planer</title>
</head>
<body>
<form action='#' method='post'><input type='hidden' name='id' value='$id'>
<table border='1' bordercolor='#000000' cellspacing='0' cellpadding='2'>
<tr>
<td style='vertical-align:bottom;'><input type='image' src='info.gif'></td>
<td style='vertical-align:bottom;'>Datum</td>
<td style='vertical-align:bottom;'>Ort</td>
</tr>
</table>
</form>
</body>
</html>
Alles anzeigen
G.a.d.M.
Ronald