Hello,
Not sure if anyone can help with this as I've searched the forum and AUG and can't see anything. Basically on my website I have 10 layouts on each of these layouts I have added a footer at the bottom which I have coded in:
<div id="ie_sitemap"><div id="ie_sitemap_column1"><div id="ie_sitemap_header">Occasion</div><div id="ie_sitemap_text"><a href="acatalog/valentines.php">Valentine's Day</a><br><a href="acatalog/birthday.php">Birthday</a><br><a href="acatalog/funeral.php">Funeral</a><br><a href="acatalog/new-baby-flowers.php">New Baby</a><br><a href="acatalog/new-home.php">New Home</a></div>......
This data changes frequently and it is getting to be quite time consuming changing it on each of the layouts. Is there a way in actinic to create a custom variable to hold all this code and then I only have to update it the once? I have spoken to support and their solution was to use to variable Footer but this only seems to be limited to one line of text.
Many Thanks
Paul
Not sure if anyone can help with this as I've searched the forum and AUG and can't see anything. Basically on my website I have 10 layouts on each of these layouts I have added a footer at the bottom which I have coded in:
<div id="ie_sitemap"><div id="ie_sitemap_column1"><div id="ie_sitemap_header">Occasion</div><div id="ie_sitemap_text"><a href="acatalog/valentines.php">Valentine's Day</a><br><a href="acatalog/birthday.php">Birthday</a><br><a href="acatalog/funeral.php">Funeral</a><br><a href="acatalog/new-baby-flowers.php">New Baby</a><br><a href="acatalog/new-home.php">New Home</a></div>......
This data changes frequently and it is getting to be quite time consuming changing it on each of the layouts. Is there a way in actinic to create a custom variable to hold all this code and then I only have to update it the once? I have spoken to support and their solution was to use to variable Footer but this only seems to be limited to one line of text.
Many Thanks
Paul
Comment