PHP ver gevorderde |
|
<table width="90%" border="1" cellspacing="1" cellpadding="2" >
<tr bordercolor="#CCCCCC" bgcolor="E9E9E9">
<td width="32%"> <p class="normaal"><a title="<?php echo $row['beschrijving']; ?> (<?php echo $row['URL']; ?>)" target="_blank" href="php echo $row['URL']; ?>"><?php echo $row['naam']; ?></a></p></td>
<td width="32%"> <p class="normaal"><b>Geplaatst door:</b> <?php echo "".$row['NaamGeplaatstDoor'].""; ?></p></td>
<td width="32%"> <p class="normaal"><b>Geplaatst op:</b> <?php echo $row['datum']; ?></p></td>
<td width="3%"><div align="center"><form method="POST" action="Onderdelen/Links/gebroken_URL.php?URL=<?php echo $row['URL']; ?>"><input type="image" src="Images/Klein/Gebroken URL.gif" value="submit" name="B1"></form</table>
<table width="90%" border="1" cellspacing="1" cellpadding="2" > <tr bordercolor="#CCCCCC" bgcolor="E9E9E9"> <td width="32%"> <p class="normaal"><a title=" <?php echo $row['beschrijving']; ?> ( <?php echo $row['URL']; ?>)" target="_blank" href="php echo $row['URL']; ?>"> <?php echo $row['naam']; ?></a></p></td> <td width="32%"> <p class="normaal"><b>Geplaatst door:</b> <?php echo "".$row['NaamGeplaatstDoor'].""; ?></p></td> <td width="32%"> <p class="normaal"><b>Geplaatst op:</b> <?php echo $row['datum']; ?></p></td> <td width="3%"><div align="center"><form method="POST" action="Onderdelen/Links/gebroken_URL.php?URL= <?php echo $row['URL']; ?>"><input type="image" src="Images/Klein/Gebroken URL.gif" value="submit" name="B1"></form</table>
Zou iemand dit script eens kunnen ingeven in dreamweaver ofzo?
Als je dat ingeeft zie je dat de cellen redelijk hoog zijn. Dit komt doordat dat forum enz veel plaats nodig heeft in de cel... Maar het probleem: de image die gebruikt wordt (gebroken URL.gif) is zo'n 10x10, dus er is een hele hoge cel voor niets. Weet iemand hoe ik dit kan oplossen? De cel verbreden haalde niks uit.
|