BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Table in Span on custom page fails W3 validation
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.
|
|
|
|
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]
|
|
|
|
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.