Hi,
When I do a mouseover over the image and top bar of my site I consistently see this link text:
home page,shortcut key=1
How do I go about changing this link text in something more 'appropriate'?
Is it possible?
Any help would be greatly appreciated.
Regards
123456789
How to change homepage link text?
Re: How to change homepage link text?
Adding a title parameter to the cms_selflink tag in your template(s) changes the "mouseover":
Code: Select all
<!-- Start Header, with logo image that links to the default start page -->
<div id="header" class="clearfix">
<h1>{cms_selflink dir="start" title="Your Title"}</h1>
<hr />
</div>
<!-- End Header -->
-
123456789
Re: How to change homepage link text?
Hey Dee, thanks a million!
It works.
I really appreciate your help.
thanks
123456789
It works.
I really appreciate your help.
thanks
123456789

