CåñåÐå™ Full Member
  
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/images-hrn.jpeg) Posts: 427 Status: Offline Gender: Male Location: Toronto Ontario Joined:
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 . | |
 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:
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: - <script type="text/javascript">
- <!--
-
- var cat = document.getElementsByTagName('td')
-
- for(c=0;c<cat.length;c++) {
-
- if(cat[c].className == "title2" && cat[c].colSpan == "3" && cat[c].getElementsByTagName('a')[1].href.match(/category/) != -1) {
-
- var catTitle = cat[c].innerHTML;
-
- cat[c].innerHTML = "<center>"+catTitle+"</center>";
-
- }
-
- }
-
- //-->
- </script>
-
| |
o_O |
|
CåñåÐå™ Full Member
  
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/images-hrn.jpeg) Posts: 427 Status: Offline Gender: Male Location: Toronto Ontario Joined:
pmwww | Re: Category (19th Jan 08 at 5:58am UTC) | | Thank you Dranew it work perfectly . | |
 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:
pmwwwmsnyahooaim | Re: Category (19th Jan 08 at 6:11am UTC) | | your quite welcome | |
o_O |
|