PDA

View Full Version : How do I add another button up top, but make it a regular link?


bluecat
06-20-2002, 08:21 PM
I just want to add another button up top (that looks the same as the usercp, register, etc. buttons), but want it to be a link to a regular html page. When I tried to add it, I can get the button to show, but get an error page on the link even though I know the link is correct. :confused:

FleaBag
06-20-2002, 08:29 PM
Got a link for us to see?

bluecat
06-20-2002, 09:06 PM
Yep, here. (http://forums.realpolice.net) I want to either break up the buttons and stack them so there's say 4 then another 4 under, or put the logo in the middle with the buttons underneath; either way, I just want to add a button with a link to a regular html page, not a php file if possible...unless there's a way I can use a regular template from my board with content inside it. Thanks. :smoke:

Logician
06-21-2002, 10:28 AM
you can edit header template and put a <br> tag after the end of 4th icon to make a line break. Then add your other buttons in this template. Checking the HTMl code of the existing buttons can help you to figure out how to add new ones. Edit <a href= tags to link buttons to any page you want..

bluecat
06-21-2002, 11:33 PM
Thanks, I'll try that. I appreciate the help. :)