+ Follow This Topic
Results 1 to 13 of 13

Thread: Html

  1. #1
    Join Date
    Jan 2005
    Location
    NJ, USA
    Posts
    1,249

    Html

    Well, I need help with some HTML. I used to know how to do this and now I am stumped. I need someone who knows it well to help me out here. I know there is a name for what I am trying to do but it escapes me at the moment.

    Basically, I need to make links within a page that will shoot me down to another place on the same page. If you know how to do this, please help me out. I would be most appreciative of those who can give me an easy explanation on how to do this. Thanks again.
    ~Rose

  2. #2
    Join Date
    May 2005
    Location
    Europe
    Posts
    81
    It's simple.

    Place anchor tags (<a>) with a name (name=) at the place of the page where you would like it to scroll down to. Like this:
    <a name="rose"></a>

    Then create a link that has a "#rose" as the hyper reference (href=#rose). Like this:
    <a href="#rose">Click here!</a>

    When you click on that link it will scroll down to the place where you put the earlier line. You can have as many such links as you want.

  3. #3
    Join Date
    Jan 2005
    Location
    NJ, USA
    Posts
    1,249
    thanks....

  4. #4
    Join Date
    Jan 2005
    Location
    NJ, USA
    Posts
    1,249
    grrr... I don't get the "name" part. What the hell do I do with that?

  5. #5
    Join Date
    May 2005
    Location
    Europe
    Posts
    81
    You know how to make a link you have a tag that says something like: <a href="link.html">Click Here</a> ?

    So it's the same thing only with "name" instead of "href". and with nothing between the opening and closing tags. Like <a name="rose">Click Here</a>.

    Instead of having a link like "link.html" you put a name like "rose". This means that you are calling that part of the page "rose". Then when you make a link that says <a href="#rose">Click here!</a>, it will go to the same page but with a "#rose" at the end (like "file.html#rose") which means "scroll down to the place called rose". That is what the name part does.

    I hope that helps. If not I could try explain a little better.

  6. #6
    Join Date
    Jan 2005
    Location
    NJ, USA
    Posts
    1,249
    I don't know if you are familiar with angelfire but if you are, let me know. Cause its giving me trouble. I'm doing it right, its just angelfire hates me.

  7. #7
    Join Date
    Jan 2005
    Location
    NJ, USA
    Posts
    1,249
    check your PMs in a minute

  8. #8
    Join Date
    May 2005
    Location
    Europe
    Posts
    81
    Sorry but I'm not. Make sure your page is long enough so it can scroll down to it.

    I could try to help if you explained what the problem is. When you click on the link, what happens? Does it scroll to anywhere? Does it go to a blank page? Does it refresh the browser?

    Anyway... going to bed now (gotta wake up early and it's past midnight). Good night!

  9. #9
    Join Date
    Jan 2005
    Location
    NJ, USA
    Posts
    1,249
    Damn...There goes my help. Grrr.. Anyway. I set up the links and at first it brought me to the home page. Then I fixed them and it just brings me to the same page without the links. It's so weird. Can anyone else help me? I'm losing my mind over here.

  10. #10
    Join Date
    May 2005
    Location
    Europe
    Posts
    81
    Yaaaawn! *Stretch* Ahhh.... Good morning!

    Gotta get ready to leave, but first:
    What do you mean by "without the links"?
    And second, I don't know what your html editor is like, but are you sure you saved the HTML file befroe testing? With some HTML editors you don't need to save to test it and that could be one reason for problems.

  11. #11
    Join Date
    Jan 2005
    Location
    NJ, USA
    Posts
    1,249
    Look. I'm not a moron. I've been using Angelfire and html for 5 years now. I just don't know how to do this one stupid thing. Angelfire loves to make things difficult and it takes a hundred tries and tweeks to make things work. But since you don't wish to help me really, it's fine. I'll find a back door in, so to speak.

  12. #12
    Join Date
    May 2005
    Location
    Europe
    Posts
    81
    Hmmm.. I think there has been some real big misunderstandin here. I never said you were a moron. Why would I?

    Hope you solve it soon, and have a good day!

  13. #13
    Join Date
    Jan 2005
    Location
    NJ, USA
    Posts
    1,249
    lol...sorry about the nastyness... i gave a better apology in a PM though...sorry again

Similar Threads

  1. MP3 Playlist to HTML
    By King Zarathu in forum Romance/Love Movies, Music & Books
    Replies: 2
    Last Post: 09-11-06, 01:40 PM
  2. html anyone?
    By butterflylove in forum Off Topic Discussion
    Replies: 11
    Last Post: 11-02-05, 06:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •