Hash Links


Author Message
SandStorm

Posted: 11/22/2010
Quote message 

How do I change the target of the links at the footer (contact, etc) which currently use hash (#) to stay on the same page?

Alternatively how do I remove them altogether?

I do not wish to hard code them, it would defy the objective of using Artisteer in the first place
 
Greywolf

Posted: 11/22/2010
Quote message 

Ok,
go to the footer tab, click the Text.... icon (the one on the RIGHT column), then you can modify the html code to put your own links in there or remove them altogether.

The text looks like this:
<p><a href="#">Link1</a> | <a href="#">Link2</a> | <a href="#">Link3</a></p><p>Copyright &copy; %YEAR%. All Rights Reserved.</p>

 
Lawrence

Posted: 11/24/2010
Quote message 

Or you could alternatively add something in your Drupal's footer settings.

Admin > Site Configuration > Site information

Scroll down to "Footer message:" and just fill in what you want on your footer.
 
David Knoerr

Posted: 2/9/2011
Quote message 

Great job. This is what I spent the evening trying to find. Thank YOU Greywolf!!