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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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