I can’t figure out how to reference an anchor with a link in CMS and I can’t figure it out.
This is the physical page…
http://asburyvillas.com/index.php?page=owners-home-page
… and the anchor is … Monthly Board Agenda & Minutes
Yes, I have looked through all of the documentation. I must be brain dead <grin> but that aside, I could use an example of how you link to an anchor, or where to find an example within CMS.
Thanks much for any helpful info you can provide.
Ron Heston
Anchor and link to it...
Re: Anchor and link to it...
There is an example in the docs:
http://docs.cmsmadesimple.org/tags/core/anchor
If you are still stuck let us know what you have tried and what happens (or doesn't happen).
The page you linked just asks for a login and looks too short to need an anchor tag. Perhaps it is longer when you login.
http://docs.cmsmadesimple.org/tags/core/anchor
If you are still stuck let us know what you have tried and what happens (or doesn't happen).
The page you linked just asks for a login and looks too short to need an anchor tag. Perhaps it is longer when you login.
Re: Anchor and link to it...
Code: Select all
{anchor anchor='http://asburyvillas.com/index.php?page=owners-home-page' text='Monthly Board Agenda & Minutes'}
Code: Select all
<a href="http://asburyvillas.com/index.php?page=owners-home-page">Monthly Board Agenda & Minutes</a>
Re: Anchor and link to it...
Thanks... that got it! I appreciate your help VERY much!
Re: Anchor and link to it...
OK, I'm still confused about this... and yes, I've looked at the referenced doc.
I know how to do what I want in the HTML. I use <a href= ... and then elsewhere on the page I have an <a name= ...
I understand how to use {anchor} to get the <a href= ....
My confusion is, how do I get the <a name= part? How do I assign the name to the target? Do I have to do it in HTML? (I'd think, since I generate the link-ing part with CMS, there would be a way to generate the link-ed part as well.)
Thanks.
I know how to do what I want in the HTML. I use <a href= ... and then elsewhere on the page I have an <a name= ...
I understand how to use {anchor} to get the <a href= ....
My confusion is, how do I get the <a name= part? How do I assign the name to the target? Do I have to do it in HTML? (I'd think, since I generate the link-ing part with CMS, there would be a way to generate the link-ed part as well.)
Thanks.
Re: Anchor and link to it...
in TinyMCE, just click the anchor symbol ...sharzah wrote: My confusion is, how do I get the <a name= part? How do I assign the name to the target? Do I have to do it in HTML? (I'd think, since I generate the link-ing part with CMS, there would be a way to generate the link-ed part as well.)
hth,
Alex
Re: Anchor and link to it...
Thanks, but doesn't seem to be there in Microtiny. The chain to do links has no name option.
Re: Anchor and link to it...
Thats why it's called MICROtinysharzah wrote:Thanks, but doesn't seem to be there in Microtiny.

AFAIK, MicroTiny does not have that option.
Why dont you simply use TinyMCE and delete all Toolbar options which you do not need?
Cheers,
Alex