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?
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?
Posts: 22
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 -->
Posts: 8
Would there be any way to do that but with the gallery index of albums and sub-albums as the navigation?