nicht vom code erschlagen lassen
ich habe nur eine Frage wie schaffe ich es das wenn ich den text
eingebe, er einen automatischen zeilenumbruch macht? irgendwas mit fixed.table ?
Schaut hier
ich habe nur eine Frage wie schaffe ich es das wenn ich den text
eingebe, er einen automatischen zeilenumbruch macht? irgendwas mit fixed.table ?
Schaut hier
PHP-Code:
<html>
<head>
</head>
<body bgcolor="grey">
<center>
<table border="0" cellspacing="0" cellpadding="0" width="">
<tr>
<td height="15px" width="450px" colspan="5">
</td>
</tr>
<tr>
<td height="150px" width="550px" bgcolor="orange" valign="top">
Header Logo
</td>
<td width="15">
</td>
<td width="125px" bgcolor="orange" rowspan="3" valign="top">
navigation _
<br>
<br>
_
<a href="test.html">Was geht ab</a>
<br>
_
<a href="test.html">Impressum</a>
</span>
<br>
<br>
files _
<br>
<span class="bold">
<br>
_
<a href="test.html">Musik</a>
</span>
<br>
</td>
<td width="25" rowspan="5">
</td>
<td width="150px" bgcolor="orange" rowspan="5" valign="top">
<center>
<a href="test.html">Registrieren</a>
|
<a href="test.html">Login</a>
_
<br>
<input type="text" name="text" size="19" class="feld" value="Benutzername">
<input type="password" name="Password" size="19" class="feld" value="Passwort">
</center>
<br>
umfrage _
<br>
stats _
<br>
Statistik
<br>
</td>
</tr>
<tr>
<td height="15px" width="450px" colspan="2">
</td>
</tr>
<tr>
<td height="550px" width="550px" bgcolor="orange" rowspan="3" valign="top">
<br>
</td>
<td width="15" rowspan="1">
</td>
</tr>
<tr>
<td height="15px" width="15" colspan="2">
</td>
</tr>
<tr>
<td bgcolor="orange" height="350px" colspan="2" valign="top">
</td>
</tr>
</table>
</center>
</body>
<html>
Kommentar