It shows that you are unregistered. Please register with us by clicking Here
Go Back   Blogring.net - The Premier Myspace & Xanga Community > Xanga Forums > Xanga Codes and Scripts

Xanga Codes and Scripts Here you can find all the resources needed to fully customize your xanga.

Reply
 
LinkBack Thread Tools Display Modes

Old 08-03-2004, 02:21 AM   #1 (permalink)
Senior Member
 
NaTiMaRiE is offline
Join Date: Feb 2004
Posts: 206
NaTiMaRiE
Points: 431.58
Okay...a lot of people have been wondering [a mod told me to place this here]. It's a tutorial I made that I placed on my skin site, here's a link of it:
[Only registered and activated users can see links. ]

Here it is (with edited content):

How To Make a Skin
This tutorial is for those who are making a full skin with an image they have already created. Example:

You have your image, what do you do? First you have an already made image…so now you must want it as a background right? I am going to provide a code which you all can adjust in which you input your own information.

1) First upload your image. [Only registered and activated users can see links. ] or [Only registered and activated users can see links. ] are the best way to go. I recommend ImgSpot because in Photobucket, bandwidth gets exceeded way too easily.

2) Once you have uploaded your image, place it in this code:

REMEMBER: ALL THIS GOES IN YOUR LOOK AND FEEL: INPUT HEADER HTML

Code:
<img src=”THE URL OF YOUR IMAGE/BACKGROUND”>
(NOTE: If you are planning to Image Map [look at stage 9], there is no need for this step since it you will have to put the URL code in the image map. NOTE: Also, don't forget...if you do Image Map, put the whole image map code before everything else, or else...it won't work.)

3) Okay, now that you got your image down, where the heck are you going to place your blog? This is where this code comes in:

Code:
<div style="
overflow: auto;
width: ###px;
height: ###px;
margin-top: ###px;
margin-left: ###px;">

4) What you need to do is adjust the # signs with real numbers and just start playing around with it. You’ll get the hang of it. Remember to read what you’re applying numbers to. In this code, you’re also determining the width and height of the blog. Remember to just fiddle with the numbers. It’s just a bit of logic. Let me give you an example:

You see up there where it says:
Code:
margin-left:###px
Let’s say I plug in:
Code:
margin-left: 400px
Since it’s 400px you know it’s going to be as far away from the left side of the screen. I hope that made sense.

5) In the above code, notice that in it [near the end], it says: overflow:
auto;

That basically means that you want a scrollbar in your blog entries. If you don’t want a scrollbar, just delete that portion of the text.

6) Another code you see a lot in these Xanga Skin Codes:

Code:
<style type="text/css">
.#rblEprops{display:none;}
#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops 
/* width of the comment page */
{width:245px;}
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer 
{display: none;} 
</style>

That code above removes the eprop option, the left module, and all those annoying Xanga links (the default links you originally get). If you want to keep any of those links, you just take it out from the code. REMEMBER: You have all these codes together; they all go in INPUT HEADER HTML.

7) This is the really important code that determines how your Xanga is going to look like. Here you adjust the color of your scrollbar and everything you need to make your Xanga outstanding. Maybe I’m exaggerating on the outstanding part, but you get the idea. The places where you see that there is a # sign, you must place a Hex Color Code to change the color of the scrollbar or whatever you want to change the color of. Here’s a site with some color codes: [Only registered and activated users can see links. ]

REMEMBER: When you see a color code, don't take out the # sign. So it must look like this (example: #000000 <--black). Oh yeah, don't leave spaces between the # sign and the actual number because then the color won't show.

Code:
<style type="text/css">
/*Name of Your Skin*/
/*by YOU*/
body {
background-image:url(PUT URL HERE IF YOU HAVE A BACKGROUND IMAGE, IF NOT, DELETE EVERYTHING INSIDE THE PARENTHESES);
background-repeat: repeat-y-x;
background-color: #COLOR CODE;
scrollbar-face-color: #COLOR CODE;
scrollbar-shadow-color: #COLOR CODE;
scrollbar-highlight-color: #COLOR CODE;
scrollbar-3dlight-color: #COLOR CODE;
scrollbar-darkshadow-color: #COLOR CODE;
scrollbar-track-color: #COLOR CODE;
scrollbar-arrow-color: #COLOR CODE;
}

