inabundance
Member
Posted 1 year ago #
I have been trying for DAYS to figure this out and I can't. I've read forums and spent hours and I just don't get it.
http://dailyabundance.net/home_new
On this page, I am trying to take both places that are red text and link them so they will jump to the bottom of the page that says Sign Up Below.
I get the general idea from the instructions I've read. But does the code have to be wrapped around the words, or placed in front or behind the words? Which code goes with red text and which goes with the black text? And what code should I use in this case? Thank you in advance. I'm exhausted trying to figure this out and I know it's simple.
Hi,
Sorry but i can't see any red text on this page?
In answer to your question if you create a link
<a href="#tips">Visit the Useful Tips Section</a>
where #tips is the same name as the div id you are jumping to. This should work.
inabundance
Member
Posted 1 year ago #
Click here to request your FREE MP3 of my intro EFT class
Yes, Sign me up for the FREE MP3!
Both of the above lines are in red.
Where do I place the code? And doesn't there need to be two lines of code? One to anchor and one to place? That question is probably not even worded right. Since I know just enough to be dangerous.
The page you are directing us too is password protected - ie is probably only set so that members can view.
you would want to make your code
<a href="#freemp3">Click here</a> to request your FREE MP3 of my intro EFT class
then at the bottom you would place:
<div id="freemp3>Yes, Sign me up for the FREE MP3!</div>
NB: Div could also be Span. You would need to create #freemp3 in your CSS to style this bit.
Hope this makes sense
inabundance
Member
Posted 1 year ago #
Oops, sorry about that. I have un passworded it and I will give this a try . Thank you. I'll be back to let you know.
inabundance
Member
Posted 1 year ago #
Did not work. It was definitely clickable, but went nowhwere. And now suddenly on that page only in edit mode, I get a grey screen. I can no longer edit. If I switch to source mode, I can see all of it, but I cannot get out of that mode. If I take out the code I put in, I am still in grey. I had to delete the page. I tried opening again and copying everything I had before (I copied and changed what I wanted in word) and I still have the grey screen. I did not creat the #name in CSS because I don't know how. But now I can't do anything with it. If I have to start from scratch, I'll die.
inabundance
Member
Posted 1 year ago #
WooHOO! I figured it out. I knew there was a way to make the anchor in the editor work. If you know how to make text link, the anchor, jump around the page thing is that easy. No code.
First create an anchor. In this case I wanted the text to jump to the sign in form. So I put the cursor where I wanted it, clicked the anchor button which looks like a flag, and gave the anchor a name. In this case mp3form. Then I went back up to the text I wanted to jump FROM TO the anchor and highlighted it. Then I clicked the hyperlink button, and where it asks for what type, I scrolled down to the anchor option, chose the anchor I created and pressed ok. VOILA!!! That was so easy and I wasted 3 days trying to figure it out. I hope it helps someone else.
paul168
Member
Posted 11 months ago #
Where is the flag in the menu to create the anchor tag?
inabundance
Member
Posted 11 months ago #
When you create or edit a new page or post, there are three lines of editing tools. On the second line on the very far right, is the flag. It is grouped together with the button you use to create links in the post.