clicker64
03-14-2009, 10:23 AM
I am brand new to building websites and my first site is a WP blog (http://www.BetterGolfSpot.com).
I would like to add a privacy policy to my footer but I really don't know exactly where or how to put it in. I assume I will need to paste the actual post of the privacy page too.
Whatever is better, html or CSS (which I know less about that html), I would appreciate someone to point me in the right direction
Thanks in advance
<div id="footer">
<p class="klein">
<a title="Wordpress 2.7.1" rel="nofollow" href="http://wordpress.org/">Wordpress</a>
</p>
</div>
</div>
<div class="IEclearer">
</div>
</div>
</div>
</body>
</html>
I would like to add a privacy policy to my footer but I really don't know exactly where or how to put it in. I assume I will need to paste the actual post of the privacy page too.
Whatever is better, html or CSS (which I know less about that html), I would appreciate someone to point me in the right direction
Thanks in advance
<div id="footer">
<p class="klein">
<a title="Wordpress 2.7.1" rel="nofollow" href="http://wordpress.org/">Wordpress</a>
</p>
</div>
</div>
<div class="IEclearer">
</div>
</div>
</div>
</body>
</html>