Jump to content

External Links


Guest trina

Recommended Posts

I need to add external links to the side menu and/or top menu. I want to be able to link back to the site's TRUE home page (http://domainname.com/index.html), as well as some other pages within the site.

Thanks.

And by the way, I do know a LITTLE about coding, but I'm no expert...so I need any help broken down in simple terms - I'm an artist, not a programmer :)

Link to comment
Share on other sites

Start looking in /skins/[your_skin_name]/styleTemplates/global/index.tpl.

Oh, and a helpful word of advise, never link to "index.html" or index.[anything] for that matter. It is unnecessary. Simply link to the domain name or the directory WITH the slash on the end (saves one step for the server). It looks much better to your visitors. Plus, if you change that page from plain html to PHP or (gasp!) ASP later on, you won't have to worry about it.

So instead of http://www.domain.com/index.html, it's just http://www.domain.com/

And instead of www.domain.com/products/index.html, just use www.domain.com/products/

Hope this helps. :)

Link to comment
Share on other sites

That file specifys where everything will go on the page. From there you need to look into the individual boxes/*.tpl files to figure out which one specifically you need to add code to. Or tell us the site URL and then exactly where you want the link(s) and we'll get you right where you need to be.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...