So from what i'm thinking you are advising something like this?
Code:
<!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>Downing Web Design - Product Portfolio</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!--[if lte IE 6]><link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /><![endif]-->
<script type="text/javascript" src="js/jquery-1.2.3.pack.js"></script>
<script type="text/javascript" src="js/jquery.jcarousel.pack.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
scroll: 1,
animation: "slow",
wrap: "both"
});
});
</script>
</head>
<body>
<!-- Contact Us -->
<div id="contactArea">
<form action="contact.php" method="post">
<div id="info">
<label for="author">Name</label>
<input type="text" name="name" id="name" value="" size="22" tabindex="1" class="rounded" aria-required='true' />
<label for="email">Email</label>
<input type="text" name="email" id="email" value="" size="22" tabindex="2" class="rounded" aria-required='true' />
<label for="url">Website</label>
<input type="text" name="url" id="url" value="" size="22" tabindex="3" class="rounded" />
</div>
<div id="message">
<label for="comment">Your Message</label>
<textarea name="comment" id="comment" cols="2" rows="2" tabindex="4" class="rounded"></textarea>
<br/><br/>Please only submit once. Your message will be submitted with no confirmation!
<input name="submit" type="submit" id="submit" class="rounded" tabindex="5" value="Submit" />
</div>
</form>
</div>
<div id="container">
<div id="header" class="container"></div>
<a class="contact" href="#">Contact Us</a>
</div>
<!-- Contact Us--!>
<!-- Header -->
<div id="header">
<link rel="stylesheet" href="contact.css"/>
<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.js" type="text/javascript"></script>
<script src="jquery.easing.1.3.js" type="text/javascript"></script>
<script src="contact.js" type="text/javascript"></script>
<div class="shell">
<div class="cl"> </div>
<!-- Logo -->
<div id="logo-cnt">
<h1 id="logo">Downing Web Design</h1>
<h2 id="slogan">Adam Downing's Web Portfolio</h2>
</div>
<!-- End Logo -->
<div id="status">
<p class="available">Call Me: <strong><a href="skype:+447801233070">07801233070</strong></p>
</div>
<div class="cl"> </div>
<!-- Carousel -->
<div id="slider">
<ul id="mycarousel">
<li>
<div class="img-cnt">
<a href="#"><img src="css/images/portfolio-item-1.gif" alt="" /> </a>
</div>
</li>
</li>
</ul>
</div>
<!-- End Carousel -->
</div>
</div>
<!-- End Header -->
<!-- Main -->
<div id="main">
<div class="shell">
<!-- Article -->
<div class="article">
<h2>About Me</h2>
<p>I'm a College student studying Business Studies Level 3, and have been interested in web design for the past 5 years. I have developed my skills into HTML, CSS and basic PHP. I ensure that the websites I create are displayed on the portfolio and are to the best of my standard. Recenlty, I have decided to sell my skills in the creation of websites for other people.</p>
</div>
<!-- End Article -->
<!-- Gallery -->
<div class="gallery">
<div class="cl"> </div>
<h2 class="left">Product Portfolio</h2>
<div class="cl"> </div>
<div class="cl"> </div>
<div class="portfolio-item">
<a href="/allroads"><img src="css/images/port-1.gif" alt="" /></a>
<a href="/allroads">All Roads Driving School</a>
</div>
<div class="cl"> </div>
</div>
<!-- End Gallery -->
</div>
</div>
<!-- End Main -->
<div id="footer">
<p>© <a href="http://www.downingwebdesigns.com/">DowningWebDesign</a></p>
</div>
</body>
</html>
If I am doing it wrong can you please show me via copy/paste of the code into a [*code] tag? That would be wonderful! Or did you want me to put the contact us part with in the div header?
Bookmarks