Oh, if you insist!
Here goes...
The HTML:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- Website Designed by Cadmium Design and Development -->
<!-- Helping your business make it online -->
<!-- http://www.cadmium.com.au/ -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Diamond Computer Systems - Help & Support</title>
<meta name="description" content="Welcome to the official DiamondCS website - Leader in anti trojan, anti worm and other security & detection technologies (TDS Trojan Defence Suite, Wormguard, Port Explorer, and more...)" />
<meta name="keywords" content="DiamondCS,security,trojan,trojans,antitrojan,anti trojan,TDS,Port Explorer,Wormguard,trojan defence suite,trojan defense suite,TDS3,TDS-3,IRClean,Regprot,Taskman" />
<meta name="copyright" content="Copyright (C) 2003 Diamond Computer Systems Pty. Ltd. (http://www.diamondcs.com.au/)" />
<link rel="stylesheet" type="text/css" href="styles/subpage.css" id="style_subpage" title="Sub-Page Stylesheet" />
</head>
<body>
<!-- Must remain on all pages for "Return to Top" link to work. -->
<a name="top"></a>
<!-- The utility menu & DiamondCS logo -->
<?php include("includes/header.htm"); ?>
<!-- Header Panel with intro text -->
<!-- Keep headers to 3 lines, and ensure " " x 5 remains at the beginning of 2nd line -->
<!-- <span class="heavy"></span> should surround words you wish to highlight -->
<div id="feature_panel">
<img src="images/sub_feature_panel_support.jpg" height="98" width="237" alt="Photo of a woman's hand holding a mouse" title="Woman holding a mouse" />
<p>
professional <span class="heavy">help &<br />
support</span> from diamondCS<br />
</p>
</div>
<!-- The Sub Page Menu -->
<div id="menu">
<?php include("includes/menu.htm"); ?>
</div>
<!-- The main page content -->
<div id="main">
<p class="breadcrumbs"><a href="index.php" tabindex="11" accesskey="h">Diamond Computer Systems</a> > Help & Support</p>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
New line<br>
<!-- Place at intervals throughout the page wheh there is a lot of content -->
<!-- Each page should have at least 1 at base of page -->
<div class="top_link">
<a href="#top" tabindex="12" accesskey="t">Return to Top</a>
</div>
</div>
</body>
</html>
And the CSS:
Code:
/* Sub-Page Version */
/* Created by Cadmium Design and Development */
/* http://www.cadmium.com.au */
body {
background: #f5f8f9 url(../images/menu_background.jpg) repeat-y scroll top left; /* White Background */
margin: 0;
padding: 0;
}
#header {
background: #014455 url(../images/header_background.jpg) no-repeat scroll center;
width: 100%;
height: 20px;
}
#header p {
font: bold x-small Arial, Helvetica, sans-serif;
color: #fff; /* White */
padding: 2px 10px;
margin: 0;
}
#header a:link, #header a:visited {
color: #fff; /* White */
text-decoration: none;
}
#header a:active {
color: #ccc; /* Light Gray */
text-decoration: none;
}
#header a:hover {
color: #ccc; /* Light Gray */
text-decoration: underline;
}
#logo_container {
width: 100%;
background: #fff;
margin: 0;
padding: 0;
height: 57px;
}
#logo {
float: right;
margin: 15px 15px 0 0;
background: #fff; /* White */
}
#logo img {
border: 0;
}
#feature_panel {
clear: both;
border-top: 1px solid #67888F;
border-bottom: 1px solid #67888F;
background: #fff url(../images/feature_panel_gradient.jpg) repeat-y scroll top right;
padding: 0;
width: 100%;
height: 98px;
}
#feature_panel img {
border: 0;
padding: 0;
margin: 0 20px 0 0;
float: left;
}
#feature_panel p {
font: italic x-large Arial, Helvetica, sans-serif;
color: #016699;
margin: 30px 0 0 0;
line-height: 80%;
}
#feature_panel p span.heavy {
font-weight: bold;
}
#menu {
width: 150px;
padding: 0;
margin: 0;
float: left;
}
#menu ul {
list-style: none;
padding: 0;
margin: 0;
}
#menu ul li {
border-bottom: 1px solid #fff;
font: bold 8pt Arial, Helvetica, sans-serif;
padding: 5px 10px;
}
#menu ul li a:link, #menu ul li a:visited {
color: #fff;
text-decoration: none;
background: url(../images/menu_bullet.gif) no-repeat scroll left;
padding: 5px 0 4px 10px;
}
#menu ul li a:hover {
color: #016699;
background: url(../images/menu_bullet_hover.gif) no-repeat scroll left;
padding: 5px 0 4px 10px;
}
#main {
margin: 0 10px 0 171px;
padding: 0 10px 10px 10px;
}
#main p.breadcrumbs {
font: 8pt Arial, Helvetica, sans-serif;
margin-top: 10px;
}
#main p.breadcrumbs a:link {
color: #cc0000;
}
#main p.breadcrumbs a:visited {
color: #0000ff;
}
#main p.breadcrumbs a:active, #main p.breadcrumbs a:hover {
color: #016699;
}
#main h1 {
font: bold 12pt Arial, Helvetica, sans-serif;
color: #016699;
margin: 0;
}
#main p {
font: 10pt Arial, Helvetica, sans-serif;
color: #000;
padding: 0;
margin-top: 5px;
}
.top_link {
font: bold 8pt Arial, Helvetica, sans-serif;
float: right;
margin: 10px 0 10px 0;
}
.top_link a:link, .top_link a:active {
color: #016699;
text-decoration: none;
background: url(../images/top_bullet.gif) no-repeat scroll left;
padding: 0 0 0 13px;
}
.top_link a:visited {
color: #016699;
text-decoration: none;
background: url(../images/top_bullet.gif) no-repeat scroll left;
padding: 0 0 0 13px;
}
.top_link a:hover {
color: #cc0000;
text-decoration: none;
background: url(../images/top_bullet_hover.gif) no-repeat scroll left;
padding: 0 0 0 13px;
}
#main a:link, #main a:active {
color: #016699;
}
#main a:visited {
color: #cc0000;
}
#main a:hover {
color: #67888f;
}
Bookmarks