Seite 1 von 1
Ein blödes prob.
Verfasst: 21.08.2003 14:57
von Gast
Hio Leute,
Ich habe ein board auf einem Lycos Webspace gehostet.
Und da kommt jetzt immer wenn ich auf einen beitrag anworten will
"Kein Beitrags Modus gewählt"
was heißt das?
Thx für Hilfe

Verfasst: 21.08.2003 15:13
von codemonkey
Verfasst: 22.08.2003 11:34
von Elvis
Hallo
hoffentlich ist der Post richtig hier.
kann mir bitte einer sagen wo und was ich ändern muß damit die rechte Tabelle net unter der mittigen rutsch.
Bild
Code: Alles auswählen
<table width="19%" align="right" cellpadding="2" cellspacing="1" border="2">
<tr>
<td rowspan="3">der 2ste Inhalt der 2ste Inhalt der 2ste Inhalt der 2ste Inhalt</td>
</table>
<table width="19%" nowrap="nowrap" align="left" cellpadding="2" cellspacing="1" border="2">
<tr>
<td rowspan="3" >der 1ste Inhalt der 1ste Inhalt der 1ste Inhalt der 1ste Inhalt</td>
</table>
<table width="60%" align="center" class="row1">
<tr align="center" valign="middle">
<th class="catHead" colspan="4">Flash Games</th>
</tr>
<td>
<center> <font face="Verdana" size="2"><b> Pacman </b> </font> </center>
<a href="#" onClick="playpac(800,420); return false" >
<img src="images/pacman.gif" border="0" alt="Play -> Pacman" /></a>
</td>
<td>
<center> <font face="Verdana" size="2"><b> Snake </b> </font> </center>
<a href="#" onClick="playsnake(800,420); return false" >
<img src="images/snake.gif" border="0" alt="Play -> Snake" /></a>
</td>
<td>
<center> <font face="Verdana" size="2"><b> Simon </b> </font> </center>
<a href="#" onClick="playsimon(800,420); return false" >
<img src="images/simon.jpg" border="0" alt="Play -> Simon" /></a>
</td>
<td>
<center> <font face="Verdana" size="2"><b> Space Invaders </b> </font> </center>
<a href="#" onClick="playspace(800,420); return false" >
<img src="images/space.gif" border="0" alt="Spiele Space - Invaders" vspace="1" /></a>
</td>
<tr> </tr>
<td>
<center> <font face="Verdana" size="2"><b> Hexxagon </b> </font> </center>
<a href="#" onClick="playhexxagon(800,420); return false"><img src="images/hexxagon.gif" border="0" alt="Spiele Hexxaglot" vspace="1" /></a>
</td>
<tr align="center" valign="middle">
<td class="cat" colspan="4"> </td>
</tr>
</table>
Verfasst: 22.08.2003 11:54
von Mungo
mach mal ne tabelle mit drei spalten und und setz dann die einzelnen tabellen jeweils in eine spalte...
Verfasst: 22.08.2003 14:09
von Elvis
hätte ich auch selber drauf kommen können

Verfasst: 22.08.2003 14:12
von Mungo
...manchmal sieht man den Wald vor lauter Bäumen nicht!
