Jump to content

Dihusky

Members
  • Posts

    2
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.homehuntingtips.com

Dihusky's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Dihusky

    3 column display

    Thanks,It's now working fine.Dinah
  2. Dihusky

    3 column display

    Hi,I have been trying to re-write my website to be 3 columns, navigation, content and advertisements but am having trouble in getting the right div to line up with the other 2. I have tried evrything I can think of but to no avail. I know I have problems with the dynamic menu but I have not tried to fix that yet.the CSS code: /*<![CDATA[*/body {margin:0; padding:0;text-align:center;}#container {width:970px;border:1px solid gray;line-height:150%;background: whitesmoke;}#header {width:100%;background: url(images/header2.gif) left no-repeat #fff;height:145px;margin:0;padding:0;}#footer {clear: both;background: silver;font:.6em tahoma, arial;text-align:center;color:#fff;width: 100%; }#sideleft{float:left;width:15%;margin:10px 2px 5px 2px;padding:5px;list-style-type: none;border: 1px solid silver;background-color: azure;}#content {float:centre;clear:none;margin-top: 10px;width:74%; padding: 5px;border: 1px solid darkgray;background-color: white;text-align:center;}#sideright{float:right;clear:none;margin: 10px 2px 50px 2px;width:20%;padding:10px;border: 1px solid silver;background-color: ivory;}#contentint {margin: 10px 10px 10px 20px; text-align:left;} #picture {float: right;width: 100px;}#header2 {background: #fff;margin:0;padding:10px;}/************************** start basic styles *******************/ #content ul li {font: .9em tahoma, serif; color:#000; line-height:1.1em;}p {font: 1em georgia,serif; color:#000; text-align:left;} #content2int h3, h4 {color:#000; } h1 {font:bold 22pt tahoma, arial, sans-serif;color:#154F01;margin:20px 0 0 0;padding:0;} h2 {font:bold 18pt tahoma, sans-serif; color:mediumblue;} h3 {font: bold 14pt tahoma,serif; line-height:15pt; color: #2DAF00;}h1.headline {display:none;}h1.title {color:#ccc;text-align:right;margin-right:20px;}.center {text-align:center;} and the HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><?php require("global.php") ?><title><?php echo $title; ?>Home</title><link rel="stylesheet" href="layout1.css" type="text/css"><link rel="stylesheet" href="style.css" type="text/css"><?php echo $metaKeywords; ?></head><body><div id="container"> <!-- closed in minerfooter --><div id="header"></div><h1 class="headline"><?php echo $headline; ?></h1><div id="sideleft"> <?php require("menu.php"); ?> </div><!-- sideleft--> <div id="content"><div id="header2"><h2>Planning on buying a home?</h2><h3>This will be the biggest financial you will ever make.<br />Home Hunting Tips will show you and explain the steps to purchasing property.</h3></div> <!-- header2 --><p>Don't go into buying a home or any property for that matter without a professional. You can't simply rely on the agent to be your eyes, and ears and you certainly can't rely on an agent to guide your pockets!</p><p><i>These are only some of the tools that you'll have on your side:</i></p><br /><h3><i>Be happy with your home purchase and proud that you'll have the best property for your taste and budget!</i></h3></div> <!-- content --><div id="sideright"> <p> Advertisment </p></div><!-- sideright--> <div id="footer"><?php echo $footer; ?></div></div> <!-- container --> </body></html> I'd appreciate any help with this. You can see the problem <a href="www.homehuntingtips.com/test.php">here</a> ThanksDinahhttp://www.homehuntigntips.com
×
×
  • Create New...