Help editing coppermine index Help editing coppermine index
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Help editing coppermine index

Started by bspolin, September 03, 2005, 06:05:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bspolin

Alright I've been using the black birch template for my Coppermine and my designer and I have been trying to edit some files to integrate it more with the website, however I need help with the index. He sent me this and told me that I should "be able to just cut out the code and stuff it where i have it marked in gallery" to put in the index. But I don't undestand how I could fix this up. Can anyone help me. http://www.kytumult.com/photos

<HTML>
<HEAD>

<TITLE>KY TUMULT DOT COM</TITLE>
<link rel="stylesheet" type="text/css" href="style.css">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#000000 bgproperties="fixed">

<table width="683" align="center"  background="images/bg.gif" border="0" cellpadding="0" cellspacing="0" style="border : 1px

solid #181818;">
<tr><td valign="top" width="683"><img src="images/header.jpg"></td></tr>
<tr><td valign="top" width="683" height="1" bgcolor="#000000" valign="top"></td></tr>
<tr><td valign="top" width="683"><?php include 'nav.htm'?></td></tr>
<tr><td valign="top" width="683" height="1" bgcolor="#000000" valign="top"></td></tr>
<tr><td valign="top" width="683">


<table width="683" border="0" cellpadding="8" cellspacing="0">
<tr><td valign="top" class="text">


<table align="center" width="600">
<tr class="headline"><td valign="top">

PHOT GALLERY GOES HERE


</td></tr>

</table>




















</td>

</tr>
</table>







</td></tr>
</table>

<span class="sub"><center> Copyright © 2005. KY TUMULT All rights Reserved </center></span>

</BODY>
</HTML>

Tranz

Please read the FAQ on custom header/footer. The code he provided will above and below the placeholder could be treated as header/footer and you would remove the extra stuff in template.html

bspolin