Hantsweb Technical Guidelines

Hantsweb SSI Template

The HTML displayed below shows SSI statements for creating a Hantsweb page. The includes statements (shown in red) MUST go where shown. It isn't necessary to include an opening <BODY> tag as this is part of the first include statement although some HTML editors will automatically insert one.

<HTML>
<HEAD><TITLE> Your page title </TITLE>
</HEAD>

<!--#include virtual="/includes/prologs/hantsweb.html"-->

<H1> Your heading </H1>
<P> Your text </P>

<P><A HREF="#top"><IMG WIDTH="24" ALT="up": " ALIGN="middle" BORDER="0" SRC="/images/upbtn.gif"></A> <A HREF="#top"><I>Top of this page</I></A> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="/index.html"><IMG WIDTH="24" HEIGHT="24" ALT="Home: " ALIGN="middle" BORDER="0" SRC="/images/rosebtn.gif"></A> <A HREF="/index.html"><I>Hantsweb Homepage</I></A></P>
<HR>

<!--#include virtual="/includes/defhwebteam.html"-->
<!--#include virtual="/includes/epilogs/corporate.html"-->

</HTML>

The default SSI, above, gives 'the Hantsweb Team' as page producers. Departments may prefer to be contacted direct, in which case, it is possible to set up a specific include statement for them. Please refer to the current list to find the appropriate statement, or contact the Hantsweb Manager if a new one needs to be set up.

Up: Top of this page       Home: Hantsweb Homepage