View Single Post
  #13  
Old 05-20-2005, 04:48 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

If somebody is interested you can PM me for a quote for 4.x, but I don't have the time to make it without necessity to do so.

You can prevent your page from jumping to the type by adding this code to your <a href tag:

Code:
onclick="return false;"

Prevents the link from doing what it's supposed to.
Reply With Quote