How do I add a side nav bar?

alij

Joined: 2002-08-25
Posts: 7
Posted: Tue, 2002-08-27 04:09

I have seen the numerous posts about editing the header and footer issues, but I want to add an extra table on the left hand side where the site navigation normally is. Any ideas?

Thanks
-ali

 
muggles
muggles's picture

Joined: 2002-08-19
Posts: 22
Posted: Tue, 2002-08-27 12:52

Is this what your talking about?
try using something like this for your header:
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>My Gallery Wrapper</title>
</head>

<body>
<table align="center" cellspacing="2" cellpadding="2" border="0">
<tr>
<td width="120" valign="top">
<!-- begin nav links -->
<p><a href="index.htm">home</a></p>
<p><a href="pr0n.htm">pr0n</a></p>
<!-- end nav links -->
</td>
<td width="680">
<!-- end of header file --> </TD></TR></TABLE><!-- BBCode End -->

and something like this for the footer:
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE> <!-- begin footer file -->
</td>
</tr>
</table>
</body>
</html> </TD></TR></TABLE><!-- BBCode End -->

 
tSlater

Joined: 2002-08-17
Posts: 8
Posted: Sat, 2002-09-14 20:43

Would there be any way to do that but with the gallery index of albums and sub-albums as the navigation?