inherit
172873
0
Jun 5, 2018 18:35:07 GMT -8
Hoofbeats
101
October 2011
jesuslover488448
|
Post by Hoofbeats on Mar 30, 2013 9:01:30 GMT -8
Present DarknessRight now I'm am using the Replace/Remove Titles code with the Collapse Category code to replace the category names with images. However, when I use the bold tags in the category name to replace it with an image it is not working. Here's my code: <script type="text/javascript"> /* Replace/Remove Any Titles by SubDevo */ /* Global Footer - Please leave this header intact. Do not repost. */ /* interoceandesigns.com or lsdp.proboards.com */
var n=[ ["The Territories","<img src='http://fc08.deviantart.net/fs71/f/2013/089/f/5/pdterritoriestab_by_jesuslover488448-d5zsxk2.png' border='0' />"], ["Posts","Posts"] ];
if(!(/headersfooters/.test(pb_action)||document.postForm)){ var tn=document.getElementsByTagName("b"),i,n,x=-1; while(tn[++x]){i=-1; while(n[++i]){if(tn[x].innerHTML==n[0]){tn[x].innerHTML=n[1];break;}} }} </script> Thanks!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 31, 2013 2:04:35 GMT -8
|
|
inherit
172873
0
Jun 5, 2018 18:35:07 GMT -8
Hoofbeats
101
October 2011
jesuslover488448
|
Post by Hoofbeats on Mar 31, 2013 19:32:40 GMT -8
Awesome! Thanks for your help! It is much appreciated.
|
|