Disclosure/Disclaimer statement in the Footer

Permalink
Hi,
I am new to Concrete5.
I do not know how to code very well and is trying to learn the lingo.

I simply want to add a disclosure statement in the Footer. My disclosure statement is a word file. I want it as a link so the Affiliate Manager can simply click on my link and see the content of my disclosure statements. As an Affiliate, it must be on every page.

I've spent hours trying to get this to show up in the footer.

Please help!

Thanks,...JDH

 
Vapor replied on at Permalink Reply
Vapor
Open default.php of whatever theme and use this:

<a  href= "url goes here" />Affiliate Link</a>


Add a div around it and place it in footer area.