And now to my question:
I’m currently building a new website which can be rather hard if you don’t know anything about coding (!).
This is how I want my website to look like:
[attachment=260:attachment]
Now, my question is if it’s possible to make my content box float while the left box (with the buttons) stays on top (where it is now)?
I bet there is a solution, but as I said I’m no coding expert.
At my other website I used this code to make it float:
CODE
<tr>
<td colspan="10">
[tab][/tab] <img src="images/content-top.gif" width="720" height="7" alt=""></td>
[tab][/tab]</tr>
[tab][/tab]<tr>
<td colspan="10" style="background:url('images/content-loop.gif');background-repeat:repeat-y;" width="685" height="100%">
[tab][/tab]<div style="position:relative; left:15px; height:300px;">Here goes the content!</div>
</td>
[tab][/tab]</tr>
[tab][/tab]<tr>
<td colspan="10">
[tab][/tab] <img src="images/content-bottom.gif" width="720" height="8" alt=""></td>
[tab][/tab]</tr>
<td colspan="10">
[tab][/tab] <img src="images/content-top.gif" width="720" height="7" alt=""></td>
[tab][/tab]</tr>
[tab][/tab]<tr>
<td colspan="10" style="background:url('images/content-loop.gif');background-repeat:repeat-y;" width="685" height="100%">
[tab][/tab]<div style="position:relative; left:15px; height:300px;">Here goes the content!</div>
</td>
[tab][/tab]</tr>
[tab][/tab]<tr>
<td colspan="10">
[tab][/tab] <img src="images/content-bottom.gif" width="720" height="8" alt=""></td>
[tab][/tab]</tr>
But this code doesn’t help me much now. The left box centres beside the floating content box and makes the layout useless.
Can anyone help me with a code to solve my problem? I would be extremely grateful!


