picture wont work, anyone know y |
picture wont work, anyone know y |
Dec 17 2004, 04:06 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 114 Joined: Jul 2004 Member No: 33,139 |
i removed the profile and im trying to replace it with a module script right but the picture dont work hmm werid but it works with my other modules anyone know why im trying to use the script at the bottom
i got it working but my calender is there i have the remove script in already but i think its casue i put this script in anyone know why CODE <!-- begin code provided by createblog.com -->
<script> if(location.pathname=="/home.aspx"){ // Script By Paul Chen // http://www.xanga.com/kaiyotee var mytds = document.getElementsByTagName('td'); var i = 0; for(i=0;i<mytds.length-1;i++){ if(mytds[i].width=="200"){ break; } } mytds[i].firstChild.nextSibling.style.display = "none"; mytds[i].firstChild.style.display = "none";} </script> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |