• Resolved sara1086

    (@sara1086)


    I was wondering if anyone knows how to do the following:

    I want to make it so that I can have a link to something on a page so that when the person clicks on it they are sent down the page to where more information about that particular topic is.

    How can I go about doing this?

    Thanks.

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter sara1086

    (@sara1086)

    I don’t understand any of that. I need someone who can help me who can come down to my level and tell me how to do things.

    Thread Starter sara1086

    (@sara1086)

    I’m new at this website stuff, but I’m trying my hardest. Someone please help!!!!!!!

    http://paulbohman.com/web/xhtml/anchors

    The shortest and most “to the point” explanation I could find.

    Thread Starter sara1086

    (@sara1086)

    Thanks, I’ll read through it and hopefully find my way out of the mess that I’m in, lol.

    Thread Starter sara1086

    (@sara1086)

    http://paulbohman.com/web/xhtml/anchors

    I followed the instructions on the above website and tried to create anchors and links but it did not work 🙁 any other suggestions, anyone?

    so that I can have a link to something on a page so that when the person clicks on it they are sent down the page

    This is a little more in depth;

    http://www.w3schools.com/HTML/html_links.asp

    I think you have the right info, you just might need to get the hang of it, or find a tutorial that makes it click for you. What you are trying to do is called an “anchor” or “anchor tag”. Those key words in a Google search may give you tons of resources. Sometime its takes a little practice before it makes sense. Best of luck to you!

    Thread Starter sara1086

    (@sara1086)

    Thanks. I’ll give it another try 🙂

    Thread Starter sara1086

    (@sara1086)

    The strange thing about it is that when I make the anchor, and the link shows up, if you click on it you are taken to the log-in page for wordpress.

    If you create an anchor named “airplanes” somewhere down in your article;

    <a name="airplanes" id="airplanes"></a>

    …that becomes your anchor point, or the destination in the page you jump to when you click on a link to it.

    The link leading to this anchor point in your article, should look like this;

    <a href="#airplanes">something about my airplanes"</a>

    That includes leaving the “pound” sign in, just as it is written above. When you click on the link you created, it should take you to the anchor you created. (Did you by any chance use the full URL to your blog when you created your link instead of just the # sign)?

    If I made an error, I hope someone will spot it and correct me. I can’t think of a reason why that would not work if you placed it in a page or a post.

    Also note concerning the anchor:

    “There is nothing between the opening <a> element and the closing </a> element. It is ok to do this because anchors are invisible. Nobody can see them.”

    Thread Starter sara1086

    (@sara1086)

    something about my airplanes”

    That is what happens. It takes me to the wordpress admin log-in page. maybe there is something in my theme that doesn’t allow me to do this…i’m not sure.

    Thread Starter sara1086

    (@sara1086)

    sorry..it looks like this:

    something about my airplanes”

    of course, without the space in between = and “http://&#8230;

    Thread Starter sara1086

    (@sara1086)

    BLAH one more time… this is the address that comes up when i try to make an anchor:

    http://johnmorgan.ca/wp-admin/post.php#airplanes

    Are you trying to link to something that is within the SAME page or post, or are you actually trying to link between two separate posts on the same page? I suppose that might be a factor. Sorry I have not been any real help on this one. I’m afraid I’m stumped…

    Thread Starter sara1086

    (@sara1086)

    It’s okay. I’m stumped, too. It doesn’t seem like it should be this hard.
    And no..I’m trying to link something that is within the same page. but when I type in what you put above:
    <a href="#airplanes">something about my airplanes"</a>
    the address that I just wrote appears and so when I click on the link it sends me to the wp-admin page. Weird.
    Thanks anyway. I’ll keep trying.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Links’ is closed to new replies.