A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Quick html (howto)

  1. #1

    Quick html (howto)

    Dunno if this is the right place to post this but here goes.

    I want to know how to take a link on a top of a page and when you click on it, it will scroll down to the appropriate section on the page. So like if i setup a news page with all the articles in a list at the top. Users can click on an article and it will take them directly to the article down the page. Also what is this function in html called?

    thanks alot

  2. #2
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    flash? an anchor?

    Code:
    <!-- getURL("#article1"); -->
    <a href="#article1">article1</a>
    
    
    stuff
    
    
    <a name="article1"></a>

  3. #3
    Eat Rice!
    Join Date
    Sep 2000
    Posts
    299
    this should be in a help section.. not the lounge.

    On a side note... 'name' was replaced by 'id' in xhtml was it not?

  4. #4
    Phantom Flasher... Markp.com's Avatar
    Join Date
    May 2000
    Posts
    16,034
    Moved. Please do not post technical questions in the coffee lounge.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center