|
Post by mullenix. on Nov 29, 2005 18:50:27 GMT -5
i need the code that you have for here the one were it removes the border around the banner.
|
|
|
Post by matthew on Nov 29, 2005 18:54:01 GMT -5
here you go <script> document.getElementsByTagName("TABLE")[0].cellPadding = '0'; document.getElementsByTagName("TABLE")[0].cellSpacing = '0'; document.getElementsByTagName("TABLE")[3].cellPadding = '0'; </script>
|
|
|
Post by mullenix. on Nov 29, 2005 19:05:29 GMT -5
Awsome, Thankx
|
|