Announcement

Collapse
No announcement yet.

Navigation Bar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Navigation Bar

    Hi All
    I would like to change my Navigation Bar so that it uses direct html links rather than the cgi-bin versions. (eg: currently - http://www.testinprivate.co.uk/cgi-b...html&NOLOGIN=1 would like that to read something along the lines of http://www.testinprivate.co.uk/acata...-Test-Kit.html.
    .
    I have looked through the site as I am sure this would already have been covered but cannot find.
    .
    I am using V8.
    .
    Thanks in advance.
    K
    .
    PS - Yes, this is a SEO requirement as advised by a probably crack pot know it all.
    PPS - Forum has abbreviated the links but assure you the first does contain 'cgi-bin/ss000001.pl?SECTIONID etc etc'

    #2
    Do you use customer accounts and logins, if so you will need the cgi-bin links to remain. If not then you can remove the actinic navbar and add your own one in coding your own links directly. I do this on all brochure navbars as i think the actinic method is a right PITA and I prefer to do these things manually.

    Comment


      #3
      Thanks leehack...i do not use customer accounts or logins, any ideas how i create my own nav bar or where instructions might be located?

      Comment


        #4
        You won't find instructions as it's something you either know how to do or don't really. It is html and css experience, not actinic. If you want to get into changing this area, you will need to understand how to create a hyperlink and how they work. That would be the first thing i'd recommend to learn if you are determined to change this. Try the web for hundreds of tutorials. Links go in the format:

        <a href="pagename.html">Link Text</a>

        Comment

        Working...
        X