Forum Moderators: phranque
Besides, I have another problem, when the content of one of those 'wings' gets too big, I'll get quite a messy layout. Does anyone have an idea on how to fix this?
(First post here, correct my style wherever necessary)
[edited by: oilman at 12:41 am (utc) on July 2, 2003]
[edit reason] url snipped [/edit]
<table border=0 cellspacing=0 cellpadding=3 width="80%" align="center">
<tr>
<th colspan=5>
<?php echo($row["titel"]);?>
</th>
</tr>
<tr>
<th style="width: 30%; padding: 0px; height: 21px; border-right: 0px; border-top: 0px">
<?php
//phpcode goes here
?>
</th>
<td style="width: 19px; height: 21px; padding: 0px; background-color: #3B6EB3; background-image: url('images/rechterhoek.gif'); background-repeat: no-repeat; background-position: right center"> </td>
<td> </td>
<td style="width: 19px; height: 21px; padding: 0px; background-color: #3B6EB3; background-image: url('images/linkerhoek.gif'); background-repeat: no-repeat; background-position: left center"> </td>
<th style="width: 30%; padding: 0px; height: 21px; border-left: 0px; border-top: 0px">Admin</th>
</tr>
<tr>
<td class="content" style="text-align: justify" colspan=5>
<?php echo(parse($row["tekst"]));?>
</td>
</tr>
</table>