vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: [F] Remove Underline - View Topic
Topic Rating: *****
Printable View
CåñåÐå™
Full Member
***

[Avatar]

Posts: 427
Status: Offline
Gender: Male
Location: Toronto Ontario
Joined:  
Reputation: 7%  


pmwww
[F] Remove Underline (14th Feb 08 at 4:19am UTC)
Forum : http://tropolis.virtualforums.co.uk/

Is it possible to have the underline removed from under the Category name and have it between these [ ] <--- please .

Image
click here We have 15 Different Skins/Templates for your vForum
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Remove Underline (14th Feb 08 at 4:38am UTC)
Code:
 
  1. <script type="text/javascript">
  2. for(i=0; i<get('td','tag').length; i++){
  3.     if(get('td','tag')[i].className=='title2' && get('td','tag')[i].colSpan=='3'){
  4.         get('td','tag')[i].getElementsByTagName("a")[1].removeAttribute("href");
  5.         get('td','tag')[i].getElementsByTagName("font")[0].innerHTML = "[" + get('td','tag')[i].getElementsByTagName("font")[0].innerHTML + "]";
  6.     }
  7. }
  8. </script>
 


Main footer! {Smile}
CåñåÐå™
Full Member
***

[Avatar]

Posts: 427
Status: Offline
Gender: Male
Location: Toronto Ontario
Joined:  
Reputation: 7%  


pmwww
Re: Remove Underline (14th Feb 08 at 7:10am UTC)
Thank you Wrighty it works fine {Grin} .

Image
click here We have 15 Different Skins/Templates for your vForum
 Printable View

All times are GMT+0 :: The current time is 2:05pm
Page generated in 0.1991 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums