Forum Moderators: not2easy

Message Too Old, No Replies

Centered page

is this even possible when trying to put a table in?

         

iluminatae

2:00 pm on Dec 26, 2004 (gmt 0)

10+ Year Member



Is there some site or tutorial out there that describes how to build a site that uses a centered design with left and right background images that flow with the content?

I am getting frustrated because every time I try to put a data table into the document it never follows the content div margin properties and flows off the page into the right column.

emac

6:41 pm on Dec 28, 2004 (gmt 0)

10+ Year Member



not sure exactly what you mean, but this is what I do for content to center and flow when browser window is expanded - contracted.

<table width=100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center">
<table width="800" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td>

<!--layout begins--->
<div id="content">
</div>
<!--layout ends--->

</td>
</tr>
</table>
</td>
</tr>
</table>

position your div's as normal - the only tables should be the one' shown unless you need table data. hope this helps.