noob problem
Verfasst: 04.05.2003 14:54
hi also mein pro is einfach ich hab so ne games.php wos mir die spiele in ner übersicht zeigt mit beschreibung und nem kleinen bild daneben die sind bei mir untereinander aufgelistet ich will aber imma 2 nebeneinander un drunter dann wieda 2 nebeneinander usw ....
ich blick des aber ned mit den php codes was ich da einfügen muss für dass die nebeneinander sind und dann drunter des nächste bild usw....
kann mir dass mal einer ahnand meinen codes einfügen und noch ne seite nennen wo die ganzen php codes augeführt sind ???
ich blick des aber ned mit den php codes was ich da einfügen muss für dass die nebeneinander sind und dann drunter des nächste bild usw....
kann mir dass mal einer ahnand meinen codes einfügen und noch ne seite nennen wo die ganzen php codes augeführt sind ???
Code: Alles auswählen
tr>
<td width="120" height="19" bgcolor="#F4F6FB">
<p align="center">Game</td>
<td width="141" height="19" bgcolor="#F4F6FB">
<p align="center">Preview</td>
<td width="129" height="19" bgcolor="#F4F6FB">
<p align="center">Start</td>
</tr>
<tr>
<td width="123" height="19" bgcolor="#F4F6FB">
<p align="center">Pacman</td>
<td width="104" height="19" bgcolor="#F4F6FB">
<p align="center">
<img border="0" src="images/pacman.gif"></td>
<td width="129" height="19" bgcolor="#F4F6FB">
<p align="center"> <a href="#" onClick="playpac(360,420); return false" title="Click to play Pacman">Play</a></td>
</tr>
<tr>
<td width="120" height="19" bgcolor="#F4F6FB">
<p align="center">Snake</td>
<td width="141" height="19" bgcolor="#F4F6FB">
<p align="center">
<img border="0" src="images/snake.gif"></td>
<td width="129" height="19" bgcolor="#F4F6FB">
<p align="center"> <a href="#" onClick="playsnake(360,420); return false" title="Click to play Pacman">Play</a></td>
</tr>
<tr>
<td width="120" height="19" bgcolor="#F4F6FB">
<p align="center">Space Invaders</td>
<td width="141" height="19" bgcolor="#F4F6FB">
<p align="center">
<img border="0" src="images/space.gif"></td>
<td width="129" height="19" bgcolor="#F4F6FB">
<p align="center"> <a href="#" onClick="playspace(360,420); return false" title="Click to play Pacman">Play</a></td>
</tr>
<tr>
<td width="120" height="19" bgcolor="#F4F6FB">
<p align="center">Rigelian hotshots</td>
<td width="141" height="19" bgcolor="#F4F6FB">
<p align="center">
<img border="0" src="images/rigelianhotshotsbigicon.gif"></td>
<td width="129" height="19" bgcolor="#F4F6FB">
<p align="center"> <a href="#" onClick="playrigelian_hotshots(360,420); return false" title="Click to play RigelianHotshots">Play</a></td>
</tr>
<tr>
<td width="120" height="19" bgcolor="#F4F6FB">
<p align="center">war_on_terrorism</td>
<td width="141" height="19" bgcolor="#F4F6FB">
<p align="center">
<img border="0" src="images/wotbigicon.gif"></td>
<td width="129" height="19" bgcolor="#F4F6FB">
<p align="center"> <a href="#" onClick="playwar_on_terrorism(360,420); return false" title="Click to play war_on_terrorism">Play</a></td>
</tr>