Nav bar at the top of the page Nav bar at the top of the page
 

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

Nav bar at the top of the page

Started by Walkinman, January 06, 2006, 11:21:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Walkinman

Hey folks,

Iv've gone back and started over with trying to configure my coppermine pages. After reading a few things I changed where I put the code for my banner and nav bar, but it doesn't sit right at the top of the page:

http://skolaiimages.com/stock/index.php

Same thing with the one at the bottom. What do I need to do for this banner and bar to sit right at the top of the page, and the bottom one to do the same (and hence remove the MySQUL, and Php blocks etc .. From what I read I understand I'm not sopposed to just delete the code:

{CUSTOM_FOOTER}{VANITY}

Nibbler

If you don't want the extra spacing then set the cellpadding and cellspacing to 0 in your main table.

<table border="0" cellpadding="20" cellspacing="20" width="100%">

If you don't want the vanity icons then just disable them in config.

Walkinman

Hey Nibbler,

Thank you. That's perfect.

Cheers

Carl