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 .
Code:
- <script type="text/javascript">
- for(i=0; i<get('td','tag').length; i++){
- if(get('td','tag')[i].className=='title2' && get('td','tag')[i].colSpan=='3'){
- get('td','tag')[i].getElementsByTagName("a")[1].removeAttribute("href");
- get('td','tag')[i].getElementsByTagName("font")[0].innerHTML = "[" + get('td','tag')[i].getElementsByTagName("font")[0].innerHTML + "]";
- }
- }
- </script>
Main footer!![]()
Thank you Wrighty it works fine.