AIM Chat [Don't have AIM? Click Here for Other Chat Room] ChatterBox
Pages: (2) [1] 2  ( Go to first unread post )

 Xanga: How to Make a Xanga Skin, by NatiMarie
NatiMarie
Posted: Aug 4 2004, 11:44 AM


Knata-Lee


Group: Admin
Posts: 2,086
Member No.: 1
Joined: 3-August 04



Okay...a lot of people have been wondering how to make a skin. It's a tutorial I made that I placed on my skin site, here's a link of it:
Clickie
Note: If you have questions or problems, please post in questions.

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. For example, like this image [taken from my Maroon 5 skin] Maroon 5 Image 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. Photobucket ,ImgSpot, or ImageShack 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="PASTE YOUR XANGA SKIN URL HERE">



(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 [try numbers in the 100s area...200 and 300 is a good start]. 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: http://webmonkey.wired.com/webmonkey/reference/color_codes/

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;
}
div.smalltext{
width: WIDTHpx;
padding: 3px;
text-align: left;
}
.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;
}

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 [btw: the div.smalltext edits the links below the blog entry]. 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: http://www.pcoward.com/imagemapper/stage1.asp.

(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) OKAY...WAIT! So you're not done...you say you also have another place for where to put the Navigation? Remember to replace the # with a real number.

Use this code:
CODE

<div style="position:static; margin-left: ###px;margin-top: ###px;border: 0px solid #COLOR CODE; width: ###px; height: ###px;background: none; overflow: auto">

<table border="0" width=100%>
<tr>
<td colspan=2>
<b class=nav>About Me</b>
<tr>
<td colspan=2><br>
Stuff about yourself…here
Stuff about yourself…here
Stuff about yourself…here
Stuff about yourself…here

<tr>
<td colspan=2><br>
<b class="nav">Navigation</b><br>
<a href="http://www.xanga.com/">Xanga</a><br>
<a href="http://www.xanga.com/signin.aspx">Sign In</a><br>
<a href="http://www.xanga.com/logout.aspx">Sign Out</a><br>
<a href="http://www.xanga.com/private">Home</a><br>
<a href="http://www.xanga.com/claf">CLAF</a><br>
<a href="http://www.xanga.com/Private/subs.aspx">Your Subs</a><br>
<a href="http://www.xanga.com/guestbook.aspx?user=YOURXANGAUSER">Guestbook</a><br>
<a href="http://www.xanga.com/profile.aspx?user=YOURXANGAUSER">Profile</a> (<a href="http://www.xanga.com/Private/profilebasic.aspx">Edit</a>)<br>
<a href="http://www.xanga.com/private/tracking.aspx">Your Comments</a><br>
<a href="http://www.xanga.com/Private/feedback.aspx">Feedback</a><br>
<a href="http://www.xanga.com/Private/SubscribeTo.aspx?user=YOURXANGAUSER" target="blank">Add Me</a><br>
<tr>
<td colspan=2>
<b class="nav">Subscriptions</b>
<tr>
<td>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<td>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
<a href="http://www.xanga.com">link</a><br>
</tr>
</table>
</div>
<div align="center" class="blogspace">


Remember to put that at the end of the code.

11) To put a chatterbox using div layers, use this code:
CODE

<div style="position:static; margin-left: ###px; margin-top: -505px;border: 0px solid #ffffff; width: ###px; height: ###px; background:none;overflow: auto">
<TABLE width="100%" border=0>
 <TBODY>
 <TR>
   <TD>
<P class=nav>



<!-- the place where chatterbox HTML code goes -->
<!-- the place where chatterbox HTML code goes -->


Your finished product can look like this: http://www.xanga.com/natskin2


FREQUENTLY ASKED QUESTIONS
1) Why isn't my picture showing in the image map?
Make sure that the last part of the image map where there are quote 'nameofyourdocument'...you actually put the URL of your image in there.
Also make sure the URL is not messed up.


--------------------
"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.


Diary | Skins | NatiMarie | Blogger |Blogring |Forum Rules

user posted image

Please don't PM me with questions about xanga/blogger/livejournal, because it's hard to keep track of them all. Instead post them in Questions. Thanks. :]
Top
shLeyyy
Posted: Aug 7 2004, 04:47 PM


SMILE! It makes you look perdy. Ü


Group: Official Member
Posts: 254
Member No.: 7
Joined: 7-August 04



That's really helpful. Thankssss. Too bad I quit xanga haha. But when I did have a xanga, I just mainly used CSS layouts instead of using image maps and all that other stuff that's a different language to me hahaha. ÜÜ


--------------------
user posted image
Top
kastic
Posted: Aug 12 2004, 04:19 AM


Raising The Curve


