Help
-
Search
-
Members
-
Calendar
Full Version:
Skin help
Forums
>
Resource Center
>
Support Center
>
Xanga Support
>
Xanga Resolved Topics
horsefreakmillie
Mar 20 2005, 03:52 PM
This is sorta the first time i'm making a skin. I'm trying to move the blog around. But there is a bunch of empty space above the blog. Here, its kinda hard to explain.
http://www.xanga.com/MtestM
Nugget
Mar 20 2005, 03:55 PM
try changin the height??
Pulchritude
Mar 20 2005, 03:57 PM
alighn it and arrange the size
http://www.createblog.com/forums/index.php?showtopic=67476
horsefreakmillie
Mar 20 2005, 03:58 PM
no that doesn't work, look at my xanga again. it just puts it in a smaller text box thing. you still have to scroll a lot to get to the blog.
lovescream
Mar 20 2005, 03:59 PM
Can you paste all your codes up, please?
Make sure to use codebox.
horsefreakmillie
Mar 20 2005, 04:02 PM
<h2><font color=#954289><b>Millie's awesome xanga</b><h2>
<div style="overflow: auto; width: 600px; height: 100px; margin-top: 300px; margin-left: 25px;">
<div style="overflow: auto; width: 200px; height: 500px; margin-top: 50px; margin-left: -780px;"<p align=left>Who I am<br><font color=#000000><font size=2>Name: Millie<br>I like: Horses, French Horn, computers...<p><a href=http://www.xanga.com/Private/SubscribeTo.aspx?user=english_riding_freak>
Subscribe to me!</a><br><a href=http://www.xanga.com/guestbook.aspx?user=english_riding_freak>
sign da guestbook</a><br><a href=http://www.xanga.com/profile.aspx?user=english_riding_freak>
Look at my profile</a></p>
</div>
<style type="text/css">
table.blogbody {
border: 3px solid #954289;
width:500px; }
</style>
<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>
Pulchritude
Mar 20 2005, 04:05 PM
i recommend editing this part and playing around with it
<div style="overflow: auto; width: 600px; height: 100px; margin-top: 300px; margin-left: 25px;">
<div style="overflow: auto; width: 200px; height: 500px; margin-top: 50px; margin-left: -780px;"<p align=left>
horsefreakmillie
Mar 20 2005, 04:13 PM
ya i've been playin with it, but it seems to move the blog and the blank space. i want to get rid of the empty space above the blog.
also that part of the code u told me to mess with, it makes my left colum thing go away.
Pulchritude
Mar 20 2005, 04:16 PM
i think you add </div> to the edn of the <div codes
<div style="overflow: auto; width: 600px; height: 100px; margin-top: 300px; margin-left: 25px;"> </div>
<div style="overflow: auto; width: 200px; height: 500px; margin-top: 50px; margin-left: -780px;"<p align=left> </div>
like that
horsefreakmillie
Mar 20 2005, 04:23 PM
ok thanks that fixes that problem but now as i move the blog up, the left column moves up with it. how do i make it stay put?
horsefreakmillie
Mar 22 2005, 01:52 PM
does any one know?
YourSuperior
Mar 22 2005, 02:39 PM
Try using this code. And
DO
NOT
DOUBLE POST!
«---That's your warning.
<body><center><span><div style="height: ##px"></div><style type="text/css">
/* NAME OF SKIN AND WHO CREATED IT */
#rblEprops, #pnlEnabled table, #pnlEprops table {
width: auto !important;
}
table.header, table.main, table.footer, table.navigation{
/* edit width */
width:350;
}
table.blogbody, div.blogheader, .caption{
width:345;
}
td.maincenter{
margin-left:0px;
margin-bottom:0px;
margin-right:0px;
margin-top:0px;
}
body {
background:#COLOR url();
scrollbar-Arrow-Color: #COLOR;
scrollbar-Track-Color: #COLOR;
scrollbar-Shadow-Color: #COLOR;
scrollbar-Face-Color:#COLOR;
scrollbar-Highlight-Color: #COLOR;
scrollbar-darkshadow-color: #COLOR;
scrollbar-3dLight-Color: #COLOR;
font-family: tahoma;
font-size:11px;
}
texttable.left, td.mainleft, table.left, table.navigation, table.footer, table.search {
display: none;
}
.module, .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .smalltext, .standard {
/* edits main text */
font:normal 11px tahoma;
color: #COLOR;
}
a:link{
/* edit the links */
color: #COLOR;
text-decoration: none;
font:normal 11px tahoma;
}
a:visited{
/* edit visited links */
color: #COLOR;
text-decoration: none;
}
a:hover {
color:#COLOR;
border:1px solid #COLOR;
background:#COLOR url();
}
.blogbody td{
/* entry margins */
width: 0px;
padding-left: 0px
}
input, select, textarea, .textfield, .button{
/* this edits buttons, drop down menus etc. */
border: 1px solid #COLOR;
font:normal 11px tahoma #COLOR;
background:#COLOR url();
letter-spacing:0px;
color:#COLOR;
font-family: tahoma;
}
div.blogheader, .caption {
/* edit the dates */
font-family:tahoma;
font-size:14px;
color:#COLOR;
background-color: transparent;
text-align: left;
font-weight:bold;
padding-left:4px;
padding-bottom:1px;
padding-right:0px;
}
b, strong{
color:#COLOR;
}
table.blogbody {
/* edits your blog or entry space */
border: 0px;
background-color:transparent;
padding-top:0px;
padding-right:0px;
}
.smalltext {
text-align:right;
}
hr {
color: #COLOR;
}
div.blogspace {
width:380;
height:420;
margin-left: ###px;
margin-top:###px;
padding-top:12px;
overflow:auto;
background-color:transparent;
scrollbar-Arrow-Color: #COLOR;
scrollbar-Track-Color: #COLOR;
scrollbar-Shadow-Color: #COLOR;
scrollbar-Face-Color:#COLOR;
scrollbar-Highlight-Color: #COLOR;
scrollbar-darkshadow-color: #COLOR;
scrollbar-3dLight-Color: #COLOR;
FILTER: chroma(color=#COLOR) allowTransparency;
}
</style>
<center>
<PUT IMAGE MAPPING HERE>
<IMG SRC='IMG URL HERE ' border=0 width=750 height=974 USEMAP='#imgmap'>
<div style="position:static; margin-left: ###px;margin-top: ###px;border: 0px solid #COLOR; 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">
<style type="text/css">
.#rblEprops{display: none;}
#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops
/* edits comment page*/
{width:300px;}
</style>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.