Announcement

Collapse
No announcement yet.

Norcascade question plus new site comments, please

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

    Norcascade question plus new site comments, please

    Evening all,

    I am in the process of building up a website using Actinic and the very nifty Norcascade menu program.

    I have the site running nicely, however I have found a glitch in the checkout page formatting and which I hope someone can point out where the problem lies. Essentially, what is happening is that the Norcascade menu loses its formatting on the checkout page and I am unable to figure out why. I would really appreciate anybody having a look at the site and seeing if they can identify where the problem lies. Any other helpful comments about the website would also be gratefully received!

    http://www.games-direct.co.uk/

    Many thanks in advance.

    Chris
    Last edited by Chris leonard; 12-Nov-2004, 08:03 PM. Reason: Title change

    #2
    In your Primary Templates you've got the

    <link rel="stylesheet" type="text/css" href="pop_style.css" />

    above the

    <Actinic:BASEHREF VALUE=.....>

    line.

    Consequently the cgi genrated pages can't find the css. Move the line below the BASEHREF and all should be well.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman,

      thank you for your very prompt assistance. It is very much appreciated!

      As suggested, I have moved the position of the line

      <link rel="stylesheet" type="text/css" href="pop_style.css" />

      to below the <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>

      I have done this in both the Act_Primary and Act_PrimaryCheckout pages.

      However, the formatting of the Norcascade menu on the checkout page is still wrong. It is fine on all the pages untill you get to the checkout confirmation page where it becomes unformated.

      Sorry to be a pain but could you suggest any thing else I could check.

      Thanks in advance.

      Chris

      Comment


        #4
        Hmmm... Try changing that line to point absolutely at your css file

        <link rel="stylesheet" type="text/css" href="http://www.games-direct.co.uk/acatalog/pop_style.css" />

        Norman
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X