Group: Members
Posts: 194
Member No.: 11
Joined: 9-August 04



One of the most in-depth tutorials I've seen. Good hob smile.gif


--------------------
user posted image
Top
greenicetea
Posted: Aug 25 2004, 04:29 PM


Self-Declared Admin


Group: Official Member
Posts: 899
Member No.: 75
Joined: 25-August 04



Wow natalie. I am no longer afraid of codes for xanga skins. smile.gif


--------------------
user posted image
Savior.
Top
Kenn_The_Frogg
  Posted: Aug 29 2004, 06:48 PM


Newbie


Group: Members
Posts: 3
Member No.: 88
Joined: 29-August 04



Cool tutorial. But I don't have Xanga, I have Blogger. sad.gif I wish I knew how to do the same thing for that. smile.gif

Kenn
Top
liddle_tash
Posted: Sep 6 2004, 02:55 PM


imaginary mod


Group: Official Member
Posts: 184
Member No.: 112
Joined: 6-September 04



very good tutorial


--------------------
Top
t3hrubikscube
Posted: Sep 11 2004, 10:24 PM


Cuuuuuuube.


Group: Admin
Posts: 5,413
Member No.: 39
Joined: 14-August 04



Jeez, Natalie.
That tutorial was awesome!
So easy to understand.
Thank you for posting that. I'm sure it'll help a lot of people! smile.gif


--------------------
Top
liquidplasma6
Posted: Sep 23 2004, 07:55 PM


Newbie


Group: Members
Posts: 9
Member No.: 24
Joined: 11-August 04



hi, can you help, this thing isnt working, i think the two profile div, and the blog div collided :X

http://www.xanga.com/liquidplasma


--------------------
Top
NatiMarie
Posted: Sep 23 2004, 08:01 PM


Knata-Lee


Group: Admin
Posts: 2,086
Member No.: 1
Joined: 3-August 04



QUOTE (liquidplasma6 @ Sep 23 2004, 08:55 PM)
hi, can you help, this thing isnt working, i think the two profile div, and the blog div collided :X

http://www.xanga.com/liquidplasma

No they didn't collide, you just need to adjust the div width of the blog and that of the profile div.
=P

Post questions in Questions...I sometimes overlook questions in the tutorials section.


--------------------
"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.


Diary | Skins | NatiMarie | Blogger |Blogring |Forum Rules

user posted image

Please don't PM me with questions about xanga/blogger/livejournal, because it's hard to keep track of them all. Instead post them in Questions. Thanks. :]
Top
liquidplasma6
Posted: Nov 7 2004, 07:17 PM


Newbie


Group: Members
Posts: 9
Member No.: 24
Joined: 11-August 04



alright, thanks, i got it going on!


--------------------
Top
corizzle20
Posted: Nov 9 2004, 06:50 PM


hi im Corey!


Group: Official Member
Posts: 627
Member No.: 144
Joined: 19-September 04



wow that is really loong and helpful lol. good job nat!


--------------------
Top
Rice_on_my_shoe
Posted: Nov 12 2004, 01:50 PM


Mutha fukka


Group: Resource Assistant
Posts: 1,426
Member No.: 100
Joined: 2-September 04



nat I don't think I did my layout right mellow.gif my calculations are a little off....
www.xanga.com/moron4life


--------------------
user posted image

hey.. pull my finger.

5th clue: The first letter of my real name is the 5th letter of the password.

Find the 6th clue here!
Top
NatiMarie
Posted: Nov 14 2004, 01:46 PM


Knata-Lee


Group: Admin
Posts: 2,086
Member No.: 1
Joined: 3-August 04



QUOTE (Rice_on_my_shoe @ Nov 12 2004, 01:50 PM)
nat I don't think I did my layout right mellow.gif my calculations are a little off....
www.xanga.com/moron4life

Can you post the code in Questions? I'll be able to help...if I see the code.
:]
Thanks.
=D
Nice layout by the way. Skills. ;]


--------------------
"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.


Diary | Skins | NatiMarie | Blogger |Blogring |Forum Rules

user posted image

Please don't PM me with questions about xanga/blogger/livejournal, because it's hard to keep track of them all. Instead post them in Questions. Thanks. :]
Top
gummi
Posted: Nov 22 2004, 02:31 AM


SAM AHHH SAM SAM SAM SAM AHHHHHHHHHHHHHHHHH


Group: Community Staff
Posts: 3,823
Member No.: 115
Joined: 7-September 04



im gonna make a skin thanks to ur tutorial nat =D


--------------------
user posted image
clicky! =3
Top
gummi
Posted: Nov 22 2004, 09:12 AM


SAM AHHH SAM SAM SAM SAM AHHHHHHHHHHHHHHHHH


