Top menu position. Top menu position.
 

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

Top menu position.

Started by cynikalsam, November 08, 2004, 11:28:10 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cynikalsam

I'd like to have the links of the top menu of my gallery to be in one strait line, instead of having the "Album List" link on top of all the others. I'd really like to put each link in its own box or "button", but i'll be happy if i can just get the links to line up.

Any idea how to do that? Thanks in advance

Casper

Open yout theme/cold_wire/theme.php, and find this code;

<br />
                        <a href="thumbnails.php?album=lastup&cat=0">Last uploads</a>  -


Just remove the <br />
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

cynikalsam