AIM Chat
[Don't have AIM? Click Here for Other Chat Room]
ChatterBox
Xanga: How to Make a Xanga Skin, by NatiMarie
| NatiMarie |
|

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: ClickieNote: 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:
Let’s say I plug in:
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/natskin2FREQUENTLY ASKED QUESTIONS1) 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 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. :]
|
|
|
| Kenn_The_Frogg |
|
Newbie

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

|
Cool tutorial. But I don't have Xanga, I have Blogger.  I wish I knew how to do the same thing for that.  Kenn
|
|
|
| liquidplasma6 |
|
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
--------------------
|
|
|
| NatiMarie |
|

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 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. :]
|
|
|
| liquidplasma6 |
|
Newbie

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

|
alright, thanks, i got it going on!
--------------------
|
|
|
| NatiMarie |
|

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 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 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. :]
|
|
|
| gummi |
|

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  and the only windows pc i have is broken now what?
--------------------
 clicky! =3
|
|
|
| unitedgirl9337 |
|
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!
|
|
|
| lostlyssa |
|
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
|
|
|
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
|