Hi, I don't have experience in Landing Page design. For a affiliate landing page what would be the better method. 1. Design with tables 2. Design with layers any more ideas?
I'm not sure but for any page the way to go is Div's in my opinion because of their flexibility. Whereby a DIV is a box if you like. Whereby inside the HTML you would use the following: <div class="relevant name">SOME TEXT</div> <div class="relevant name">SOME TEXT</div> <div class="different style">SOME TEXT</div> Then alongside this you have a CSS file where you define how you want the styles of the div boxes to look. Then these can be easily changed at a later date. If you search for 2 column or 3 column layouts etc.. they will have the basic setup for you, just the outline of the page, however you could also ask here.