#rblEprops, #pnlEnabled table, #pnlEprops table { 
width: auto !important; 
}

table.blogbody {
width:WIDTH OF THE BLOGpx;
font-family: Arial;
font-weight: none;
font-size: 12pt;
color: #COLOR;
text-align: justify;
padding: 0px;
margin-top: 2px;
}

.caption, .blogheader {
width: 380px;
padding: 3px;
font-family: CHANGE FONT;
font-size: 16pt;
text-align: center;
color: #COLOR;
background-color: #COLOR;
text-transform: lowercaps;
margin-top: 10px;
}

div.smalltext{
width: WIDTHpx;
padding: 3px;
text-align: left;
}

P, B, I, TD, TH 
{font-family: FONT; color: #COLOR CODE OF FONT; font-size: 8pt; }
A:link, A:visited, A:active
{color:#COLOR CODE OF A LINK; text-decoration:none; font-size:8pt;}
a:hover
{text-decoration: underline; color:#COLOR; font-size: 8pt; );}
b, strong, i, u, {
/* edit colors when bold italic underline */
font-family: arial;
font-size: 8pt;
color: #000000;
font-weight: bold; 
text-transform: lowercaps;
</style>

8) Just look through the code, it’s understandable once you actually analyze it and you’ll see it’s not that hard to make a Xanga skin. I know there’s something missing…oh yes, the most crucial! IMAGE MAPPING.

9) Image mapping…what the heck is that? Well, if you’re wondering…have you ever noticed that some people have links that are already in their backgrounds (example: Rocko’s Modern Life skin)? How the hell do they get it there? Well, that’s image mapping my friends. I would explain how to do it the LONG way…but I’m extremely lazy right now…so here’s the easy way: [Only registered and activated users can see links. ].

(NOTE: The Image Mapper will contain the following, so you must input your Image Link or it will not appear


Code:
<IMG
SRC='PLACE YOUR IMAGE URL IN HERE'
border=0 width=CHANGE WIDTH height=HEIGHT OF YOUR IMAGE USEMAP='#imgmap'>
10) The End






__________________
"Sometimes I lie awake at night, and I ask, 'Where have I gone wrong?' Then a voice says to me, 'This is going to take more than one night.'"
-Charlie Brown.


[Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] |
  Reply With Quote
Sponsored Links

Old 08-03-2004, 02:22 AM   #2 (permalink)
Senior Member
 
Jessorzluvsu is offline
Join Date: Jun 2004
Location: Derby, Kansas, USA
Posts: 434
Jessorzluvsu
Points: 634.00
um...wrong forum? good thing you made this tutorial tho, thats what i would have done if people started jocking my layouts. im really sorry they did that, those people are so annoying.
__________________
"An intellectual is someone who takes more words than necessary to tell more than he knows"
--Dwight D. Eisenhower
  Reply With Quote

Old 08-03-2004, 02:25 AM   #3 (permalink)
Senior Member
 
LovablexFarzi is offline
Join Date: Mar 2004
Posts: 692
LovablexFarzi
Points: 792.00
Quote:
Originally posted by Jessorzluvsu@Aug 2 2004, 07:22 PM
um...wrong forum? good thing you made this tutorial tho, thats what i would have done if people started jocking my layouts. im really sorry they did that, those people are so annoying.
im very sorry as well. i know how it feels when someone does that :angry: jockers should be burned alive!!!

very nice of you to make a tutorial.
__________________
[Only registered and activated users can see links. ]

i quit the xanga gig.
  Reply With Quote

Old 08-03-2004, 02:28 AM   #4 (permalink)
Senior Member
 
toxicstar8o8 is offline
Join Date: May 2004
Posts: 515
toxicstar8o8
Points: 715.00
i dunno why a mod would tell you to place it here? doesnt it go in the xanga section? oh well.. but this is awesome for people that jock layouts. maybe they can start making there own
__________________
<center>Cant you see my world is falling apart and the only thing you can do is stand there and watch. </center>
  Reply With Quote

Old 08-03-2004, 02:31 AM   #5 (permalink)
Senior Member
 
ThEy_CaLl_Me_MaTt is offline
Join Date: Aug 2004
Location: Grand Prairie, Texas
Posts: 133
ThEy_CaLl_Me_MaTt
Points: 334.00
Post

This is Already on this site its right [Only registered and activated users can see links. ]
__________________
Maybe we're not supposed to be happy. Maybe gratitude has nothing to do with joy. Maybe being grateful means recognizing what you have for what it is. Appreciating small victories. Admiring the struggle it takes simply to be human. Maybe we're thankful for the familiar things we know. And maybe we're thankful for the things we'll never know. At the end of the day, the fact that we have the courage to still be standing is reason enough to celebrate.
  Reply With Quote

Old 08-03-2004, 02:31 AM   #6 (permalink)
Senior Member
 
ThEy_CaLl_Me_MaTt is offline
Join Date: Aug 2004
Location: Grand Prairie, Texas
Posts: 133
ThEy_CaLl_Me_MaTt
Points: 334.00
Post

This is Already on this site its right [Only registered and activated users can see links. ]
__________________
Maybe we're not supposed to be happy. Maybe gratitude has nothing to do with joy. Maybe being grateful means recognizing what you have for what it is. Appreciating small victories. Admiring the struggle it takes simply to be human. Maybe we're thankful for the familiar things we know. And maybe we're thankful for the things we'll never know. At the end of the day, the fact that we have the courage to still be standing is reason enough to celebrate.
  Reply With Quote

Old 08-03-2004, 02:40 AM   #7 (permalink)
Senior Member
 
NaTiMaRiE is offline
Join Date: Feb 2004
Posts: 206
NaTiMaRiE
Points: 431.58
This is a more thorough explanation.
=P
I explain a little more on image maps and things. Michael told me to place this here and then he would move it.
=)

Oh and thanks for the support. I don't like jockers...they're meanos
=(
__________________
"Sometimes I lie awake at night, and I ask, 'Where have I gone wrong?' Then a voice says to me, 'This is going to take more than one night.'"
-Charlie Brown.


[Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] |
  Reply With Quote

Old 08-03-2004, 02:45 AM   #8 (permalink)
I got 1,500 posts!

 
xLiMeY LeM0Nx is offline
Join Date: Apr 2004
Posts: 2,124
xLiMeY LeM0Nx
Points: 2,375.00
very useful! i love the explanation that you have given...it is very descriptive and this is what people that are new with making layouts really need...if i have known this before...i wouldn't have been so confused before...haha!

thanks so much!
__________________
<center>http://img399.imageshack.us/img399/2...mcadams5ff.jpg

I http://img353.imageshack.us/img353/6...ngheart5xb.gif Tiffany, mi amor and my numero uno BRBB!
i heart
all my other BRBBs!!
</center>
  Reply With Quote

Old 08-03-2004, 02:58 AM   #9 (permalink)
Senior Member
 
lilqtali2006 is offline
Join Date: Mar 2004
Location: Biloxi, Mississippi
Posts: 292
lilqtali2006
Points: 392.00
Quote:
this is awesome for people that jock layouts. maybe they can start making there own
i totally agree! thanks for putting this in here! maybe we`ll stop getting requests and layout questions in the submissions forum now.. <_<
__________________
may both of your souls rest in peace, and may you both walk rejoicefully with God now. you are both loved and missed terribly. we will never forget you.
  Reply With Quote

Old 08-03-2004, 03:09 AM   #10 (permalink)
Member
 
Crueltoyourmind is offline
Join Date: May 2004
Posts: 47
Crueltoyourmind
Points: 47.00
thank you much for this...it is very helpful!!
  Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 07:25 PM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0