4 comments found.
good job, glws
dustinwloring1988 you can find contact information in documentation file
<link rel="stylesheet" href="css/default.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/menuStyle.css" />
</head>
<div style="float:center;margin: 0 auto;margin-top:100px;"> <div id="wrapper">
<img src="images/logo.jpg" alt="LOGO" width="397" height="178" />
<div class="dropDown">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="schedule.php">Quote</a></li>
<li><a href="feedback-form.php">Feedback</a></li>
<li><a href="contact.php">Contact US</a></li>
<li><a href="about.php">About US</a></li>
<li><a href="myaccount.php">My Account</a></li>
</ul>
</div>
<br /><br />
<hr /></div></div>
<div id="yourHeader">
<div class="alignMe"> here is your logo placed</div>
<div class="alignMe" id="dropDown"> this is the actual menu</div>
</div>
and in stylesheet file you have to add the following line:
#yourHeader .alignMe{
float: left;
}
hope it helps
thanks for the fast reply i tried that and still looks the same is there a way i could send you the 2 files so you could look at them im new to php. thanks
how can i get my logo on the left side of the menu right now it displyed above the menu website is ThriftShopperOnline.com here is the header code <link rel=”stylesheet” href=”css/default.css” type=”text/css” media=”screen” /> <link rel=”stylesheet” href=”css/nivo-slider.css” type=”text/css” media=”screen” /> <link rel=”stylesheet” href=”css/style.css” type=”text/css” media=”screen” /> <link rel=”stylesheet” type=”text/css” href=”css/menuStyle.css” />
</head>