Group: Community Staff
Posts: 3,823
Member No.: 115
Joined: 7-September 04



i dont know how to make clicky text like i dano how to define the 83748239748293748923749823475 X] how?

:.:EDIT:.:
sorry about the double post i forgot i posted there lol

i cant use the link u gave me when i click stage 2 it is blank .....

:.: EDIT AGAIN :.:
well i had a brilliant idea X]
i used internet explorer for mac and it works
but the pic comes out as an x sad.gif
and the only windows pc i have is broken now what?


--------------------
user posted image
clicky! =3
Top
unitedgirl9337
Posted: Nov 22 2004, 01:08 PM


Newbie


Group: Members
Posts: 2
Member No.: 315
Joined: 22-November 04



Okay you did GREAT explaining all this and I am used to coding because I used to make layouts for various things but I stopped doing them for almost half a year and I am a little confused. I would be fine if I could get the REAL xanga settings to dissapear. It's like the things I want are on there but if you keep scrolling down there are still the original xanga settings there too...Could you help me or give me a code to make them invisible? Maybe I just forgot to erase something but if you could help that would be great!
Top
xpixelx
Posted: May 9 2005, 12:23 PM


Member


Group: Members
Posts: 10
Member No.: 587
Joined: 9-April 05



I feel dumb...i have no clue how to do it...=( *crys* i need help...somone needs to like walk me through it....if anyone wants to ...my s/n is xNekoxGirlyx


thanks...i hope..


--------------------
user posted image
Top
[.confessions.]
Posted: Jun 28 2005, 03:35 PM


mmmmmm... Cats!


Group: Members
Posts: 1,273
Member No.: 672
Joined: 23-June 05



i will help you e-mail me.

q.o.t.a.k.u@gmail.com

it's not hard, in fact it's easyer them you think tongue.gif


--------------------
user posted image
Top
xorebelbaby06starxo
  Posted: Jul 4 2005, 03:31 PM


Senior Member


Group: Members
Posts: 239
Member No.: 680
Joined: 4-July 05



It a good Tutorials......but i still have no cue how do it or mading it? wacko.gif ..........i need help....can somebody in here help me plz. u can talk to in AIM my SN is litterteddybear3 or e-mail me at xoxorhscoolgirl06xoxo@yahoo.com
Thank You smile.gif


--------------------
user posted image
Top
sar24xO
Posted: Jul 5 2005, 08:38 AM


Newbie


Group: Members
Posts: 1
Member No.: 681
Joined: 5-July 05



im still confused- my picture never shows up and i dont no wut numbers to use of height and stuff! im really confused!!! cud yoo mayb sum1 post an example code so i no wut 2 do or possibly make it easier?? dance.gif
Top
xorebelbaby06starxo
Posted: Jul 5 2005, 11:41 AM


Senior Member


Group: Members
Posts: 239
Member No.: 680
Joined: 4-July 05



I'm still confused and i dont know if somebody in here can help me?

Thank......I hope bowl.gif


--------------------
user posted image
Top
[.confessions.]
Posted: Jul 6 2005, 07:26 AM


mmmmmm... Cats!


Group: Members
Posts: 1,273
Member No.: 672
Joined: 23-June 05



I'll e-mail you about it.


--------------------
user posted image
Top
TheOn3LeftBehind
Posted: Feb 4 2006, 10:34 AM


Newbie


Group: Members
Posts: 2
Member No.: 812
Joined: 4-February 06



I'm really confused about this, can anyone help? sad.gif
Top
TheOn3LeftBehind
Posted: Feb 4 2006, 11:45 AM


Newbie


Group: Members
Posts: 2
Member No.: 812
Joined: 4-February 06



OOO I GET IT NOW! lol
Top
lostlyssa
Posted: Mar 23 2006, 02:45 PM


Newbie


Group: Members
Posts: 1
Member No.: 820
Joined: 23-March 06



QUOTE (NatiMarie @ Aug 4 2004, 11:44 AM)
Okay...a lot of people have been wondering how to make a skin. It's a tutorial I made that I placed on my skin site, here's a link of it:
Clickie
Note: If you have questions or problems, please post in questions.



hey, im trying to make a xanga layout site, and i know how to make the layouts and all, but how do i make it into a link so when ppl view my layout site..they can click the link and it takes them to the layout preview....
-Alyssa-

This post has been edited by Rice_on_my_shoe on Mar 23 2006, 07:34 PM
Top


Topic OptionsPages: (2) [1] 2 



Hosted for free by InvisionFree (Terms of Use: Updated 7/7/05) | Powered by Invision Power Board v1.3 Final © 2003 IPS, Inc.
Page creation time: 0.4723 seconds | Archive
Vote for this Site!