I am very new to coding. I had a theme that I got working for myself back in 2009, but it is no longer supported. I want to upgrade to this skin, but I am at a loss on how to add buttons w/ a hyper link to the menu. IE next to the faq button. I don't remember how I did it.
Can you help me?
very new - looking to add buttons to the header - ExtremeDark Red
-
- Registered User
- Posts: 81
- Joined: Sun May 03, 2009 3:16 am
Re: very new - looking to add buttons to the header
Open
Add after:
template/overall_header.html
, just find the line:Code: Select all
• <a href="{U_FAQ}">{L_FAQ}</a>
Add after:
Code: Select all
• <a href="http://www.youlink.com">Your Link Title</a>
-
- Style Customisations
- Posts: 10533
- Joined: Tue Aug 11, 2009 12:45 am
- Location: Brazil
- Name: Marcus Vinicius
Re: very new - looking to add buttons to the header
would I put it right below, or right after the last </a>
-
- Registered User
- Posts: 81
- Joined: Sun May 03, 2009 3:16 am
Re: very new - looking to add buttons to the header
aquaanimus wrote:right after the last </a>

-
- Style Customisations
- Posts: 10533
- Joined: Tue Aug 11, 2009 12:45 am
- Location: Brazil
- Name: Marcus Vinicius
Re: very new - looking to add buttons to the header
I right clicked on this file and it does not show in my code editor. I used host gator. It does show if I download and open in note pad, but its so jumbled I can't make heads or tails out of it. What can I do?
-
- Registered User
- Posts: 81
- Joined: Sun May 03, 2009 3:16 am
-
- Style Customisations
- Posts: 10533
- Joined: Tue Aug 11, 2009 12:45 am
- Location: Brazil
- Name: Marcus Vinicius