Eprop Icon |
![]() ![]() |
Eprop Icon |
Oct 31 2004, 04:50 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,540 |
Okay first of all, i changed the original eprop sign to something else
now the problem is how can i make my "something else" without that white background that makes it look like its in a square? if anyone knows the code for it, please help me wif it! Thx~ |
|
|
|
Oct 31 2004, 04:52 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 184 Joined: Oct 2004 Member No: 59,375 |
its not supposed to hav a white background that makes it look like its in a square!
|
|
|
|
Oct 31 2004, 04:54 PM
Post
#3
|
|
![]() Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,540 |
okay u will see what i mean on my site
Click Here for my site just go where add comments and then u know how on the left module my background is gray? theres the white background around my eprop sign =P |
|
|
|
Oct 31 2004, 05:00 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 184 Joined: Oct 2004 Member No: 59,375 |
QUOTE(strawberrie33 @ Oct 31 2004, 4:54 PM) okay u will see what i mean on my site Click Here for my site just go where add comments and then u know how on the left module my background is gray? theres the white background around my eprop sign =P oh that thing. well that white box thingy is part of your xanga layout and if u wanna remove that, ur gonna hafta find that code in ur layout html |
|
|
|
Oct 31 2004, 05:04 PM
Post
#5
|
|
![]() Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,540 |
i still dun get wut u mean sorri~=(
|
|
|
|
Oct 31 2004, 05:11 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 184 Joined: Oct 2004 Member No: 59,375 |
QUOTE(strawberrie33 @ Oct 31 2004, 5:04 PM) i still dun get wut u mean sorri~=( well its going to be hard to delete that thing from your comment page cuz u hafta go to ur look and feel and find that particular code in ur xanga layout html. go to your look and feel. then scroll to where it says "IMPUT YOUR OWN HTML". search for that white box code thingy there. sorry i cant help you after here cuz i dont know what that code looks like. ur gonna hafta find it and delete that code if you want to delete that white box thing. it might take a while to find though.. |
|
|
|
Oct 31 2004, 05:12 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 184 Joined: Oct 2004 Member No: 59,375 |
that code suld be in ur "IMPUT UR HTML" area in ur layout html
|
|
|
|
Oct 31 2004, 05:14 PM
Post
#8
|
|
![]() Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,540 |
actually, i can easily find it because i put it n my website stats =P
|
|
|
|
Oct 31 2004, 05:15 PM
Post
#9
|
|
![]() Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,540 |
<script language=javascript>
var oldprop = new Array('http://www.xanga.com/Images/eProp.gif'); var newprop = new //blogring.document.write Array('MY NEW EPROP SIGN URL HERE'); for (var i = 0; i < document.images.length; i++) { for (var s = 0; s < oldprop.length; s++){ if (document.images[i].src == oldprop[s]){ neweprop = document.createElement('img'); neweprop.src = newprop[s]; document.images[i].parentNode.replaceChild(neweprop, document.images[i]); break; } } } </script> |
|
|
|
Oct 31 2004, 05:16 PM
Post
#10
|
|
![]() Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,540 |
QUOTE(strawberrie33 @ Oct 31 2004, 5:15 PM) <script language=javascript> var oldprop = new Array('http://www.xanga.com/Images/eProp.gif'); var newprop = new //blogring.document.write Array('MY NEW EPROP SIGN URL HERE'); for (var i = 0; i < document.images.length; i++) { for (var s = 0; s < oldprop.length; s++){ if (document.images[i].src == oldprop[s]){ neweprop = document.createElement('img'); neweprop.src = newprop[s]; document.images[i].parentNode.replaceChild(neweprop, document.images[i]); break; } } } </script> my code for changing my eprop sign is like this |
|
|
|
Oct 31 2004, 05:19 PM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 184 Joined: Oct 2004 Member No: 59,375 |
yea..thats the code for changing your eprop sign. but that white thingy is part of your layout. that eprop code only changes ur eprop sign, but not ur comment page. so, i think the problem is in ur layout, not the eprop code itself
|
|
|
|
Oct 31 2004, 05:22 PM
Post
#12
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 184 Joined: Oct 2004 Member No: 59,375 |
so find that code in ur layout which i assume the html is in ur "IMPUT HTML" area. finding it might be difficult so it might take a while. remember to click preview each time and see if it worked.
sorry i hafta go now. hope this helps and good luck! |
|
|
|
Oct 31 2004, 05:23 PM
Post
#13
|
|
![]() Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,540 |
but then wait a sec there
if i change it bac to the original eprop sign, it will be transparent look back at my xanga site again i changed it back to normal my x a n g a |
|
|
|
Oct 31 2004, 06:08 PM
Post
#14
|
|
![]() I'm just a little bit crazy... ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,119 Joined: Jun 2004 Member No: 19,760 |
http://home.earthlink.net/~fiverphoenix/fi...leychanger.html - something I had bookmarked...
|
|
|
|
Oct 31 2004, 06:10 PM
Post
#15
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
Please don't spam, edit your post instead posting again.
|
|
|
|
![]() ![]() |