I have a site that appears correct on the design tab, but on the content tab, in offline preview (and presumably online - but I have not uploaded this).
design.jpg shows how it looks on the design tab (perfect) and published.jpg shows the undesirable output on the content tab and in offline preview, and here is the related code.
Any suggestions on how to resolve this? Using Executive theme in V8.0.1 Beta
design.jpg shows how it looks on the design tab (perfect) and published.jpg shows the undesirable output on the content tab and in offline preview, and here is the related code.
Code:
<div class="page_header_terms_cart_login_container"> <div class="page_header_terms_container"> <p class="text_terms_conditions"><a href="<actinic:variable name="InfoURL" />" class="link_terms_conditions"><actinic:variable name="InfoText" /></a></p> </div> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="theme_tab1_left.gif" width="4" height="23" alt=" " /></td> <td><div class="page_header_menu_cart"><p class="text_menu_cart"><a href="<actinic:variable name="CartLinkText" />" class="link_cart"><actinic:variable name="CartText" /></a> | <a href="<actinic:variable name="OrderLinkText" />" class="link_cart"><actinic:variable name="CheckOutText" /></a></p></div></td> <td><div class="page_header_menu_cart_items"><p class="text_menu_cart_items"><actinic:variable name="ShoppingCartSummary" value="Shopping Cart Summary In A Line" /></p></div></td> <td><img src="theme_tab1_right.gif" width="4" height="23" alt=" " /></td> <actinic:block if="%3cactinic%3avariable%20name%3d%22AreRegCustomersAllowed%22%20%2f%3e"> <Actinic:NOTINB2B> <td class="page_header_menu_cart_login_spacing"><img src="theme_tab1_left.gif" width="4" height="23" alt=" " /></td> <td><div class="page_header_menu_login"><p class="text_menu_cart"><a href="<actinic:variable name="LoginPageURL" />" class="link_cart"><actinic:variable name="LoginText" /></a></p></div></td> <td><img src="theme_tab1_right.gif" width="4" height="23" alt=" " /></td> </Actinic:NOTINB2B> </actinic:block> </tr> </table> </div> </div> </div> <!-- END OF HEADER --> <!-- MAIN MENU --> <div class="page_menu" align="center"> <div class="page_menu_content"> <div class="page_menu_items"><p class="text_menu" align="left"><actinic:variable value="Home CSS Button" name="NavigationIcon" if="%3cactinic%3avariable%20name%3d%22HomePageType%22%20%2f%3e%20%21%3d%20%270%27" /><actinic:variable value="Sitemap CSS Button" name="NavigationIcon" if="%3cactinic%3avariable%20name%3d%22IsIncludeToSiteMap%22%20%2f%3e" /><actinic:variable name="NavigationIcon" value="Search CSS Button" /><actinic:variable name="NavigationIcon" value="Checkout CSS Button" /><actinic:variable value="Store Top CSS Button" name="NavigationIcon" if="%3cactinic%3avariable%20name%3d%22IsNavBarTopSectionOmitted%22%20%2f%3e%20%21%3d%20TRUE" /><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22"><actinic:variable value="Up A Level CSS Button" name="NavigationIcon" if="%3cactinic%3avariable%20name%3d%22SectionLevel%22%20%2f%3e%20%3e%200" /></actinic:block><actinic:variable name="NavigationIcon" value="Contact Us CSS Button" /></p></div> <div class="page_menu_items_search"> <div align="right"> <actinic:variable value="Quick Search Bar With Larger Button" name="QuickSearchBar" /> </div> </div> </div> </div> <!-- END MAIN MENU -->
Comment