Gösta H. Lovgren
December 12th, 2007, 11:11 AM
Here's the template I think should be used for all AAC pages:
<html>
<head>
<title>
An American Cares - Template
</title>
<link href="./CSS/CSS_Attributes.css" rel="stylesheet" type="text/css" />
<link href="./CSS/CSS_CBox_Single.css" rel="stylesheet" type="text/css" />
<link href="./CSS/CSS_Links_Box.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="Center_Box">
<a name="top"></a>
<center>
<table width = "95%" >
<tr>
<td>
<center><h1>America Cares Template</h1></center>
<hr>
<!-- Place content in here -->
<hr>
</td>
</tr>
</table>
</center>
<center>
</div>
<div class="Left_Box">
<b><i> Site Links </i></b>
<hr>
<br><a href="index.html">Home</a>
<br><a href="History.html">History</a>
<br>
<br>
<br>
<a href="mailto:AnAmericaCares@SwedesDock.com?Subject=An American Cares">
Write Me </a>
</div>
</body>
</html>
Using a template will keep all AAC pages consistent. If any can think of a better one, please post it (or put an example web page). What might be better is to no use CSS sheets and go full page with a Links & Title banner across the top and Links bar on the bottom, if any want to have a go at that.
<html>
<head>
<title>
An American Cares - Template
</title>
<link href="./CSS/CSS_Attributes.css" rel="stylesheet" type="text/css" />
<link href="./CSS/CSS_CBox_Single.css" rel="stylesheet" type="text/css" />
<link href="./CSS/CSS_Links_Box.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="Center_Box">
<a name="top"></a>
<center>
<table width = "95%" >
<tr>
<td>
<center><h1>America Cares Template</h1></center>
<hr>
<!-- Place content in here -->
<hr>
</td>
</tr>
</table>
</center>
<center>
</div>
<div class="Left_Box">
<b><i> Site Links </i></b>
<hr>
<br><a href="index.html">Home</a>
<br><a href="History.html">History</a>
<br>
<br>
<br>
<a href="mailto:AnAmericaCares@SwedesDock.com?Subject=An American Cares">
Write Me </a>
</div>
</body>
</html>
Using a template will keep all AAC pages consistent. If any can think of a better one, please post it (or put an example web page). What might be better is to no use CSS sheets and go full page with a Links & Title banner across the top and Links bar on the bottom, if any want to have a go at that.