My new skin, how can the body move UP?, Big space in the top |
My new skin, how can the body move UP?, Big space in the top |
Sep 2 2004, 10:11 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 24 Joined: Aug 2004 Member No: 41,547 |
Okay i'm still figuring out how to make my skin, i've played with the PX's like a million times and I can't get the bigg space at the top to go away. How can I make it LEAVE!!?!
Please hellpp!! Heres what my site looks likeee.... Clickie Also.... I replaced the links with my own words for them, but it only worked on a few! I can't get it to cover it all. I put the code I got in website stats, here is my code : <script language="javascript"> <!-- var links = document.getElementsByTagName ("a"); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/d+:d+ (am|pm)/i)) links[l] else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "»hugs«"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "»hug«"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "»kisses»"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "»kiss«"); else if (str.match (/subscribe/i)) links[l].innerHTML = str.replace (/subscribe/i, "»love me«"); else if (str.match (/subscription/i)) links[l].innerHTML = str.replace (/subscription/i, "»xO«"); else if (str.match (/subscriptions/i)) links[l].innerHTML = str.replace (/subscriptions/i, "»my lovelys«"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "»go away«"); else if (str.match (/GuestBook/i)) links[l].innerHTML = str.replace (/GuestBook/i, "»what ya say«"); }//--> </script> ...Here is the site I used off of xanga: Click THANKSS |
|
|
|
tropicaltide071 My new skin, how can the body move UP? Sep 2 2004, 10:11 PM
TrannieL Please upload ur image -____-
QUOTE<IMG
SRC=... Sep 2 2004, 10:19 PM
sweetxsimplicity Try making your margins negative. Such as '-40... Sep 2 2004, 10:30 PM
aznriceboi its in your header. you either have too many ... Sep 3 2004, 05:24 AM![]() ![]() |