Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Steve Barnhouse 40 posts 63 karma points
    Aug 11, 2010 @ 18:10
    Steve Barnhouse
    0

    Typo in the 84column template

    The code in the 84column template has a typo where the text is 6 col.

    <asp:content ContentPlaceHolderId="cphLeftContent" runat="server">6 col</asp:content>
    <asp:content ContentPlaceHolderId="cphRightContent" runat="server">6 col</asp:content>

     

    It should be:

    <asp:content ContentPlaceHolderId="cphLeftContent" runat="server">8 col</asp:content>
    <asp:content ContentPlaceHolderId="cphRightContent" runat="server">4 col</asp:content>
Please Sign in or register to post replies

Write your reply to:

Draft