Computing.Net > Forums > Programming > HTML question

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

HTML question

Reply to Message Icon

Name: Tomklinger
Date: August 13, 2002 at 15:26:00 Pacific
Comment:

Hey guys, i wanted to make a link on my website, but make the link stay ont eh same page and just link it to the bottom of that page. Like if i put lyrics on the bottom of the page and i wanted a link on the top to go to the bottom. Sorry i cant explain it but i hope somone knows what i mean, thanks



Sponsored Link
Ads by Google

Response Number 1
Name: scrappy
Date: August 13, 2002 at 16:20:48 Pacific
Reply:

I know exactly what you mean. Here is an example of the tag you need.

This is the link:
Audio circuits

This is where the link goes:
Audio circuits

Typically you'll space the link away from where its destination in the page is. The link simply goes until it finds its destination. If you need an example page here's one http://www.hut.fi/Misc/Electronics/circuits/index.html#audiocir.


0

Response Number 2
Name: scrappy
Date: August 13, 2002 at 21:13:26 Pacific
Reply:

The link should look something like this:

;link;


;Test;


0

Response Number 3
Name: scrappy
Date: August 13, 2002 at 21:14:48 Pacific
Reply:

sorry about the previous post. An example can be found at http://www.iwebmedia.net/HTML/link.html


0

Response Number 4
Name: Tom
Date: August 13, 2002 at 21:19:08 Pacific
Reply:

Yeah, you make a paragraph with an id, like this:
[p id="lyrics"]blah blah blah[/p]
And then you can link to the id of the paragraph:
[a href="#lyrics"]lyrics[/a]


0

Response Number 5
Name: KZed
Date: August 13, 2002 at 22:13:09 Pacific
Reply:

Here's an example:

Korn Lyrics Heading Here


0

Related Posts

See More



Response Number 6
Name: KZed
Date: August 13, 2002 at 22:18:20 Pacific
Reply:

Sorry, I'll try that again without the complete brackets!! Rmember to add the open/close brackets though.

Here's an example:

A NAME="Korn Lyrics" Korn Lyrics Heading Here /A

A HREF="#Korn Lyrics" Click Here for Korn Lyrics /A


0

Response Number 7
Name: peter4u
Date: August 14, 2002 at 21:59:23 Pacific
Reply:

Hi,

I really don't understand why you don't go to a web page that uses this stuff and then just analyze the html-code.

All it needs is to know how to look at the source code. (right click click in MSIE; menu option in Netscape)

A good place to start is
http://www.cs.tut.fi/~jkorpela/html-primer.html


0

Sponsored Link
Ads by Google
Reply to Message Icon

Saving User Information Registry Details



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: HTML question

VB 6.0 & html question
    Summary: I was wondering if there was a way to include a hyperlink on my app that users could click to send them to my website, i've seen many people do it, i can't figure it out. Also, I want to be able to g...
www.computing.net/answers/programming/vb-60-amp-html-question/11330.html

html question
    Summary: Anyone know how the unix command 'tail -f ' to read a log file can be run inside a browser either by html or another language? ...
www.computing.net/answers/programming/html-question/1730.html

DOES NO ONE KNOW THIS HTML QUESTION?
    Summary: You can put any alphanumeric name for the target and you can let your confirm.html resize itself. There is another (more flexible) javascript way of doing this, but this is simpler. < head> < t...
www.computing.net/answers/programming/does-no-one-know-this-html-question/518.html