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

Notification

Icon
Error

CGrouse
#1 Posted : Thursday, November 9, 2006 4:03:39 PM(UTC)
CGrouse

Rank: Member

Joined: 6/4/2004(UTC)
Posts: 291

Look at: http://166.82.95.120/Products/1-Foot-Cat5E-350Mhz-Network-Patch-Cable-with-Molded-Snagless-Boot__Cat5EMB-1.aspx

I am trying to move the description up to be underneath the picture and use the full width of the page (minus the category menu.



Any Thoughts?



This is my Product.aspx Page



- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



<%@ Page Language="VB" MasterPageFile="~/BVModules/Themes/Bvc5/Product.master"

AutoEventWireup="false"
CodeFile="Product.aspx.vb"

Inherits="BVModules_ProductTemplates_Bvc5_Product"
Title="Product Details" %>

<%@ Register Src="../../Controls/OutOfStockDisplay.ascx"

TagName="OutOfStockDisplay"
TagPrefix="uc10" %>
<%@ Register Src="../../Controls/ProductMainImage.ascx"

TagName="ProductMainImage"
TagPrefix="uc9" %>
<%@ Register Src="../../Controls/ProductTypeDisplay.ascx"

TagName="ProductTypeDisplay"
TagPrefix="uc8" %>
<%@ Register Src="../../Controls/VolumeDiscounts.ascx" TagName="VolumeDiscounts"
TagPrefix="uc7" %>
<%@ Register Src="../../Controls/AddToCartButton.ascx" TagName="AddToCartButton"
TagPrefix="uc6" %>
<%@ Register Assembly="Anthem" Namespace="Anthem" TagPrefix="anthem" %>
<%@ Register Src="../../Controls/MessageBox.ascx" TagName="MessageBox"

TagPrefix="uc5" %>
<%@ Register Src="../../Controls/AddToWishlist.ascx" TagName="AddToWishlist"

TagPrefix="uc4" %>
<%@ Register Src="../../Controls/VariantsDisplay.ascx" TagName="VariantsDisplay"
TagPrefix="uc3" %>
<%@ Register Src="../../Controls/SuggestedItems.ascx" TagName="SuggestedItems"

TagPrefix="uc3" %>
<%@ Register Src="../../Controls/CategoryBreadCrumbTrail.ascx"

TagName="CategoryBreadCrumbTrail"
TagPrefix="ucc2" %>
<%@ Register Src="../../Controls/ContentColumnControl.ascx"

TagName="ContentColumnControl"
TagPrefix="ucc1" %>
<%@ Register Src="../../Controls/CrossSellDisplay.ascx"

TagName="CrossSellDisplay"
TagPrefix="uc2" %>
<%@ Register Src="../../Controls/ProductReviewDisplay.ascx"

TagName="ProductReview"
TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContentHolder"

runat="Server">
<uc5:MessageBox ID="MessageBox" runat="server" EnableViewState="false"

AutoUpdateAfterCallback="true" />
<ucc2:CategoryBreadCrumbTrail ID="CategoryBreadCrumbTrail1" runat="server"

/>
<ucc1:ContentColumnControl ID="PreContentColumn" runat="server" />
<div id="bvc5productpage">

<div id="menucolumn">
<ucc1:ContentColumnControl ID="ContentColumnControl1" runat="server"

ColumnName="System Product Page" />
</div>

<h6>
<span><anthem:Label ID="lblName" runat="server"

AutoUpdateAfterCallBack="true"></anthem:Label></span></h6>

<div id="contentcolumn">
<uc10:OutOfStockDisplay ID="OutOfStockDisplay1" runat="server" />
<div class="productimage">
<uc9:ProductMainImage ID="ProductMainImage" runat="server" />
</div></div><div></div>

<div id="actioncolumn">
<div id="actioncolumnpadding">
<b>SKU:</b> <anthem:Label ID="lblSku" runat="server"

AutoUpdateAfterCallBack="true"></anthem:Label><br><b>Manufacturer:</b> NetStrand
<uc3:VariantsDisplay ID="VariantsDisplay" runat="server" />
<div>
<uc8:ProductTypeDisplay ID="ProductTypeDisplay1"

runat="server"></uc8:ProductTypeDisplay>
</div>
<div id="ProductControls">
<anthem:Panel ID="PricePanel" runat="server"

AutoUpdateAfterCallBack="true">
<table id="Prices">
<tr id="trListPrice" runat="server">
<td class="formlabel">
<asp:Label ID="lblListPriceName"

runat="server" CssClass="productpropertylabel listprice">List

Price</asp:Label></td>
<td class="formfield">
<anthem:Label ID="lblListPrice"

runat="server" CssClass="listprice" Text="$x.xx"


AutoUpdateAfterCallBack="true">$x.xx</anthem:Label></td>
</tr>
<tr>
<td class="formlabel">
<asp:Label ID="lblSitePriceName"

runat="server" CssClass="productpropertylabel siteprice">Your

Price</asp:Label></td>
<td class="formfield">
<anthem:Label ID="lblSitePrice"

runat="server" CssClass="siteprice" Text="$x.xx"


AutoUpdateAfterCallBack="true">$x.xx</anthem:Label></td>
</tr>
<tr id="trYouSave" runat="server">
<td class="formlabel">
<asp:Label ID="lblYouSaveLabel"

runat="server" CssClass="productpropertylabel yousave">You Save</asp:Label></td>
<td class="formfield">
<anthem:Label ID="lblYouSave" runat="server"

CssClass="yousave" Text="$x.xx"

AutoUpdateAfterCallBack="true">$x.xx</anthem:Label></td>
</tr>
<tr>
<td class="formlabel">
<asp:Label ID="lblQuantity" runat="server"

CssClass="productpropertylabel qty" Text="Qty:"></asp:Label></td>
<td class="formfield">
<asp:TextBox ID="QuantityField"

runat="server" Text="1" CssClass="forminput short"></asp:TextBox></td>
</tr>
</table>
</anthem:Panel>
<div id="buttons">
<uc6:AddToCartButton ID="AddToCartButton1"

runat="server" />
<anthem:Label ID="ItemAddedToCartLabel" runat="server"

Visible="False" CssClass="AddedToCartMessage"></anthem:Label>
<uc4:AddToWishlist ID="AddToWishlist1" runat="server" />

<uc7:VolumeDiscounts ID="VolumeDiscounts1" runat="server" />

</div></div>


</div></div>


</div></div>

<div><anthem:Label ID="lblDescription" runat="server"

AutoUpdateAfterCallBack="true"></anthem:Label>



</div>
<uc1:ProductReview ID="ProductReview1" runat="server" />
<uc2:CrossSellDisplay ID="CrossSellDisplay" runat="server" />
<div>
<ucc1:ContentColumnControl ID="PostContentColumn" runat="server" />
<uc3:SuggestedItems ID="SuggestedItems1" runat="server" />
</asp:Content>
Thanks,


Christopher
CGrouse
#2 Posted : Thursday, November 9, 2006 5:40:22 PM(UTC)
CGrouse

Rank: Member

Joined: 6/4/2004(UTC)
Posts: 291

Nevermind, I add another description in CSS and got it to work :)
Thanks,


Christopher
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