[actually not exactly solved] anchor tags to different page?
Posted: Tue May 01, 2012 11:18 am
Having a wee problem with my anchor tag - you see I have an anchor halfway down a page which I would like to access from other pages. trying things like
and
and even
and I keep getting results like
"mysite.com/cmsms/page-I-was-on/#example#ANC
"mysite.com/cmsms/page-I-was-on/#example.html#ANC
"mysite.com/cmsms/page-I-was-on/#http://www.mysite.com/cmsms/example#ANC
rather than
"mysite.com/cmsms/example#ANC
where am I going wrong? how do I get off the page?
Code: Select all
{anchor anchor='example#ANC' text='Example Anchor (ANC)'}
Code: Select all
{anchor anchor='example.html#ANC' text='Example Anchor (ANC)'}
Code: Select all
{anchor anchor='http://www.mysite.com/cmsms/example.html#ANC' text='Example Anchor (ANC)'}
"mysite.com/cmsms/page-I-was-on/#example#ANC
"mysite.com/cmsms/page-I-was-on/#example.html#ANC
"mysite.com/cmsms/page-I-was-on/#http://www.mysite.com/cmsms/example#ANC
rather than
"mysite.com/cmsms/example#ANC
where am I going wrong? how do I get off the page?
