Posted by markuffelen on 05/23/07 12:22
I want to convert the following table to CSS but what I try I wont get
the expected output. Could someone please help me convert the table to
CSS? Thanks in advance.
<table width="950" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="164" colspan="2" background="<?php LoadMod
('header',-1); ?>"></td>
</tr>
<tr>
<td height="22" colspan="2" background="submenu.gif">
<table width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td width="650"><?php echo $mycssSSPLITmenu_content; ?></
td>
<td width="300"> <div align="right"><?php
LoadMod('menu_user');?></div></td>
</tr>
</table></td>
</tr>
<tr>
<td width="720" rowspan="2" valign="top" background="kader.gif">
<div id="maincontent"><?php MainBody(); ?></div></td>
<td width="230" height="220" valign="top"
background="menu_fill.gif"><?php echo $mycssPSPLITmenu_content; ?></
td>
</tr>
<tr>
<td valign="top" background="menu_fill.gif"><div
align="center"><?php LoadMod ('right');?></div></td>
</tr>
<tr>
<td height="22" background="onder.gif"><?php LoadMod
( 'statusbar' ); ?></td>
<td background="onder_rechts.gif"></td>
</tr>
</table>
[Back to original message]
|