Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-20-2004, 12:07 PM   #1 (permalink)
 
Newb Techie

Join Date: May 2004

Posts: 38

PERL

Question Code for page??

Hi,

When I make a link in HTML the link alway's show's
the begin (top) of the page.
But I know there is a code that can make the link go to
the middle of the page or the end.
Can some one help please??

Thank You
PERL is offline  
Old 07-20-2004, 07:41 PM   #2 (permalink)
ADZ
 
Master Techie

Join Date: May 2003

Posts: 2,233

ADZ is on a distinguished road

Send a message via Yahoo to ADZ
Default

You need to familiarize yourself with Anchors

http://cat.xula.edu/tutorials/html/a.php
http://www.utoronto.ca/webdocs/HTMLd...L/anchors.html

** This one seems to be more detailed**
http://www.cwru.edu/help/introHTML/TCh6.html

basically you want to make the hyperlink - < a href="whatever.html#chickens" >[removing the space between the '< a']

then in whatever.html you need to put in < a name="#chickens" ></a>
ADZ is offline  
Old 07-24-2004, 12:09 PM   #3 (permalink)
 
Super Techie

Join Date: Jul 2004

Posts: 274

welsh

Default

u mean like aligning the link (left, right, center)?

or

u mean like a link to be in the middle of the page or top or bottom?
__________________
<img src=\"http://img208.imageshack.us/img208/1562/signatureew3.gif\">
welsh is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On