Log In · Register

 
my xanga skin, tried to make my own skin ..
squeex3
post Feb 20 2006, 03:34 PM
Post #1


Senior Member
***

Group: Member
Posts: 45
Joined: Oct 2005
Member No: 279,128



i tried making my own xanga skin .. [i followed a tutorial i found] .. but it didn't come out right ..

can someone help me fix it ? this is my xanga ..

i wanted the blog to go in the big gap between the pics going down the side but it didn't come out very well .. _dry.gif

.. and here's the code if its any help ..
CODE
<img src="http://i1.tinypic.com/o781us.jpg">

<div style="
overflow: auto;
width: 450px;
height: 300px;
margin-top: 75px;
margin-left: 300px;">

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


<style type="text/css">
/*Name of Your Skin*/
/*by YOU*/
body {
background-image:http://i1.tinypic.com/o781us.jpg;
background-repeat: repeat-y-x;
background-color: #000000;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #888888;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #000000;
}

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

table.blogbody {
width:450px;
font-family: tahoma;
font-weight: none;
font-size: 10pt;
color: #ffffff;
text-align: justify;
padding: 0px;
margin-top: 2px;
}

.caption, .blogheader {
width: 450px;
padding: 3px;
font-family: tahoma;
font-size: 14pt;
text-align: center;
color: #ffffff;
background-color: transp;
text-transform: lowercaps;
margin-top: 10px;
}

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

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


<div style="position:static; margin-left: 300px;margin-top: 400px;border: 2px double #ffffff; width: 450px; height: 290px;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">


help would be appreciated! _smile.gif
 
 
Start new topic
Replies
Kenado
post Feb 20 2006, 04:14 PM
Post #2


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



Well my first question is; is the modules that contain subs, and links suppose to be on top of your blogs? And when messing around the <div> tags here's something that's fairly easy to understand.
For the margins the smaller the numbers (negative numbers work too) the closer it is to the left/top. The bigger the numbers the farther away it is from the left/top. And if that doesn't help I could always fix the coding up for you.
 
squeex3
post Feb 21 2006, 01:39 PM
Post #3


Senior Member
***

Group: Member
Posts: 45
Joined: Oct 2005
Member No: 279,128



QUOTE(Kenado @ Feb 20 2006, 9:14 PM) *
Well my first question is; is the modules that contain subs, and links suppose to be on top of your blogs? And when messing around the <div> tags here's something that's fairly easy to understand.
For the margins the smaller the numbers (negative numbers work too) the closer it is to the left/top. The bigger the numbers the farther away it is from the left/top. And if that doesn't help I could always fix the coding up for you.



could you fix it ? that would great if you could .. thank you! (and in answer to your question , i would prefer it if the links etc were below the actual blog)

biggrin.gif biggrin.gif
 

Posts in this topic
sakura_88   my xanga skin   Feb 20 2006, 03:34 PM
Kenado   Well my first question is; is the modules that con...   Feb 20 2006, 04:14 PM
sakura_88   QUOTE(Kenado @ Feb 20 2006, 9:14 PM) Well...   Feb 21 2006, 01:39 PM
Maestro   Okay, you had a lot of stuff you didn't need i...   Feb 20 2006, 04:21 PM
Wastons   OOOOO   Feb 23 2006, 07:49 AM
Kenado   ^Please do not spam. Anyways I'll get to it as...   Feb 23 2006, 09:52 AM
sakura_88   Thank yooou!   Feb 23 2006, 01:03 PM
Kenado   You're welcome. Topic Closed.   Feb 23 2006, 01:05 PM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: