|
Post by Reverse Blade on Jun 30, 2012 22:29:20 GMT
So I was informed after I wrote this that you can do it in the admin pannel. Oh well, this also gets rid of the [ ] that surround the links. <script type='text/javascript'> <!--
/* Menu to links By: Reverse Blade Shadow Designs */
var d = document.getElementsByTagName('a');
for (var t = 0; t < d.length; t++) { if (d[t].parentNode.parentNode.className.match(/menubg/i)) {
d[t].replaceChild(document.createTextNode(d[t].firstChild.alt.replace(/\[/i, '').replace(/\]/i, '')), d[t].firstChild);
} }
//--> </script>
|
|