Anchor Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5249
    primeimage
    Member

    The latest update didn’t fix the below issue.

    We want to use simple anchors within a page (not the homepage), and as there is no anchor function in the page/visual editor, we just put them in manually in the text editor using . The anchors don’t work either from within a button ( href=”#anchor-name” ) or as a hyperlink with or without the http://sitename.com.au/ The buttons don’t work at all and the text-based hyperlinks do jump down but not to the anchor.

    #5250
    primeimage
    Member
    This reply has been marked as private.
    #5251
    Ernesto
    Member

    Hi,

    Right now, you inserted the value in a wrong attribute:

    <a name="test2">

    It should look like this:

    <a id="test2">

    #5263
    primeimage
    Member

    Excellent support! Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Anchor Issue’ is closed to new replies.