I see.
I've attached 2 screenshots, one is how it's supposed to look, and is using tables. Other is using divs and is quite badly broken.
Also, Here is the original table code:
Code:
<table class="page">
<tr class="toptr">
<td class="td100">
<table class="tmain">
<tr>
<td class="tcat">»CobraOS</td>
</tr>
<tr>
<td class="menuboxmiddle">Welcome!</td>
</tr>
<tr>
<td class="alt1">
<div class="alt1">
<div>
<!-- INFO -->
<div style="margin: 10px;">~snip~
<br /> <br />
~snip~
</div>
</div>
</div>
</td>
</tr>
</table>
<br />
<td>
<table class="tmenu">
<tr>
<td class="tcat"><strong>»Screenshots</strong></td>
</tr>
<tr>
<td class="menuboxmiddle">Gallary</td>
</tr>
<tr>
<td class="alt1">
<video src="sources/video/front.ogv" controls="controls" class="frontvid">
Hmm. Seeing this text? Here's some possible reasons: <br />
<br />
1. Your blocking all webpage scripts <br />
2. Your browser does not like HTML5 video <br />
3. Your browser doesn't support mp4 or Ogg Vorbis
</video><br /> <br /><a href="watch.php">See More!</a>
</td>
</tr>
</table>
<br />
</td>
</tr>
As you can see pre-div it was not just duplicating tags.
Floating containers? Never heard of them x-x. care to provide some examples?
Also "menuboxmiddle" is simply the refer to css. originally made for the old side menu (Which is extinct)
Thanks!
PS: Attachments look awful after uploading them