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

Notification

Icon
Error

Mark H
#1 Posted : Sunday, June 21, 2009 2:24:38 PM(UTC)
Mark H

Rank: Member

Joined: 12/19/2006(UTC)
Posts: 153

To meet the W3 standards, a table cannot be within a span. The problem is that I need many, many custom pages with tables. . .thus using the admin custom page feature would be nice.


Could someone help steer me in the right direction on how to fix the issue of having a table within '<span id="ctl00_MainContentHolder_lblContent">' tag for custom pages (i.e. dynamic pages made in /BVAdmin/Content/CustomPages.aspx)



Thanks.
Narrowpath
#2 Posted : Sunday, June 21, 2009 4:44:43 PM(UTC)
Narrowpath

Rank: Member

Joined: 9/20/2006(UTC)
Posts: 92

Mark,



Have not tested this, but you should be able to change the "Label" control to a "Literal" control in Custom.aspx



Find this....



Code:

<asp:Label ID="lblContent" Text="Content Loads Here" runat="server" />


Change to this....


[code]
<asp:Literal ID="lblContent" Text="Content Loads Here" runat="server" />


Feel free to contact us if you need assistance.




[color=gray>
<HR]
[/color]

Wallace Miller -- Narrowpath Design
Providing installation, custom development, and design services for BVC5 sites
24/7 tech support and consultation service available for BVSoftware E-Commerce
760.728.8679 (phone)
[email protected]
Mark H
#3 Posted : Sunday, June 21, 2009 5:16:46 PM(UTC)
Mark H

Rank: Member

Joined: 12/19/2006(UTC)
Posts: 153

That looks to have done the trick. Thank you much!
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