how do i

 
Post new topic   Reply to topic    Aprelium Forum Index -> Powered by Abyss
View previous topic :: View next topic  
Author Message
amt167
-


Joined: 02 Jun 2002
Posts: 75

PostPosted: Sun Jan 11, 2004 10:20 pm    Post subject: how do i Reply with quote

can anyone tell me the code to place a link on a web page that would take vistiters to a different part of the same page

thx in advance
Back to top View user's profile Send private message Send e-mail
Axis
-


Joined: 29 Sep 2003
Posts: 336

PostPosted: Mon Jan 12, 2004 12:07 am    Post subject: Reply with quote

Hi amt167--

Try this link:
http://www.ezhtml.net/ezlinks.html#four
(same page links)

Regards,
Axis
Back to top View user's profile Send private message
amt167
-


Joined: 02 Jun 2002
Posts: 75

PostPosted: Mon Jan 12, 2004 5:32 am    Post subject: web page above Reply with quote

thanks for that some usefull things on there
Back to top View user's profile Send private message Send e-mail
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Jan 12, 2004 9:20 pm    Post subject: Reply with quote

That will not work , you have to first name that part of the page

, if you want #links to be in the links part of that one page , you
type in the HTML

Code:
<a name="links">


by the code part
where you put your links

Link code

Code:
<a href="http://your-site.com/website.html#links">Go to links</a>


This will not work if you only have a few contant on that webpage
it has to be a long list of links for it to point correctly
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Jan 14, 2004 2:56 pm    Post subject: Reply with quote

For a real world example, look at the HTML code of our FAQ page which has many cross-page links: http://www.aprelium.com/abyssws/faq.html .

FYI, when you decalre an anchor in a HTML page using
Code:
<a name="myanchor">

you can link to it from the same page using a relative URL:
Code:
<a href="#myanchor">Go to someplace in this page</a>

This trick will save you the hassle of fixing these URLs when you change the file name of the page.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
enderwiggens
-


Joined: 01 Dec 2003
Posts: 93

PostPosted: Thu Jan 15, 2004 7:32 am    Post subject: ok Reply with quote

this looks like a job for http://www.funky-chickens.com enjoy!
_________________

Speaker For The Banned
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Powered by Abyss All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group