Stop <a href="#"> links taking me back to the home page

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
simon.romin
Forum Members
Forum Members
Posts: 65
Joined: Tue Jul 13, 2010 9:31 am

Stop <a href="#"> links taking me back to the home page

Post by simon.romin »

Hiya guys,

Me again.

I am using a script to generate tabs.

In order to display content, each tab has the link:

Code: Select all

<a href="#">
Normally clicking the link would go nowhere, but in CMS Made Simple is goes back to the home page.

Is there any way to disable this?

Thanks,

Simon
alexbuckland

Re: Stop <a href="#"> links taking me back to the home page

Post by alexbuckland »

It really depends on what kind of script you are using.

If its templated you could just do a find & replace

Whatever

with

{cms_selflink dir='anchor' anchorlink='anchorlink' text='Whatever'}
Post Reply

Return to “CMSMS Core”