View Full Version : Help me =[


Dark Masamune
01-30-2005, 12:57 PM
Help me please, I am getting into web design and would loveto make a layout like this http://www.ffinsider.net One that is structured through tables, I have skill with Photoshop but would like to know how to successfully make something like this.

Thanks for your time.

DM

Rosey
01-30-2005, 03:27 PM
it's pretty simple, depending on what you want it to look like.

Simply you could do something like this:

<table width="xxpx">
<tr><td colspan="2">
<img src="image.jpg">
</td></tr>

<tr>
<td valign="top" width="XXpx">

menu here


</td>

<td valign="top" width="XXpx">

content here

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


Change the values for the width and image. You can add more things if you want text under the banner and what not. You can add more rows etc..HOpe that gets you started