Help to integrate album into website
Hi,
I would like to try and integrate the portfolio page on my website so that it does not open up a new page but show the album on the same page with the navbar and heading.
website:
http://jrportfolio.110mb.com/Any help would really be appreciated, as l am only a beginner on html, below is copy of index.html:
Is there any way to incorporate this code into the arles template file?
==============================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<style type="text/css">
td.nav {background-image: url(navbar.jpg);}
table.hgt {height:585;}
A:visited {color: #888888; text-decoration: none}
A:link {color: #888888; text-decoration: none}
A:active {color: #888888; text-decoration:}
A:hover {color: red; text-decoration: underline}</style>
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
</head>
<body bgcolor="#f9f6f4">
<p>
<tr>
</tr>
<td bgcolor="#ffffff" align="center" valign="top"> </td>
<tr>
</tr>
<td bgcolor="#ffffff" align="left" valign="top"> </td>
</p>
<table border="0" cellspacing="0" bordercolor="#666666" cellpadding="0" align="center" height="50%">
<tbody>
<tr>
<td height="55" valign="top" width="759" align="center"><img alt="" align="bottom" width="759" height="55" src="frontlogo.jpg" /></td>
</tr>
<tr>
<td class="nav" bgcolor="#ffffff" height="25" align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong><a href="index.htm">About</a> </strong></font><font size="2"><strong><font face="Verdana, Arial, Helvetica, sans-serif"> </font></strong><font face="Verdana, Arial, Helvetica, sans-serif"><font color="#000000">|</font><strong> <a href="pics/index.html">Portfolio</a> <font color="#000000"> </font></strong><font color="#000000">|</font> <strong> <a target="maincontent" href="album.htm">Contact</a> </strong> <font color="#000000">|</font> <strong> </strong></font></font><strong><font size="-1" face="Verdana, Arial, Helvetica, sans-serif"> </font></strong></td>
</tr>
<tr>
<td bgcolor="#ffffff" height="24"><font face="Verdana, Arial, Helvetica, sans-serif">This website is to show coursework for GCSE photography.</font></td>
</tr>
<tr>
<td bgcolor="#ffffff" height="19"> </td>
</tr>
<tr>
<td bgcolor="#ffffff" height="19"> </td>
</tr>
<tr>
<td bgcolor="#ffffff" height="19"> </td>
</tr>
<tr>
<td bgcolor="#ffffff" height="19"> </td>
</tr>
<tr>
<td bgcolor="#ffffff"> </td>
</tr>
</tbody>
</table>
</body>
</html>