solved Adding anchor text to html

alt=
@restmin
9 years ago
114 posts
I am using Site Builder/Slate.

I have some links at the top of my page http://restministriessunroomcom.jamroomhosting.com/guidelines-policies#disclaim that I want linked to the body of the text sections.

I have put in anchor text twice and when I click save it strips it out.

Any ideas?

I am using code that looks like this...
Link Text

links down the page to...
here is my general section
updated by @restmin: 05/18/15 12:08:59PM
derrickhand300
@derrickhand300
9 years ago
1,353 posts
System Core>Quota Config-make sure you have anchors added to what it allowed by the admin
alt=
@restmin
9 years ago
114 posts
okay, found that area, I have by default that I can add anything, but anchor is not specifically listed. I put in 'anchor' (no quotes) and saved, went back to doc. and tried again, but still didn't work. What specifically should it say?

I have: anchor,span,strong,em,a,b,u,i,p,div,br,img,h1,h2,h3,h4,pre,hr,ul,ol,li,sub,sup
Strumelia
Strumelia
@strumelia
9 years ago
3,603 posts
Just a shot in the dark, but try also adding: form,input,object,param
When I added those I was able to add my paypal donation button into a textbox. Can't hurt.
(all this is for admin quota only)


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
alt=
@restmin
9 years ago
114 posts
thanks! will do!
derrickhand300
@derrickhand300
9 years ago
1,353 posts
It depends on what you are using to add an anchor A # href=id=""etc...
updated by @derrickhand300: 04/08/15 01:58:21PM
alt=
@restmin
9 years ago
114 posts
I am using a href=#MyAnchorOnThePage
derrickhand300
@derrickhand300
9 years ago
1,353 posts
Did you try it like this?
   <a href="#">My Anchor Text</a>
(adding some identifier after the # ?)

I notice in the footer code that the
<a href="#">Page Top</a>

will take you from the bottom of the page back to the top so the # should work?

I a following you on this because its a bridge I will also have to cross soon-wish I could be more help
douglas
@douglas
9 years ago
2,790 posts
The Page Top link is using a jQuery script, it does not work like you may think.

The id attribute can be used to create bookmarks inside your templates.

Bookmarks are not displayed in any special way and are invisible to the reader.

Example

Add an id attribute to any <a> element:
<a id="tips">Useful Tips Section</a>

Then create a link to the <a> element (Useful Tips Section):
<a href="#tips">Visit the Useful Tips Section</a>



--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
SteveX
SteveX
@ultrajam
9 years ago
2,584 posts
Not sure if jamroom.net still uses scrollintoview, but there is a scroll to top article here:
https://www.jamroom.net/ultrajam/documentation/code/1125/how-to-use-scrollintoview-in-your-module-or-skin


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
michael
@michael
9 years ago
7,714 posts
not seeing this now with tinymce.

* some text in the editor
* clicked the link to add a link
* added "mysite.com/mypage#somelink"
* saved the page

EXPECTED
That the link would go to mysite.com/mypage#somelink

Working as expected.
alt=
@restmin
9 years ago
114 posts
@douglas. I tried the ID but my code is still be stripped out when I save of where it is pointing to.

@michael - thx, got it working via your instructions--I think! I had to put in link for future site without the jammroom included in the url.

Ya'll are MUCH appreciated!

Tags