Standard Page Template - Colorado College

Section Links

Other Links


These titles are in a <div class= "title"></div>.

THIS IS THE MAIN BODY TEXT, FONT SIZE 12, TYPE ARIAL

You can have as many sections as you want in your pages.

Second Section Title

The page layout is a simple two-column scheme with an extra column in the middle for spacing with the code <td width="10" />. Δ See HTML Code for Three-Column Layout Δ

<table width="663" border="0" cellpadding="0" cellspacing="0" hspace="0" vspace="0">
  <tr>
    <td width="150" valign="top" class="sidebar">
      <img name="" src="/images/sidebar.jpg" width="150" height="194" alt="Sidebar Image"><br>
    </td>
    <td width="10" />
    <td width="503" valign="top">
      Content
    </td>
  </tr>
</table>

For every page your HTML content needs to be INSIDE these two tags:
<!--START content area-->
<!--END content area--> Δ See HTML Code for this ENTIRE page Δ

<%
dim depth, top_id,left_id
depth = 2
top_id = "webauthors"
left_id = "standard"
%>
<!-- #include virtual="/include/header.asp" -->

<!--START content area-->
<table width="663" border="0" cellpadding="0" cellspacing="0" hspace="0" vspace="0">
	<tr>
		<td width="150" valign="top" class="sidebar">
			This sidebar has the class="sidebar".  Images are 150 pixels wide and get spaced out automatically.<br>
			<br>
			<img name="" src="" width="150" height="194" alt="President Celeste"><br>
			<img name="" src="" width="150" height="194" alt="President Celeste"><br>
			<img name="" src="" width="150" height="194" alt="President Celeste"><br>
		</td>
		<td width="10" />
		<td width="503" valign="top">
			<p><span class="introParagraph">
				This is introductory text, it is blue and 14 pixels. 
				It includes the style sheet command class="introParagraph".
			</span></p>
			<div class="title">These titles are in a &lt;div class= &quot;title&quot;&gt;&lt;/div&gt;.</div>
			<p>THIS IS THE MAIN BODY TEXT, FONT SIZE 12, TYPE ARIAL</p>
			<p>
				The page layout is a simple two-column scheme with an extra column in the
				middle for spacing with the code &lt;td width=&quot;10&quot; /&gt;.
			</p>
			<p>
				When you have inserted all of your copy and images, copy the ENTIRE 
				template content and paste it into the ASP file in the relevant 
				section. You paste the content INSIDE these two tags:<br>
     		&lt;!--START content area--&gt;<br>
      	&lt;!--END content area--&gt;
			</p>
			<div class="title">Second Section Title</div>
			<p>
				You can have as many sections as you want in your pages. If you 
				want more, copy the code from these two sections. If you wish to 
				delete any part of this template, you can do so.
			</p>
			<p><a href="index.asp">Web Authors Home</a></p>
		</td>
	</tr>
</table>
<!--END content area-->
<!-- #include virtual="/include/footer.asp" -->

Web Authors Home