Support

link to place in page

Last post 05-15-2008, 4:57 PM by Denys. 5 replies.
Sort Posts: Previous Next
  •  05-09-2008, 2:12 PM 6839

    link to place in page

    Rather than directing a hyperlink to a general page, is there a way to link to a specific place within a page?
  •  05-09-2008, 2:53 PM 6840 in reply to 6839

    Re: link to place in page

    I believe you are referring to "HTML Anchor tags"
    Please see the following page: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_link_locations




    Denys Zlobin
    Helpful Apricot
    http://www.wildapricot.com

  •  05-09-2008, 4:03 PM 6841 in reply to 6840

    Re: link to place in page

    I don't want to skip down within a page, but link from a hyperlink on one page to a specific section on another page...make sense?

  •  05-11-2008, 5:49 PM 6869 in reply to 6841

    Re: link to place in page

    Yes, it is the same concept. Basically on your 'target' page you create an 'anchor' (by editing HTML). Then on your originating page you insert the link to target page including the anchor at the end.

    Dmitry Buterin, Chief Apricot
  •  05-14-2008, 1:41 PM 6957 in reply to 6869

    Re: link to place in page

    Thanks - that worked -- only now, my anchor seems to be reformatting automatically to look like a non-active link -- I want it to be white and not underlined (like the rest of the page) but it automatically turns red and is underlined.

    See: http://watrial25.wildapricot.org/Default.aspx?pageId=128572 the anchor is

    Mexicana Airlines compensates passengers $200 “for inconvenience”

    Is this something I can fix in the visual look and feel?  Any idea how??

     

  •  05-15-2008, 4:57 PM 6978 in reply to 6957

    Re: link to place in page

    This will require some HTML and CSS code tweaking...

    You have to use the following identifier in your anchors:

    <A name=RMMexicana>

    So, for example, it would look similar to: <A id=RMMexicanaID name=RMMexicana>

    Next...

    Go to Settings / Advanced customization CSS / insert the following CSS code:

    A#RMMexicanaID,
    A:hover#RMMexicanaID
    {
      color: #ffffff;
      text-decoration: none;
    }

     



    Denys Zlobin
    Helpful Apricot
    http://www.wildapricot.com

View as RSS news feed in XML
Copyright © 2008. Wild Apricot (TM) by BonaSource Inc.
Terms of Use   Privacy Policy   Billing and Refund policy

Contact us: 144 Front Street West, Suite 725, Toronto, Ontario M5J 2L7, Toll-free phone: 1-877-270-4268, support@wildapricot.com