Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Code Java or HTML ????? Help !
Old 02-20-2004, 12:46 PM Code Java or HTML ????? Help !
Novice Talker

Posts: 7
Trades: 0
#html or java Code?
I saw a site that when you clicked a link it took you to a certain part of one webpage based on a code that had a #xxxx . I was wondering if anyone knows if that is java or html code

The xxxx actually was a name and that told the link where to go on a different page. So when you click the link it takes you to another page , and Halfway down , or wherever on the page that it was told. where can I get this style of linking at , and is that simply an HTML code ?


WT
__________________
WT
wildtony is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-20-2004, 01:00 PM
techwench's Avatar
Code Monkey

Posts: 1,449
Name: Danalyn
Location: Dallas, TX
Trades: 0
That is just plain 'ol HTML, using anchor <A> tags.

In the link, use the following:
Code:
<A HREF="page.html#reference1">Reference 1</A>
<A HREF="page.html#reference2">Reference 2</A>
Then you would simply mark where said references are in the body of your page:
Code:
<A NAME="reference1">Reference 1 Top</A>
<P>content</P>
<P>more content</P>

<A NAME="reference2">Reference 2 Top</A>
<P>even more content</P>
<P>still more content</P>
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
techwench is offline
Reply With Quote
View Public Profile
 
Old 02-20-2004, 01:19 PM
Novice Talker

Posts: 7
Trades: 0
Got it thanks !
WT
__________________
WT
wildtony is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Code Java or HTML ????? Help !
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12093 seconds with 12 queries