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
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>
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