vForums Support Banner



 

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

[Avatar]

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


pmwww
[F] Category (19th Jan 08 at 4:39am UTC)
Would it be possible for me to get an code to center the Category Title please {Grin} .

Image
click here We have 15 Different Skins/Templates for your vForum
Dranew
New Member
*

Posts: 10
Status: Offline
Gender: Male
Location: Michigan, U.S.A.
Age: 37
Joined:  
Reputation: 0%  


pmwwwmsnyahooaim
Re: Category (19th Jan 08 at 4:56am UTC)
I don't know if there is an easier way to do this, but this works for me ^^

Code:
 
  1. <script type="text/javascript">
  2. <!--
  3.  
  4. var cat = document.getElementsByTagName('td')
  5.  
  6. for(c=0;c<cat.length;c++) {
  7.  
  8. if(cat[c].className == "title2" && cat[c].colSpan == "3" && cat[c].getElementsByTagName('a')[1].href.match(/category/) != -1) {
  9.  
  10. var catTitle = cat[c].innerHTML;
  11.  
  12. cat[c].innerHTML = "<center>"+catTitle+"</center>";
  13.  
  14. }
  15.  
  16. }
  17.  
  18. //-->
  19. </script>
  20.  
 

o_O
CåñåÐå™
Full Member
***

[Avatar]

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


pmwww
Re: Category (19th Jan 08 at 5:58am UTC)
Thank you Dranew it work perfectly {Grin} .

Image
click here We have 15 Different Skins/Templates for your vForum
Dranew
New Member
*

Posts: 10
Status: Offline
Gender: Male
Location: Michigan, U.S.A.
Age: 37
Joined:  
Reputation: 0%  


pmwwwmsnyahooaim
Re: Category (19th Jan 08 at 6:11am UTC)
your quite welcome {Smile}

o_O
 Printable View

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