Ik heb een pagina waar links opstaan ->
http://www.funforums.nl/bowlingonline/links.php
Maar hoe krijg ik er een kolom naast?
( Eronder lukt , maar ernaast dus niet )
Link Pagina
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Dit is de code :
Maar waar moet ik de <td></td> tags neerzetten? 
Code: Selecteer alles
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td valign="top" width="15%">
<table width="100%" cellspacing="1" cellpadding="1" border="0" align="left"><tr><td>
<table width="25%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat" width="20" height="25"><span class="genmed"><b>Bowling Verenigingen</b></span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="genmed" style="line-height: 150%">
Links
</span></td>
</tr>
</table>
HIER BEGINT TWEEDE KOLOM
<br />
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td valign="top" width="15%">
<table width="100%" cellspacing="1" cellpadding="1" border="0" align="left"><tr><td>
<table width="25%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat" width="20" height="25"><span class="genmed"><b>Bowling Verenigingen</b></span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="genmed" style="line-height: 150%">
Links
</span></td>
</tr>
</table>

Probeer dit eens?Erulezz schreef:Dit is de code :
Maar waar moet ik de <td></td> tags neerzetten?Code: Selecteer alles
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> <td valign="top" width="15%"> <table width="100%" cellspacing="1" cellpadding="1" border="0" align="left"><tr><td> <table width="25%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <td class="cat" width="20" height="25"><span class="genmed"><b>Bowling Verenigingen</b></span></td> </tr> <tr> <td class="row1" align="left"><span class="genmed" style="line-height: 150%"> Links </span></td> </tr> </table></td><td> <table width="25%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <td class="cat" width="20" height="25"><span class="genmed"><b>Bowling Verenigingen</b></span></td> </tr> <tr> <td class="row1" align="left"><span class="genmed" style="line-height: 150%"> Links </span></td> </tr> </table></td></tr> HIER BEGINT TWEEDE KOLOM <br /> <br /> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> <td valign="top" width="15%"> <table width="100%" cellspacing="1" cellpadding="1" border="0" align="left"><tr><td> <table width="25%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <td class="cat" width="20" height="25"><span class="genmed"><b>Bowling Verenigingen</b></span></td> </tr> <tr> <td class="row1" align="left"><span class="genmed" style="line-height: 150%"> Links </span></td> </tr> </table>
... Maar ik modereer (nog) niet.