How can i add an layout to my site?

Discussion in 'HTML & Website Design' started by TudorCiurescu, May 3, 2008.

  1. #1
    I need a little help to my site... http://www.fastmoneydotcom.com

    I want to know how can i add a layout to my squeze page?

    as you can see the layout of the page is quite inexistent... how can i fix this problem?

    All the best,
    Tudor Ciurescu:)
     
    TudorCiurescu, May 3, 2008 IP
  2. ourblink

    ourblink Peon

    Messages:
    25
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    body{
    background:#33CC00 ; /* put any img bg here */
    margin:20px 0;
    }
    #content{
    background:#FFFFFF;
    width:760px;
    min-height:500px;
    margin:0 auto;
    padding:20px;
    }
    #footer{
    background:#006600;
    height:60px;
    width:800px;
    margin:0 auto;
    }

    -----------------
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <link href="style.css" rel="stylesheet" type="text/css" />
    </head>

    <body>
    <div id="content"></div>
    <div id="footer"></div>
    </body>
    </html>
     
    ourblink, May 3, 2008 IP
  3. webrehash

    webrehash Peon

    Messages:
    163
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I just did a new squeeze page template that you might consider using. I include all the HTML, CSS and even the Fireworks file for changing the site images. Here's the preview link: FreshSqueeze Template
     
    webrehash, May 3, 2008 IP