Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

p0intblank

macrumors 68030
Original poster
Sep 20, 2005
2,548
2
New Jersey
I manage a site for a client of mine through Ning.com. They want me to enable a graphic that when clicked will auto jump the user to a specific point on the page (i.e. 75% down towards the footer) I know how to do this in Wordpress through adding a hash tag, but is this possible on Ning?

Thanks!
 

ChicoWeb

macrumors 65816
Aug 16, 2004
1,120
0
California
Actually, you may want to think about using ID's. Not all browser like anchors. Something like...

<a href="file.html#foo">To point a</a>

<p><a name="foo" id="foo">Hi, I'm point A</a></p>
 

Mal

macrumors 603
Jan 6, 2002
6,252
18
Orlando
Actually, you may want to think about using ID's. Not all browser like anchors. Something like...

<a href="file.html#foo">To point a</a>

<p><a name="foo" id="foo">Hi, I'm point A</a></p>

What you posted is an anchor tag. Using the id attribute instead of the name attribute (or in addition, as you posted) is indeed a good recommendation, just wanted to point out that you are still indeed using an anchor (which is the proper way).

jW
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.