Announcement

Collapse
No announcement yet.

html question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • html question

    How do I link to another part of the page? What is that called again? I use Dreamweaver but I use WYSIWYG and occasionally modify the code to get what I need. So pretend I am a 5 yr old when explaining

    Thanks,
    Dave
    Ladies and gentlemen, take my advice, pull down your pants and slide on the ice.

  • #2
    use the tag:
    Code:
    < a name=blabla>text or image or whatever < /a>
    for the place you want to link to in the page, and to actually link to it use:
    Code:
    < a href=#blabla>text or image or whatever < /a>
    You'll have to make sure there are no spaces after the less than sign at the beginning of the tags - I've only put them in so that you can see it here
    Last edited by GNEP; 31 October 2004, 15:38.
    DM says: Crunch with Matrox Users@ClimatePrediction.net

    Comment


    • #3
      Sweet thanks It worked!

      Is the destination referred to as an anchor?

      Dave
      Ladies and gentlemen, take my advice, pull down your pants and slide on the ice.

      Comment


      • #4
        Yes, I think so. Or at least that might be what Dreamweaver calls it (haven't used that proggie in years!)
        DM says: Crunch with Matrox Users@ClimatePrediction.net

        Comment


        • #5
          Yes, that's an anchor

          AZ
          There's an Opera in my macbook.

          Comment


          • #6
            Thanks guys, much appreciated

            Dave
            Ladies and gentlemen, take my advice, pull down your pants and slide on the ice.

            Comment

            Working...
            X