Go Back   Hardware Forums > Software Support Forums > Web Development

Reply
 
LinkBack Thread Tools
Old 14-11-2004, 07:55 PM   #1 (permalink) Top
Alpha Geek
 
Waffle's Avatar
 
Join Date: Apr 2004
Age: 20 Male
Posts: 2,270
Times Helpful: 51
My Mood: Angelic
Status: Offline

My Computer

Default Some kind of tag...

..I can't remember how to do it at all.

You know like on some sites they have a "Back to Top" button? Like when you click it, you, well, go back to the top?

I want to use the code for that, but use it so that it jumps to a specific part on the page.

I'm doing a site for a friends band, and on the profiles page, I want the names across the top, which have this code on it, so that when it is clicked it jumps to the respected profile.

What might be a problem is that I want the profiles inside an "Inline frame", or similar because the site itself is only one size - its not going to move. the text inside will move up and down, but thats it.

I appreciate that it's quite hard to understand, but thanks for any help.

Send a message via MSN to Waffle   Reply With Quote
Whats this? Microsoft Wireless Optical Desktop 3000
Microsoft Wireless Optical Desktop 3000
Seller Price (inc. VAT) Delivery Total Price Availability Seller Rating
Tekheads.co.uk £21.73 £4.95 £26.68 In Stock Rated: 3 out of 5 - Number of votes: 310
Microwarehouse.co.uk £72.53 £6.88 £79.41 In Stock Rated: 0 out of 5 - Number of votes:
PCWB.com £74.01 £6.88 £80.89 In Stock Rated: 3 out of 5 - Number of votes: 33
Old 14-11-2004, 07:28 PM   #2 (permalink) Top
HWF Godfather
 
Big B's Avatar
 
Join Date: Dec 2001
Age: 28 Male
Posts: 9,640
Times Helpful: 585
My Mood: Devilish
Status: Offline

My Computer

It's not just one tag. It's making an anchor in the HTML coding itself and then having a link to the top. Off-hand, I don't remember the specifics, but I believe you start off with an
Code:
<a> </a>
and then set a link within the page. I remember that it can be done, just not how to do it. I don't use it when I'm doing the basic HTML in my reviews, so that's probably why.
Send a message via AIM to Big B Send a message via Yahoo to Big B   Reply With Quote
Old 14-11-2004, 07:42 PM   #3 (permalink) Top
Alpha Geek
 
Waffle's Avatar
 
Join Date: Apr 2004
Age: 20 Male
Posts: 2,270
Times Helpful: 51
My Mood: Angelic
Status: Offline

My Computer

I nearly got it - I think it's somethin to do with Bookmarks, but when I tried it, nothing happened, lol...
Send a message via MSN to Waffle   Reply With Quote
Old 14-11-2004, 07:48 PM   #4 (permalink) Top
HWF Godfather
 
Big B's Avatar
 
Join Date: Dec 2001
Age: 28 Male
Posts: 9,640
Times Helpful: 585
My Mood: Devilish
Status: Offline

My Computer

I had an HTML class that covered this, but I don't know if I've still got the book or not. You could look at a webpage's source and see how to do it from there...that's kinda how I learned some of the stuff.
Send a message via AIM to Big B Send a message via Yahoo to Big B   Reply With Quote
Old 14-11-2004, 07:51 PM   #5 (permalink) Top
Alpha Geek
 
Waffle's Avatar
 
Join Date: Apr 2004
Age: 20 Male
Posts: 2,270
Times Helpful: 51
My Mood: Angelic
Status: Offline

My Computer

Alright. Thanks.
Send a message via MSN to Waffle   Reply With Quote
Old 14-11-2004, 08:15 PM   #6 (permalink) Top
The King

 
Addis's Avatar
 
Join Date: Jan 2004
Age: 18 Male
Posts: 5,255
Times Helpful: 403
My Mood: Drunk
Status: Offline

My Computer

When i first started HTML www.htmlgoodies.com was a good site. covers the basics there.
__________________
Never trust a program you don't have the source code for.

My website | Powerful Desktop Linux | Linux for human beings | Linux for power users | Linux for ricers
Send a message via MSN to Addis   Reply With Quote
Old 14-11-2004, 08:21 PM   #7 (permalink) Top
Administrator
 
Sniper's Avatar
 
Join Date: Oct 2001
Age: 24 Male
Posts: 4,432
Times Helpful: 116
My Mood: Bored
Status: Offline

My Computer

you will have to use something like this
PHP Code:
<a href="#profile_sniper">Click Here to see Snipers profile</a>

<
a name="profile_sniper">here you will have the profile details</a
I hope this is what you mean?
  Reply With Quote
Old 14-11-2004, 08:30 PM   #8 (permalink) Top
The King

 
Addis's Avatar
 
Join Date: Jan 2004
Age: 18 Male
Posts: 5,255
Times Helpful: 403
My Mood: Drunk
Status: Offline

My Computer

Thanks i needed that!
__________________
Never trust a program you don't have the source code for.

My website | Powerful Desktop Linux | Linux for human beings | Linux for power users | Linux for ricers
Send a message via MSN to Addis   Reply With Quote
Old 14-11-2004, 08:58 PM   #9 (permalink) Top
Alpha Geek
 
Waffle's Avatar
 
Join Date: Apr 2004
Age: 20 Male
Posts: 2,270
Times Helpful: 51
My Mood: Angelic
Status: Offline

My Computer

Quote:
Originally Posted by Sniper
you will have to use something like this
PHP Code:
<a href="#profile_sniper">Click Here to see Snipers profile</a>

<
a name="profile_sniper">here you will have the profile details</a
I hope this is what you mean?
Sounds right, thank you!

Another problem. I got the site built in frontpage, and tried to upload it to angelfire.com (we are buying a domain after its up n running).

It says all the images have uploaded, but the page will not display any pictures. Any ideas? You can navigate to the other pages, (well the 3 i've done) but there are no images.

Any ideas?

Thanks.
Send a message via MSN to Waffle   Reply With Quote
Old 14-11-2004, 09:07 PM   #10 (permalink) Top
Administrator
 
Sniper's Avatar
 
Join Date: Oct 2001
Age: 24 Male
Posts: 4,432
Times Helpful: 116
My Mood: Bored
Status: Offline

My Computer

I can't really say why it won't display without looking the HTML code...that’s assuming its HTML related.
  Reply With Quote
Old 14-11-2004, 10:00 PM   #11 (permalink) Top
Alpha Geek
 
Waffle's Avatar
 
Join Date: Apr 2004
Age: 20 Male
Posts: 2,270
Times Helpful: 51
My Mood: Angelic
Status: Offline

My Computer

It's alright now, thanks. Something to do with editing directories.

Here is the site at freewebtowns. (If this is not allowed for various reasons, please remove it, i won't be offended!)

http://www.freewebtown.com/brokenblue/index.html

Only the first three pages work, and only the Home page is complete, but it gives a general idea!

Do you think I could put the HF Banner on the site?
Send a message via MSN to Waffle   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What kind of car do you have? extreme4377 Cars 47 07-09-2006 10:36 AM


All times are GMT +1. The time now is 05:43 AM.


Copyright © 2000 - 2008 · HARDWAREFORUMS.COM · All rights reserved