Post by matthew on Jan 14, 2006 8:01:36 GMT -5
basic web template
Anyone can use this and modify it how they want. if you have any questions post them below
preview
Anyone can use this and modify it how they want. if you have any questions post them below
preview
<html>
<head>
<title> Layout</title>
<style type="text/css">
<!--
body
{
scrollbar-face-color: #;
scrollbar-highlight-color: #;
scrollbar-3dlight-color: #;
scrollbar-darkshadow-color: #;
scrollbar-shadow-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
background: #ffffff;
background-image: url();
background-position:center top;
background-repeat:repeat-y;
}
.Banner
{
background-image: url(BANNER IMAGE GOES HERE);
background-color: #ffffff;
background-repeat: no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
font-weight: bold;
}
.Headingbar
{
background-color:#ffffff;
background-image: url(HEADING BAR IMAGE GOES HERE);
background-repeat: repeat;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
font-weight: bold;
}
.menubar
{
background-image: url(MENU BAR IMAGE GOES HERE);
background-repeat: no-repeat;
background-color:#ffffff;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10px;
font-weight: bold;
}
.Menucell
{
background-color: #ffffff;
padding-top:3px;
padding-bottom:3px;
padding-right:3px;
padding-left:3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10px;
}
.MainCell
{
background-color: #ffffff;
padding-top:3px;
padding-bottom:3px;
padding-right:3px;
padding-left:3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 11px;
}
.border
{
background-color: #000000;
}
a:link
{
color: blue;
text-decoration: none
;
}
a:active
{
color: blue;
text-decoration: none
;
}
a:visited
{
color: green;
text-decoration: none
;
}
a:hover
{
color: red;
text-decoration: underline
;
}
-->
</style>
</head>
<body>
<div align =" center">
<!-- Banner Table -->
<table border="0" cellpadding="0" cellspacing="0" width="650">
<tr>
<td width="100%" class="border">
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tr>
<td width =" 100%" height =" 80" align =" center" class =" Banner">
Banner
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<!-- Main Table -->
<table border="0" cellpadding="0" cellspacing="0" width="650">
<tr>
<td width="100%" class="border">
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<!-- Heading -->
<tr>
<td width="100%" colspan =" 2" class="Headingbar" valign="center" height="30" >
heading
</td></tr>
<!-- Nav Menu Bar -->
<tr>
<td width="20%" class="Menubar" valign="center" height="20" >
Nav Bar
</td>
<!-- Main Text -->
<td width="80%" rowspan =" 4" class="Maincell" valign="top" height="280" >
<p>
<blockquote>Magnus es, domine, et laudabilis valde: magna virtus tua, et sapientiae tuae non est numerus. et laudare te vult
homo, aliqua portio creaturae tuae, et homo circumferens mortalitem suam, circumferens testimonium peccati sui et
testimonium, quia superbis resistis: et tamen laudare te vult homo, aliqua portio creaturae tuae.tu excitas, ut laudare te
quomodo credent sine praedicante? et laudabunt dominum qui requirunt eum. quaerentes enim inveniunt eum et invenientes
laudabunt eum. quaeram te, domine, invocans te, et invocem te credens in te: praedicatus enim es nobis. invocat te, domine,
fides mea, quam dedisti mihi, quam inspirasti mihi per humanitatem filii tui, per ministerium praedicatoris tui.</blockquote>
<blockquote>prolocutus sum adversum me delicta mea, deus meus, et tu dimisisti inpietatem cordis mei? non iudicio
contendotecum, qui veritas es; et ego nolo fallere me ipsum, ne mentiatur iniquitas mea sibi. non ergo iudicio contendo
tecum, quia, si iniquitates observaveris, domine, domine, quis sustinebit?</blockquote>
</td>
<tr>
<!-- Nav Bar Links -->
<td width="20%" class="Menucell" Valign="Top" height="120" >
<a href =" " >Home</a><br>
<a href =" " >About</a><br>
<a href =" " >Tutorials</a><br>
<a href =" " >Downloads</a><br>
<a href =" " >Forum</a><br>
<a href =" " >Affiliates</a><br>
</td>
</tr>
<tr>
<!-- Quick Links Menu Bar-->
<td width="20%" class="Menubar" valign="center" height="20" >
Quick Links
</td>
</tr>
<tr>
<!-- Quick Links -->
<td width="20%" class="Menucell" height="120" valign =" top">
<a href =" " target =" _blank">Off Site Link 1</a><br>
<a href =" " target =" _blank">Off Site Link 1</a><br>
<a href =" " target =" _blank">Off Site Link 1</a><br>
<a href =" " target =" _blank">Off Site Link 1</a><br>
<a href =" " target =" _blank">Off Site Link 1</a><br>
<a href =" " target =" _blank">Off Site Link 1</a><br>
<a href =" " target =" _blank">Off Site Link 1</a><br>
<a href =" " target =" _blank">Off Site Link 1</a><br>
</td>
</tr>
<!-- Extra Stuff -->
<tr>
<td width="100%" colspan =" 2" class="Maincell" valign="top" height="70" >
Extra Stuff
</td>
</tr>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>