[SOLVED} <a href="#"> brings me to Home Page problem..
Posted: Fri Jun 11, 2010 2:47 pm
Hi. I'm using CMSMS 1.6.6( don't think version is related to this problem. Will upgrade if I can get this sorted). I've tried searching the forum for an answer to my issue, but to no avail.
In my main template, I've inserted some code to allow changing text size on the current page, as required by client.
eg:
The above is working with some Javascript between the head tags.
It works as expected, except for the fact that when clicked, the browser brings you back to the Home Page, instead of remaining on the current one.
I'm presuming CMSMS has a different way of doing things, but I can't find it.
Any help would be much appreciated.

In my main template, I've inserted some code to allow changing text size on the current page, as required by client.
eg:
Code: Select all
<a href="#" onclick="ChangeFontSize('lyr','14')">+</a>It works as expected, except for the fact that when clicked, the browser brings you back to the Home Page, instead of remaining on the current one.
I'm presuming CMSMS has a different way of doing things, but I can't find it.
Any help would be much appreciated.