• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

daniel
#1 Posted : Friday, November 30, 2007 4:16:35 PM(UTC)
daniel

Rank: Member

Joined: 11/15/2007(UTC)
Posts: 52

I am trying to position ad rotators I created.



They are inside div tags in the footer.ascx page. and the positioning of them are controlled in styles.css. (see sample style code below)



This I know for a fact if working because I see it correct on every page except for my cart.aspx. (see attached file of position correct and incorrect.)



I cannot figure this out for the life of me. I have read documentation of CSS style sheet and positioning. I know I am doing this correctly something is overriding this either in the style sheet or the cart.aspx page, possibly the footer.ascx page. I just do not know what it is.





Can someone please help? This has been driving me nuts for 2 days now.



Has anyone ever encountered this type of problem before or know of a solution from a similiar problem?



Thank you forum members for your help on this and past issues, all help is Greatly appreciated,



Daniel





Sample style sheet code:

/*_______________________________________________________________________________________________________________________________________________________________________*/
/* UNIVERSAL/ ALL PAGES--use below as defaults for style code below if changes cause errors or want to revert back to what was used before changes.
a {color:#fff;text-decoration:none;}--This controls the color of rollover links when cursor not over.
a:hover {color:#000;text-decoration:underline;}--This controls the color of rollover links when cursor is over it.
.clear {clear: both;}--not sure what this is?
.hide {display: none;}--not sure what this is?
body {margin:0;padding:0;font-size: 13px;color: #fff;background-color:#fff;font-family: Arial, Verdana, Sans-Serif;}--this controls the style and color of all content text in every page unless overwritten in BV Admin menu.
table { width: 100%; }--controls the main table that all content is in on every page.
*/
a {color:#fff;text-decoration:none;}
a:hover {color:#000;text-decoration:underline;}
.clear {clear: both;}
.hide {display: none;}
body {margin:0;padding:0;font-size: 13px;color: #000;background-color:#fff;font-family: Arial, Verdana, Sans-Serif; background-image: url(images/rswbackingbv5.png)}
table { width: 90%;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/*ADMIN PANEL--use below as defaults for style code below if changes cause errors or want to revert back to what was used before changes.
#adminpanel {font-size:11px;background-color:#303030;color:#666;border-bottom: 1px solid #666;padding:5px;}--controls the background color and text of admin top panel
#adminpanel a {color:#999;text-decoration:none;}--controls all the color of the text in the admin panel.
#adminpanel a:hover {text-decoration:underline;}--controls the rollover underline effect of the admin panel and it's text.
*/
#adminpanel {font-size:11px;background-color:#ffffff;color:#666;border-bottom: 1px solid #666;padding:5px;}
#adminpanel a {color:#999;text-decoration:none;}
#adminpanel a:hover {text-decoration:underline;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* HEADER--use below as defaults for style code below if changes cause errors or want to revert back to what was used before changes.
#header {height:75px;font-size:11px;margin:0;border-bottom:solid 1px #fff;}---this controls the bottom nav division line's color or visiblity.
#header ul {list-style:none;margin:0;padding:0;}
#header ul li {display:inline;margin:0;padding:0}
#header a {color:#fff; margin:0 20px 0 0;}
#headermainmenu {font-weight:bold;text-align:center;font-size:13px;}
#headernavmenu {margin: 0 0 5px 0;padding: 3px 0 0 0;text-align:center;}
#wait{ background: #FF0000; position: fixed; top: 15px; right: 15px; width: 100px; }
*/
#header {height:75px;font-size:11px;margin:0;border-bottom:solid 0px #fff;}
#header ul {list-style:none;margin:0;padding:0;}
#header ul li {display:inline;margin:0;padding:0}
#header a {color:#fff; margin:0 20px 0 0;}
#headermainmenu {font-weight:bold;text-align:center;font-size:13px;}
#headernavmenu {margin: 0 0 5px 0;padding: 3px 0 0 0;text-align:center;}
#wait{ background: #FF0000; position: fixed; top: 15px; right: 15px; width: 100px; }
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* FOOTER--use below as defaults for style code below if changes cause errors or want to revert back to what was used before changes.
#footernavmenu a {color:#fff;margin:0 0 0 20px;}--controls the color of the text and controls the spacing.
#footernavmenu ul {list-style:none;margin:0;}
#footernavmenu li {display:inline;margin:0;}
*/
#footernavmenu a {color:#000000;margin:0 0 0 20px;}
#footernavmenu ul {list-style:none;margin:0;}
#footernavmenu li {display:inline;margin:0;}
/*_______________________________________________________________________________________________________________________________________________________________________*/


/*_______________________________________________________________________________________________________________________________________________________________________*/
/* FOOTER--use below as defaults for style code below if changes cause errors or want to revert back to what was used before changes.
this will affect bottom nav menu division line and way it is listed, also affects bv admin copyright
#footer {width:780px;margin-left:auto;margin-right:auto;clear:both;border-top:solid 1px #666;}---this controls the bottom nav division line's color or visiblity.
#footernavmenu {margin:10px 0 20px 0;text-align:center;}
#footercopyright {width:300px;padding:10px;color:#666;font-size:11px;}--this controls the footer copyright bottom nav and positioning.
*/
#footer {width:800px;margin-left:auto;margin-right:auto;clear:both;border-top:solid 0px #666;}
#footernavmenu {margin:10px 0 20px 0;text-align:center;font-size:11px}
#footercopyright {width:300px;padding:10px;color:#666;font-size:11px; top:auto}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* MAIN CONTENT--this positions the main body content left:1220px, center:780px, right by width:, default is width:780px;
--use below as defaults for style code below if changes cause errors or want to revert back to what was used before changes.
#maincontent {margin-top:10px;margin-bottom:0;margin-left:auto;margin-right:auto;width:780px;}
*/
#maincontent {margin-top:10px;margin-bottom:0;margin-left:left;margin-right:auto;width:1080px;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* HOME PAGE--default is 175left/430left/175left Use this setting to center everything:155left/470left/155left*/
#homepagecolumn1 {width:230px;float:left;}
#homepagecolumn2 {width:380px;float:left;}
#homepagecolumn3 {width:277px;float:right;}

#navcolumn {width:175px;}
#maincolumn {padding:0 0 0 10px;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* CONTENT BLOCK TAGS */
.decoratedblock {border:solid 1px #666;margin:0 0 15px 0;background-color:#303030;}
.decoratedblock h4 {font-size: 11px;height: 15px;margin: 0px;padding: 1px 3px 0 5px;color: #fff;}
.blockcontent {padding:5px;text-align:left;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* HEADING TAGS
--use below as defaults for style code below if changes cause errors or want to revert back to what was used before changes.
h1 {color:#fff;font-size:20px;margin:0px;}--this controls the content header color.
h3 {text-align:left;font-size:9pt;font-weight:normal;padding:3px;text-align:left;line-height:16px;color:#fff;margin:0;border-bottom:solid 1px #666;}
h4 {font-size:11px;}
*/
h1 {color:#fff;font-size:20px;margin:0px;}
h3 {text-align:left;font-size:9pt;font-weight:normal;padding:3px;text-align:left;line-height:16px;color:#fff;margin:0;border-bottom:solid 1px #666;}
h4 {font-size:11px;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* SIDE MENU CONTENT BLOCK */
.sidemenu ul, .categorymenu ul {padding:0;margin:5px 0;}
.sidemenu li, .categorymenu li {padding: 2px 2px 2px 10px;list-style:none;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/*???*/
/*
.breadcrumbs {color:#666;font-size:11px;margin:0 0 10px 0;padding:0 0 5px 0;}
.categoryrotator .blockcontent {text-align:center;}
.productrotator .blockcontent {text-align:center;}
.productgrid .blockcontent {text-align:center;}
*/
.breadcrumbs {color:#666;font-size:11px;margin:0 0 10px 0;padding:0 0 5px 0;}
.categoryrotator .blockcontent {text-align:center;}
.productrotator .blockcontent {text-align:center;}
.productgrid .blockcontent {text-align:center;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* SPECIFIC CONTENT BLOCK TAGS */
#searchform {margin:10px 0;padding:10px;}
.row {text-align: left;background-color: #fff;}
.row td, .alternaterow td {border-bottom: solid 1px #ccc;}
.alternaterow {text-align:left;background-color: #f5f5f5;}
.rowheader {text-align:left;background-color: #666;color:#fff;}
.searchresultspane {margin:0 0 20px 60px;}
.searchresultrecord {margin:3px 20px 5px 20px;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* CART */
.cartitemimage {width:110px;height:110px;float:left;}
.cartitemdescription {display:inline;}
#cartFooter {margin: 10px 0 0 0;}
#carttotals {width:200px;float:right;margin-bottom:10px;text-align:right;}
#cartupdates {width:550px;margin-bottom:10px;text-align:right;}
#cartactions {clear:both;text-align:right;padding-bottom:12px;}
#cartactioncontinue {float:left;width:120px;text-align:left;}
#cartactioncheckout {display:inline;}
.lineitemnodiscounts {text-decoration: line-through; display: block;}
.totallabel { display: block; }
.productpricecolumn { vertical-align: top; text-align: right; }
.productquantitycolumn { vertical-align: top; text-align: right; }
.producttotalcolumn { vertical-align: top; text-align: right; }
.productdeletecolumn { vertical-align: top; text-align: center; }
.productquantitycolumn div { width: 60px; float: right; }
.radiobuttoncol {width: 20px;}

#popupContainer {width:100%;padding:10px;}

.StickyNote {color:#000;font-size: 14px;font-family:'Comic Sans MS' , Arial, Verdana;}

/*_______________________________________________________________________________________________________________________________________________________________________*/
/* BVC5 SINGLE PRODUCT DISPLAY CONTROL */
/*use below as defaults for style code below if changes cause errors or want to revert back to what was used before changes.*/
/*
.WideSingleProductDisplayPanel .SingleProductDisplayImage {float: left;display: block;}
.WideSingleProductDisplayPanel .ProductBadge {}
.WideSingleProductDisplayPanel .SingleProductDisplayName {font-size:15px;}
.WideSingleProductDisplayPanel .SingleProductDisplayDescription {font-size:14px;}
.WideSingleProductDisplayPanel .SingleProductDisplayPrice {font-size:14px;}
.SkinnySingleProductDisplayPanel .SingleProductDisplayImage {float:none;display:block;}
.SkinnySingleProductDisplayPanel .ProductBadge {}
.SkinnySingleProductDisplayPanel .SingleProductDisplayName {font-size:15px;}
.SkinnySingleProductDisplayPanel .SingleProductDisplayDescription {font-size:14px;}
.SkinnySingleProductDisplayPanel .SingleProductDisplayPrice {font-size:14px;}
*/
.WideSingleProductDisplayPanel .SingleProductDisplayImage {float: left;display: block;}
.WideSingleProductDisplayPanel .ProductBadge {}
.WideSingleProductDisplayPanel .SingleProductDisplayName {font-size:15px;}
.WideSingleProductDisplayPanel .SingleProductDisplayDescription {font-size:14px;}
.WideSingleProductDisplayPanel .SingleProductDisplayPrice {font-size:14px;}
.SkinnySingleProductDisplayPanel .SingleProductDisplayImage {float:none;display:block;}
.SkinnySingleProductDisplayPanel .ProductBadge {}
.SkinnySingleProductDisplayPanel .SingleProductDisplayName {font-size:15px;}
.SkinnySingleProductDisplayPanel .SingleProductDisplayDescription {font-size:14px;}
.SkinnySingleProductDisplayPanel .SingleProductDisplayPrice {font-size:14px;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* MAIN MENU CONTROL */
/*use below as defaults for style code below if changes cause errors or want to revert back to what was used before changes.*/
/*
div.MainMenu {background-color:Grey;margin-bottom:5px;margin-left:auto;margin-right:auto;width:780px;clear: both;}
ul.MainMenu {display:block;margin:2px 0px;list-style-type:none;}
li.MenuItem {margin:2px 10px 2px 0;display:inline;}
li.ActiveMenuItem {margin: 2px 10px 2px 0;display:inline;font-weight:bolder;}
*/
div.MainMenu {background-color:Grey;margin-bottom:5px;margin-left:auto;margin-right:auto;width:780px;clear: both;}
ul.MainMenu {display:block;margin:2px 0px;list-style-type:none;}
li.MenuItem {margin:2px 10px 2px 0;display:inline;}
li.ActiveMenuItem {margin: 2px 10px 2px 0;display:inline;font-weight:bolder;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* SITE MAP PAGE */
/*use below as defaults for style code below if changes cause errors or want to revert back to what was used before changes.*/
/*.sitemapColumn{ vertical-align: top;}--this controls the alignment of all columns
.ColumnOne { }--this controls the bullets color in column 1
.ColumnTwo { }--this controls the bullets color in column 2
.ColumnThree { }--this controls the bullets color in column 3
#SitemapTable{ width: 100%; }--this controls the table of all columns
*/
.sitemapColumn{ vertical-align: top;}
.ColumnOne { color: #000000}
.ColumnTwo { color: #000000}
.ColumnThree { color: #000000}
#SitemapTable{ width: 100%; }
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* ADDED TO CART MESSAGE*/
/*use below as defaults for style code below if changes cause errors or want to revert back to what was used before changes.*/
/*.AddedToCartMessage {color: Red;}*/
.AddedToCartMessage {color: Red;}
/*_______________________________________________________________________________________________________________________________________________________________________*/


/*_______________________________________________________________________________________________________________________________________________________________________*/
/* PAGER CONTROL */
.pager { margin: 10px 0; padding: 5px 0; text-align: center; clear: both; }
.pager ul {list-style:none;margin:0;padding:0;}
.pager ul li {display:inline;margin:0;padding:0}
.pager a {color:#ddd; text-decoration:none;margin:0 20px 0 0;}
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* ERROR MESSAGE */
.errormessage { color: #c00; display: inline; line-height: 2em; padding: 0 5px; font-size: .8em; }
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* CHECKOUT */
.shippingdiscount { text-decoration: line-through; }
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* MESSAGE */
.messagebox { width: 100%; margin: 5px 0; }
.messagebox ul { list-style: none; }
.messagebox .icon { float: left; margin: 5px; }
.messagebox .message { margin: 5px 5px 5px 30px; font-size: 100%; line-height: 1em; padding: 5px; }
.messagebox .errorline { clear: both; }
/*_______________________________________________________________________________________________________________________________________________________________________*/



/*_______________________________________________________________________________________________________________________________________________________________________*/
/* MARK DOWN PRICE */
.MarkDownPrice {text-decoration:line-through;}
/*_______________________________________________________________________________________________________________________________________________________________________*/

/*____________________*/
/*CONTROL ALL TABLES*/
.leftcolumn {position: absolute; width: 180; top: 120px; left: 40px; background-color: #FFFFFF; height:62%; }
.leftad {position: inherit; width: ; top: 690px; left: 270px; background-color: #FFFFFF; height:10%; float:left}
.rightad {position: inherit; width: ; top: 690px; left: 720px; background-color: #FFFFFF; height:10%; float:right}
/**/



footer.ascx code just in case this is problem:

<%@ Control Language="VB" AutoEventWireup="false" CodeFile="Footer.ascx.vb" Inherits="BVModules_Themes_Bvc5_Footer" %>
<%@ Register Src="../../Controls/CustomPagesDisplay.ascx" TagName="CustomPagesDisplay"
TagPrefix="uc2" %>
<%@ Register Src="../../Controls/PoweredBy.ascx" TagName="PoweredBy" TagPrefix="uc1" %>

<link href="../../../BVModules/Themes/Bvc5/styles.css" rel="stylesheet" type="text/css" />

<div id="footer">
<div id="footernavmenu">
<ul>
<li>
<asp:HyperLink ID="lnkHome" runat="server" NavigateUrl="~/Default.aspx"/></li>
<li>
<asp:HyperLink ID="lnkCart" runat="server" NavigateUrl="~/Cart.aspx"/></li>
<li>
<asp:HyperLink ID="lnkMyAccount" runat="server" NavigateUrl="~/myaccount_orders.aspx"/></li>
<li>
<asp:HyperLink ID="lnkContactUs" runat="server" NavigateUrl="~/ContactUs.aspx"/></li>
<li>
<asp:HyperLink ID="lnkPrivacyPolicy" runat="server" NavigateUrl="~/Privacy.aspx"/></li>
<li>
<asp:HyperLink ID="lnkaboutUs" runat="server" NavigateUrl="~/aboutUs.aspx"/></li>
<li>
<asp:HyperLink ID="lnkMemoryFinder" runat="server" NavigateUrl="~/MemoryFinder.aspx"/></li>
<li>
<asp:HyperLink ID="lnkConditionDefinitions" runat="server" NavigateUrl="~/ConditionDefinitions.aspx"/></li>
<li>
<asp:HyperLink ID="lnkSearch" runat="server" NavigateUrl="~/Search.aspx"/></li>
<li>
<asp:HyperLink ID="lnkSiteMap" runat="server" NavigateUrl="~/Sitemap.aspx"/>
</li>
</ul>
<uc2:CustomPagesDisplay id="CustomPagesDisplay1" runat="server">
</uc2:CustomPagesDisplay>
</div>

<DIV class="leftad">
<asp:AdRotator id="AdRotator" Target="_self" AdvertisementFile="advt.xml" runat="server"/>
</div>

<DIV class="rightad">
<asp:AdRotator id="AdRotator1" Target="_self" AdvertisementFile="advt1.xml" runat="server"/>
</div>


<div id="footercopyright">
Copyright 2005-2006 BV Software LLC/ Daniel's Mod</div>
<uc1:PoweredBy ID="PoweredBy1" runat="server" />
</div>



sample cart code just in case it is needed to review problem too:

<%@ Page Language="VB" MasterPageFile="~/BVModules/Themes/Bvc5/Default.master" AutoEventWireup="false"
CodeFile="Cart.aspx.vb" Inherits="Cart" Title="Shopping Cart" %>

<%@ Register Src="BVModules/Controls/GoogleCheckoutButton.ascx" TagName="GoogleCheckoutButton"
TagPrefix="uc5" %>
<%@ Register Src="BVModules/Controls/PaypalExpressCheckoutButton.ascx" TagName="PaypalExpressCheckoutButton"
TagPrefix="uc4" %>
<%@ Register Src="BVModules/Controls/CrossSellDisplay.ascx" TagName="CrossSellDisplay"
TagPrefix="uc3" %>
<%@ Register Src="BVModules/Controls/EstimateShipping.ascx" TagName="EstimateShipping"
TagPrefix="uc2" %>
<%@ Register Src="BVModules/Controls/MessageBox.ascx" TagName="MessageBox" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContentHolder" runat="Server">
<asp:Panel ID="pnlAll" DefaultButton="btnUpdateQuantities" runat="server">
<div id="carttitle">
<h1>
<asp:Label ID="TitleLabel" runat="server">Shopping Cart</asp:Label>
</h1>
<uc1:MessageBox ID="MessageBox1" runat="server" />
<asp:ValidationSummary ID="ValidationSummary1" runat="server" />
<div id="cartsubtitle">
<h3>
<asp:Label ID="lblcart" runat="server">Your Cart is Empty</asp:Label></h3>
</div>
</div>
<asp:Panel ID="pnlWholeCart" runat="server" Visible="true">
<div id="cartcontainer">
 <asp:Literal ID="ItemListLiteral" runat="server"></asp:Literal>
<asp:GridView GridLines="None" ID="ItemGridView" runat="server" AutoGenerateColumns="False"
Width="100%" DataKeyNames="bvin" CssClass="cartproductgrid">
<Columns>
<asp:TemplateField HeaderText="Product" HeaderStyle-HorizontalAlign="left" ItemStyle-CssClass="productimagecolumn">
<ItemTemplate>
<div class="cartitemimage">
<asp:Image ID="imgProduct" runat="server" AlternateText="" /></div>
<div id="cartitemdescription" runat="server" class="cartitemdescription">
<asp:LinkButton ID="DescriptionLinkButton" runat="server"></asp:LinkButton>
<asp:PlaceHolder ID="CartInputModifiersPlaceHolder" runat="server"></asp:PlaceHolder>
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Price" HeaderStyle-HorizontalAlign="right" ItemStyle-CssClass="productpricecolumn">
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("AdjustedPrice", "{0:c}") %>' CssClass="cartproductprice"></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Quantity" HeaderStyle-HorizontalAlign="right" ItemStyle-CssClass="productquantitycolumn">
<ItemTemplate>
<div>
<asp:TextBox ID="QtyField" Width="50" runat="server" Text='<%# Bind("Quantity","{0:#}") %>'></asp:TextBox>
<bvc5:BVRequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="Quantity Must Be Entered"
ControlToValidate="QtyField" Text="*" ForeColor=" " CssClass="errormessage"></bvc5:BVRequiredFieldValidator>
<bvc5:BVRegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ErrorMessage="Quantity Must Be Numeric"
ControlToValidate="QtyField" ValidationExpression="\d{1,6}" ForeColor=" " CssClass="errormessage"></bvc5:BVRegularExpressionValidator>
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Total" HeaderStyle-HorizontalAlign="right" ItemStyle-CssClass="producttotalcolumn">
<ItemTemplate>
<asp:Label ID="TotalWithoutDiscountsLabel" CssClass="lineitemnodiscounts" runat="server" Text='' Visible="false"></asp:Label>
<asp:Label ID="TotalLabel" runat="server" Text='' CssClass="totallabel"></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField ShowHeader="False" ItemStyle-CssClass="productdeletecolumn">
<ItemTemplate>
<asp:ImageButton ID="btnDelete" runat="server" CausesValidation="False" CommandName="Delete"
ImageUrl="~/BVModules/Themes/Bvc5/Images/Buttons/x.png" AlternateText="Delete" />
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</div>
<div id="cartfooter">
<div id="carttotals">
<table border="0" cellspacing="0" cellpadding="3">
<tr>
<td class="formlabel">
Sub Total:</td>
<td class="formfield">
<asp:Label ID="lblSubTotal" runat="server" Text=""></asp:Label></td>
</tr>
<tr id="trDiscounts" runat="server">
<td class="formlabel">
Order Discounts:</td>
<td class="formfield">
<asp:Label ID="lblDiscounts" runat="server" Text=""></asp:Label></td>
</tr>
</table>
</div>
<div id="cartupdates">
<span>
<asp:Label ID="lblMakeChanges" runat="server">Make any changes above? </asp:Label> </span>
<asp:ImageButton ID="btnUpdateQuantities" runat="server" ImageUrl="~/BVModules/Themes/Bvc5/Images/Buttons/Update.png"
AlternateText="Update" />
</div>
<uc2:EstimateShipping ID="EstimateShipping1" runat="server" />
</div>
<div id="cartactions">
<div id="cartactioncontinue">
<asp:ImageButton ID="btnContinueShopping" runat="server" ImageUrl="~/BVModules/Themes/Bvc5/Images/Buttons/ContinueShopping.png"
AlternateText="Continue Shopping" />
</div>
<div id="cartactioncheckout" runat="server">
<asp:ImageButton ID="btnCheckout" runat="server" ImageUrl="~/BVModules/Themes/Bvc5/Images/Buttons/Checkout.png"
AlternateText="Checkout" />
<uc5:GoogleCheckoutButton ID="GoogleCheckoutButton1" runat="server" />
<uc4:PaypalExpressCheckoutButton ID="PaypalExpressCheckoutButton1" runat="server"
DisplayText="false" />
</div>
</div>
<div id="cartcoupons">
<asp:Panel ID="pnlCoupons" runat="server" DefaultButton="btnAddCoupon">
Add a Promotional Code:
<asp:TextBox ID="CouponField"...
daniel attached the following image(s):
positioning of ad rotators correctly.gif (99kb) downloaded 94 time(s).

You cannot view/download attachments. Try to login or register.
Marcus
#2 Posted : Friday, November 30, 2007 5:08:38 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Dan,

Please do not use ALL CAPS for post titles. It is considered "yelling" and impolite.

I'm moving this thread to "Customizations" as it deals with your custom code, not standard features of the software.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012