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 |
|
|
|
Sep 2 2004, 10:19 PM
Post
#2
|
|
![]() I never give 4/10 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 627 Joined: Aug 2004 Member No: 45,375 |
Please upload ur image -____-
QUOTE <IMG SRC='C:\Documents and Settings\KELLY!!\My Documents\My Pictures\Beach.jpg' border=0 width=0height=0='#imgmap'> // EDIT: This too QUOTE background-image:url(C:\Documents and Settings\KELLY!!\My Documents\My Pictures\Beach.jpg); - Tran - |
|
|
|
Sep 2 2004, 10:30 PM
Post
#3
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
Try making your margins negative. Such as '-400' or something like that.
For your images, like the codes below, you have to upload your image, like at Photobucket.com or a similiar image hosting site. Make sure it allows hotlinking/directlinking though, or else the image will show up as a red 'x' on your Xanga. CODE <!-- begin code provided by createblog.com --> background-image:url(C:\Documents and Settings\KELLY!!\My Documents\My Pictures\Beach.jpg); <!-- end code provided by createblog.com --> CODE <!-- begin code provided by createblog.com --> <IMG SRC='C:\Documents and Settings\KELLY!!\My Documents\My Pictures\Beach.jpg' border=0 width=0height=0='#imgmap'> <!-- end code provided by createblog.com --> Some of your replace links don't work because that code is for LINKS, and some of them you used to replaced text like the subscriptions/subscription. |
|
|
|
Sep 3 2004, 05:24 AM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 693 Joined: Jul 2004 Member No: 34,017 |
its in your header. you either have too many <br> or you pressed enter alot of times
|
|
|
|
![]() ![]() |