Shape 5

Joomla Templates => Arthur - Club => : cspgsl December 29, 2016, 02:41:34 PM



: Cannot get anchor link to work
: cspgsl December 29, 2016, 02:41:34 PM
I have created a readon link at http://awdtest1.com and coded it as follows:
:
<a href="$s5_pos_top_row1_1" class="readon">About My Book</a>
Problem is, it won't work. I get a 404 page because it inserts the URL

Can you tell me what is wrong?

Thanks


: Re: Cannot get anchor link to work
: mikek December 30, 2016, 08:06:00 AM
Hello,

Anchors start with a # not a & like this:

href="#s5_pos_top_row1_1"


: Re: Cannot get anchor link to work
: cspgsl December 30, 2016, 08:24:25 AM
So simple... thanks,