Get a pedicure

We have tutorials devoted to Artisteer’s header that discuss dynamic images and logo styling, so let’s work with your website’s footer.

Artisteer’s HTML/PHP output has a "copyright" module position. Currently, you’ll have to manually edit the HTML document and insert your personal copyright text and footer links.

But what if you don’t 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 module’s first line entry is for basic copyright text, and a second line allows HTML for links.

If you’re 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 link’s 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...

Home : About : Start

Share ShareClose