View Single Post
  #3 (permalink)  
Old Nov 9th, 2005, 10:46
markj markj is offline
Junior Member
Join Date: Apr 2005
Location: Llanelli, South Wales
Age: 28
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to disable a hyper link <A>

Do you want them still to be displayed? If not you could do
Code: Select all
a{
display:none;
}
Reply With Quote