Please i need help on how to position contact properly <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>Your Company Name</title> <link rel="stylesheet" type="text/css" media="screen" href="style.css" /> </head> <body> <div id="container"> <div id="intro"> <div id="pageHeader"><img alt="" src="images/donate.png" style="margin-left: 85px" width="60" align="left" /> <h1><span><img alt="" src="images/logo.png" /></span></h1></div> <div id="preamble"> <h3><span>What is Lorem Ipsum?</span></h3> <p class="p1"><span><strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</span></p> <div id="linkList"> <div id="linkList2"> <div id="lselect"> <ul> <li><a href="">Home</a></li> <li><a href="#">About Us</a></li> <li><a href="#">News</a></li> <li><a href="#">Contact</a></li> <li><a href="#">Links</a></li> <li><a href="blog/">Blog</a></li></ul></div></div></div></div> </div> </body> </html> <div id="Content"> <p class="p1"><span><em><strong> Please </strong> for any question don't hesitate to Contact Us.</em></span></p> <p class="p2"><span><em><strong> E- Mail </strong> service@xxxxxx.com </em></span></p> </div> <div id="footer" style="position: absolute; left: 263px; top: 597px"><span>Copyright © 2006 Your Company Name</span><!-- Designed by DreamTemplate. Please leave link unmodified. Thank you --><br /> <center><a href="http://www.dreamtemplate.com" title="Website Templates" target="_blank">Website templates</a></center></div></div> </body> </html> Code (markup):
What i meant is that when i try to create contact the writing isn't positioning properly it will go below & it's suppose to be normal, but you can see the code that i paste on top .
What do you mean by "it will go below", It would be where you it supposed to be ie it will append in a list after the news item (unless you style it to appear in a inline (horizontal) manner).