Forums

[resolved] Links (19 posts)

  1. sara1086
    Member
    Posted 1 year ago #

    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.

  2. Xamataca
    Member
    Posted 1 year ago #

  3. sara1086
    Member
    Posted 1 year ago #

    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.

  4. sara1086
    Member
    Posted 1 year ago #

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

  5. ClaytonJames
    Member
    Posted 1 year ago #

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

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

  6. sara1086
    Member
    Posted 1 year ago #

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

  7. sara1086
    Member
    Posted 1 year ago #

    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?

  8. ClaytonJames
    Member
    Posted 1 year ago #

    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!

  9. sara1086
    Member
    Posted 1 year ago #

    Thanks. I'll give it another try :)

  10. sara1086
    Member
    Posted 1 year ago #

    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.

  11. ClaytonJames
    Member
    Posted 1 year ago #

    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."

  12. sara1086
    Member
    Posted 1 year ago #

    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.

  13. sara1086
    Member
    Posted 1 year ago #

    sorry..it looks like this:

    something about my airplanes"

    of course, without the space in between = and "http://...

  14. sara1086
    Member
    Posted 1 year ago #

    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

  15. ClaytonJames
    Member
    Posted 1 year ago #

    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...

  16. sara1086
    Member
    Posted 1 year ago #

    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.

  17. sara1086
    Member
    Posted 1 year ago #

    this guy had the same problem:
    http://wordpress.org/support/topic/149247?replies=2
    but im not sure what he did to fix it..i don't understand lol

  18. sara1086
    Member
    Posted 1 year ago #

    I think I figured it out!! I looked at this post:
    http://wordpress.org/support/topic/187705?replies=4
    and did what was said. It worked this time..I'm not sure why.
    Thanks for your help!

  19. Sameera
    Member
    Posted 1 year ago #

    I want to create new links to my new web sites. those link should be do follow type.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags