Is it possible to change the back and next button on the online shop sections
I have tried using a image type here
But the buttons see to stop functioning.
Also back buttons:
Is there a peice of code that will automatically generate the code for a back button, eg a section up from the current section you are in?
Currently have this, but this is wrong it it generates the current section name and the current section URL.
Code:
<input type="submit" name="ACTION" name="NextButton1" id="NextButton1" value=" <actinic:variable encoding="html" name="NextButton" /> " />
Code:
<input type="image" src="buttom.jpg" name="ACTION" name="NextButton1" id="NextButton1" value=" <actinic:variable encoding="html" name="NextButton" /> " />
Also back buttons:
Is there a peice of code that will automatically generate the code for a back button, eg a section up from the current section you are in?
Currently have this, but this is wrong it it generates the current section name and the current section URL.
Code:
<div> <a href="<actinic:variable name="SectionPageName"/>" target="_self"><img alt="Back Button" src="Website Parts/Buttons/back_button_Caralog.jpg" border="0"/> Terug Naar <actinic:variable name="SectionName"/> </a> </div>
Comment