i have a section layout that has worked great for years now since using dreamweaver the other day the system is working on the home page but the inner store pages are corrupt here is a corrupt link http://www.tacklesaver.co.uk/acatalo...ng_tackle.html
Announcement
Collapse
No announcement yet.
weird numbers in menu url
Collapse
X
-
url
thanks for your reply here is the store layout code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title><actinic:variable name="PageTitle" /></title>
<actinic:variable name="BaseHref" />
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%20AND%20%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Brochure%22%29%20OR%20%3cactinic%3avariable%20name%3d%22IsStoreFrontPage%22%20%2f%3e">
<!-- Meta tags entered into the green 'Online Catalog' icon -->
<actinic:block if="%3cactinic%3avariable%20name%3d%22GlbMetaKeywords%22%20%2f%3e%20%21%3d%20%22%22" >
<meta name="keywords" content="<actinic:variable name="GlbMetaKeywords" />" />
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22GlbMetaDescription%22%20%2f%3e%20%21%3d%20%22%22">
<meta name="description" content="<actinic:variable name="GlbMetaDescription" />" />
</actinic:block>
</actinic:block>
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22%20AND%20%3cactinic%3avariable%20name%3d%22IsStoreFrontPage%22%20%2f%3e%20%21%3d%20TRUE%29%20OR%20%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22">
<!-- meta tags for individual section and brochure pages -->
<meta name="keywords" content="<actinic:variable name="MetaKeywords" />" />
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22MetaDescription%22%20%2f%3e%20%21%3d%20%22%22">
<meta name="description" content="<actinic:variable name="MetaDescription" />" />
</actinic:block>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e">
<link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />">
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Contact%20Us%22" >
<actinic:variable value="Script for Blocking Unregistered Customers" name="UnregCustomerMessage" if="%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20FALSE" />
</actinic:block>
<link href="actinic.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript" src="actiniccore.js"></script>
<script language="javascript" type="text/javascript" src="actinicextras.js"></script>
<!-- Placeholder of cookie checking javascript code. Do not remove it! -->
<Actinic:COOKIECHECK/>
<script language="javascript" type="text/javascript">
<!--
<!--
saveReferrer();
// -->
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
//-->
</script>
</head>
<body onLoad="<actinic:variable value="PreloadImages" name="OnLoadScript" />;">
<div id="PageDiv">
<div id="header" style="position:absolute; left:0px; top:10px; width:990px; height:180px; z-index:1; overflow:visible">
<div id="search" class="f-x3" style="position:relative; float:left; width:330px; height:30px; margin-left:0px; margin-top:150px; margin-right:0px">
<actinic:Variable Name="QuickSearchBar"/>
</div>
<div id="topnavigation" class="f-x3" style="position:relative; float:right; width:610px; height:30px; margin:150px 0px 0px">
<ul>
<actinic:variable name="NavigationBar" />
</ul>
</div>
</div>
<div id="bodycontent" style="position:absolute; left:0px; top:195px; width:990px; z-index:2">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="5" valign="top" class="containertop" style="width:990px; height:15px"><p class="f-sp"> </p></td>
</tr>
<tr class="containermiddle">
<td valign="top" style="width:175px; ">
<table border="0" cellspacing="0" cellpadding="0" style="margin:0px 0px 0px 15px">
<tr>
<td valign="top" class="lrtop" style="width:160px; height:15px"><p class="f-sp"> </p></td>
</tr>
<tr>
<td valign="top" style="width:160px; background-color:#ec1c24">
<img src="inc/storesectionstitle.gif" border=0 width=150 height=30 alt="Store Sections" style="float:left; margin-left:5px; margin-bottom:5px"><br/>
<div id="leftnav">
<ul>
<actinic:block type="TopLevelSectionList" >
<actinic:block if="%3cactinic%3avariable%20name%3d%22WhichSectionList%22%20%2f%3e%20%3d%3d%20%22List%201%22" >
<li><a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><<actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" class="product_section">
<Actinic:Variable Name="SectionName"/>
</a></li>
</actinic:block>
</actinic:block>
</ul>
</div>
<p> </p>
<div id="newsletters">
<div class="newsletterstxt">Enter your email below to receive special offers</div>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://tacklesaver.us4.list-manage.com/subscribe/post?u=364b1b671e4f3c4e4b9f0603f&id=cf4da07d8f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
<!--End mc_embed_signup--> </div>
<p> </p>
<p></p>
<p><a href="http://www.tacklesaver.co.uk/cgi-bin/ss000002.pl?SECTIONID=index2.html"><img src="inc/tradeloginbutton.gif" border=0 width=150 height=60 alt="Members Trade Login" style="float:left; margin-left:5px; margin-bottom:5px" /></a><br/>
<a href="http://www.tacklesaver.co.uk/acatalog/join_here_and_save.html"><img src="inc/introtacklesavervideo.gif" border=0 width=150 height=150 alt="Signal Product Videos" style="float:left; margin-left:5px; margin-bottom:5px" /></a><br/>
<a href="http://www.tacklesaver.co.uk/acatalog/signal_videos.html"><img src="inc/signalvideos.gif" border=0 width=150 height=150 alt="Manufacturer Videos" style="float:left; margin-left:5px; margin-bottom:5px" /></a><br/>
<a href="http://www.tacklesaver.co.uk/acatalog/instructional_videos.html"><img src="inc/instructionalvideos.gif" border=0 width=150 height=150 alt="Instructional Videos" style="float:left; margin-left:5px; margin-bottom:5px" /></a><br/>
<a href="http://www.tacklesaver.co.uk/acatalog/funny_videos.html"><img src="inc/funnyvideos.gif" border=0 width=150 height=150 alt="Funny Videos" style="float:left; margin-left:5px; margin-bottom:5px" /></a><br/>
<!-- side bar adds --><a href="http://www.tacklesaver.co.uk/acatalog/korum.html"><img src="home_images/static-right-1.gif" alt="korum tackle" width="150" height="198" border="0" align="middle" /></a>
<a href="http://www.tacklesaver.co.uk/acatalog/Chub_Smart_Tackle_Boxes.html"><img src="home_images/rightspecialoffer2.jpg" border=0 width=150 height=200 alt="Carbo Margin Poles" style="float:left; margin-left:5px; margin-bottom:5px" /></a>
<a href="http://www.tacklesaver.co.uk/acatalog/Spomb.html"><img src="home_images/rightspecialoffer5.jpg" border=0 width=150 height=200 alt="spomb" style="float:left; margin-left:5px; margin-bottom:5px" /></a>
<a href="http://www.tacklesaver.co.uk/acatalog/Nash_Peg_One_Range.html"><img src="home_images/rightspecialoffer10.jpg" border=0 width=150 height=200 alt="Garbolino Speed Mould" style="float:left; margin-left:5px; margin-bottom:5px" /></a> <a href="http://www.tacklesaver.co.uk/acatalog/nash.html"><img src="home_images/rightspecialoffer11.jpg" border=0 width=150 height=200 alt="Grandeslam Bi Focal Sunglasses" style="float:left; margin-left:5px; margin-bottom:5px" /></a> </p></td>
</tr>
<tr>
<td valign="top" class="lrbottom" style="width:160px; height:15px"><p class="f-sp"> </p></td>
</tr>
</table>
</td>
<td valign="top" style="width:10px"><p class="f-sp"> </p></td>
<td valign="top" style="width:620px">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" class="mtop" style="width:620px; height:15px"><p class="f-sp">Tacklesaver<br />
13-17 The Paddock, Handforth, Cheshire, SK9 3HG<br />
Phone: 01625 528831<br />
Fax: 01625 539476</p></td>
</tr>
<tr>
<td valign="top" style="width:620px; background-color:#ffffff"><actinic:Variable Name="INNERLAYOUT"/></td>
</tr>
<tr>
<td valign="top" class="mbottom" style="width:620px; height:15px"><p class="f-sp"> </p></td>
</tr>
</table>
</td>
<td valign="top" style="width:10px"><p class="f-sp"> </p></td>
<td valign="top" style="width:175px">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" class="lrtop" style="width:160px; height:15px"><p class="f-sp"> </p></td>
</tr>
<tr>
<td valign="top" style="width:160px; background-color:#ec1c24">
<img src="inc/supplierstitle.gif" border=0 width=150 height=30 alt="Suppliers Products" style="float:left; margin-left:5px; margin-bottom:5px"></a><br/>
<div id="rightnav">
<ul>
<actinic:block type="TopLevelSectionList">
<li><a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" >
<<actinic:variable name="SectionPageName" /></actinic:block>
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" class="product_section"> <actinic:variable encoding="actinic" name="SectionName" /> </a></li>
</actinic:block> </actinic:block>
</ul>
</div>
<div id="cartsummary">
<Actinic:Variable Name="ShoppingCartSummary"/>
</div>
<!--sidebar2--></td>
</tr>
<tr>
<td height="190" valign="top" class="lrbottom" style="width:160px; height:15px"><p class="f-sp">
</p></td>
</tr>
</table>
<br /><a href="http://www.tacklesaver.co.uk/acatalog/signal_specimen_luggage.html"><img src="home_images/rightspecialoffer1.jpg" border=0 width=150 height=200 alt="Guru Line" style="float:left; margin-left:5px; margin-bottom:5px" /></a> <a href="http://www.tacklesaver.co.uk/acatalog/Chub_Smart_Tackle_Boxes.html"><img src="home_images/rightspecialoffer2.jpg" border=0 width=150 height=200 alt="Carbo Margin Poles" style="float:left; margin-left:5px; margin-bottom:5px" /></a> <a href="http://www.tacklesaver.co.uk/acatalog/Medusa_Feeders.html"><img src="home_images/rightspecialoffer3.jpg" border=0 width=150 height=200 alt="SignalMuktiplier Reel" style="float:left; margin-left:5px; margin-bottom:5px" /></a>
<a href="http://www.tacklesaver.co.uk/acatalog/grandeslam_umbrellas_bivvies.html"><img src="home_images/rightspecialoffer4.jpg" border=0 width=150 height=200 alt="Oval Umbrella" style="float:left; margin-left:5px; margin-bottom:5px" /></a>
<a href="http://www.tacklesaver.co.uk/acatalog/korum_chairs.html"><img src="home_images/rightspecialoffer6.jpg" border=0 width=150 height=200 alt="Korum Chairs" style="float:left; margin-left:5px; margin-bottom:5px" /></a>
<a href="http://www.tacklesaver.co.uk/acatalog/Hook_Bait_Presentation.html"><img src="home_images/rightspecialoffer7.jpg" border=0 width=150 height=200 alt="Signal Bait Feeder Reels" style="float:left; margin-left:5px; margin-bottom:5px" /></a> <a href="http://www.tacklesaver.co.uk/acatalog/signal_combos.html"><img src="home_images/rightspecialoffer8.jpg" border=0 width=150 height=200 alt="Fly Rod & Reel Combo" style="float:left; margin-left:5px; margin-bottom:5px" /></a> <a href="http://www.tacklesaver.co.uk/acatalog/signal_carp_rods.html"><img src="home_images/rightspecialoffer9.jpg" border=0 width=150 height=200 alt="Signal Carp Rod" style="float:left; margin-left:5px; margin-bottom:5px" /></a> <a href="http://www.tacklesaver.co.uk/acatalog/Nash_Peg_One_Range.html"><img src="home_images/rightspecialoffer10.jpg" border=0 width=150 height=200 style="float:left; margin-left:5px; margin-bottom:5px" /></a>
<a href="http://www.tacklesaver.co.uk/acatalog/specimen_fishing_nash_baits.html"><img src="home_images/rightspecialoffer11.jpg" border=0 width=150 height=200 alt="" style="float:left; margin-left:5px; margin-bottom:5px"></a> </td>
</tr>
<tr>
<td colspan="5" valign="top" class="containerbottom" style="width:990px; height:15px"><p class="f-sp"> </p></td>
</tr>
<tr>
<td colspan="5" valign="top" style="width:990px; height:5px"><p class="f-sp"> </p></td>
</tr>
<tr>
<td colspan="5" valign="top" class="bfooter" style="width:990px; height:100px">
<p class="bfootertxt"><a href="http://www.tacklesaver.co.uk/acatalog/join_here_and_save.html"><b>Click Here to Join our great Trade Membership Club</b></a>
<br>Tacklesaver, 13-17 The Paddock, Handforth, Cheshire, SK9-3HG. Telephone: 01625 528 831</p>
</td>
</tr>
<tr>
<td colspan="5" valign="top" style="width:990px; height:5px"><p class="f-lp"> </p>
</td>
</tr>
</table>
</div>
</div>
<actinic:variable name="GoogleAnalyticsMarkup" value="Google Analytics Tracking Code" />
</body>
</html>
Comment
Comment