We have tutorials devoted to Artisteers header that discuss dynamic images and logo styling, so lets work with your websites footer.
Artisteers HTML/PHP output has a "copyright" module position. Currently, youll have to manually edit the HTML document and insert your personal copyright text and footer links.
But what if you dont want to open and edit a file?
No problem...Joomla users can grab Custom Footer Module.
In Joomla admistrator, assign the module to the "copyright" position. The modules first line entry is for basic copyright text, and a second line allows HTML for links.
If youre new to web design use this simple HTML for each footer link and adjust as necessary...
<a href="resource_name" >Link_name</a> :
Resource_name is your absolute or relative url to the resource, such as http://mydesignrevolution.com/about.html, or /about
Link_name is obviously that; the links name.
And the : is a separator between links.
It could look somethng like this...
<a href="/" >Home</a> : <a href="/about" >About</a> : and so on. . .
And the output will look like this...