Landing Page design

Discussion in 'HTML & Website Design' started by BudMaking, Apr 11, 2008.

  1. #1
    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?
     
    BudMaking, Apr 11, 2008 IP
  2. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    wd_2k6, Apr 11, 2008 IP