I have the following line which makes up the navigation bar in my act_primary.html template -
This results in a nav bar like this (correct) -
However, when I put exactly the same code in the act_brochureprimary.html template it comes out as -
So firstly, the 'Home' is not resolving, and secondly it is sticking a '|' on the end of each button (with no space).
It's like in the brochure it is adding a '|' to the end of the text, while the catalog is adding a space to the end of the text...
So WHY is it doing that and how do I get round it?
NETQUOTEVAR:NAVBCATALOG| NETQUOTEVAR:NAVBLOGIN| NETQUOTEVAR:NAVBCART| NETQUOTEVAR:NAVBCHECKOUT
Home | Login | View Basket | Checkout
| Login| | View Basket| | Checkout|
It's like in the brochure it is adding a '|' to the end of the text, while the catalog is adding a space to the end of the text...
So WHY is it doing that and how do I get round it?
Comment