I found where one would edit the language of the terms of use and privacy statement, which I did ever-so-slightly. I also created a page not added to the menu and brought the language of each into its own page. Now, I am trying to link from within the skin AND perhaps move them below the footer.
When I viewed the skin file using VS 2005 in design mode, it displays a box (not sure what the proper jargon is; perhaps control?) that I am able to drop and drag around the layout.
I am trying to remove the copyright line, the terms, and the privacy statement from the footer and center them at the bottom of the page below the footer (I think want to put a string of links in the footer, which is another question). How do I move these 3 below the footer and replace them with links?
Here's the two lines I would guess that need changing for the linking portion:
<
td class="copyright-td"><dnn:COPYRIGHT CssClass="CopyrightText" runat="server" id="dnnCOPYRIGHT" /></td>
<td class="privacy-td"><dnn:TERMS runat="server" CssClass="footer-link" id="dnnTERMS" /><img src="<%= SkinPath %>spacer.gif" /><dnn:PRIVACY CssClass="footer-link" runat="server" id="dnnPRIVACY" /></td>
Would I simply remove these two lines and drop a <a href.....> linking to the pages I created?
Also, should this also be done for the registration and login, as to avoid duplicate content being created that might impact my Google rankings? Any insight into moving these below the footer would be much welcomed. Thanks!