Convert table to CSS

M

markuffelen

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>
 
J

Jukka K. Korpela

Scripsit (e-mail address removed):
I want to convert the following table to CSS

Why? And why did you post a snippet of code and not a URL.
<table width="950" border="0" cellpadding="0" cellspacing="0">

There's no point in trying to repeat such wrong design in CSS.
 
J

Jim Moe

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.
Search for "2 column css".
 
?

=?ISO-8859-1?Q?G=E9rard_Talbot?=

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.

Please do not post webpage code; much better is to post an url.
You will find constructuve help and useful assistance in this page
listing coding techniques, tutorials, how-to:

Table-based webpage design versus CSS-based webpage design: resources,
explanations and tutorials
http://www.gtalbot.org/NvuSection/NvuWebDesignTips/TableVsCSSDesign.html

Gérard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top