Help - Search - Members - Calendar
Full Version: my layout script help thingything
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
creamysmile11
ok well if you look at my xanga
http://www.xanga.com/home.aspx?user=creamysmile11
umm yes and as you can see, my right and left module is like...out of place. blink.gif the left module is too...left. stubborn.gif can someone help me or just give me the code? heres my code just if you need it or if you can spot whats wrong

CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
 font:normal 8pt trebuchet ms;
 line-height:11px;
 color: #3b4779;
 letter-spacing:0px;
 text-align:center;
 }
.left B, { font: bold 8pt; color: "#3b4779"; line-height: 11px;}

table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
 text-align: center;
 }
div.blogheader, .caption {
/* edits the dates */
 font-family: 8pt trebuchet ms;
 text-transform: uppercase;
 font-size:18px;
 font-weight: italics;
 line-height: 15px;
 letter-spacing: -1px;
 color: #3b4779;
 text-align: left;
 padding: 3px;
 width: 500px;
 }
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
 color: #3b4779;
 font:normal 8pt trebuchet;
 line-height:11px;
 text-decoration: none;
 }
a:visited, a.footernav:visited,  {
/* edits the links that the user has visited */
 color: #3b4779;
 font:normal 8pt trebuchet ms;
 line-height:11px;
 text-decoration: none;
 }
a:hover
{
filter: blur(add=100, direction=180, strength=17.5); height: 0
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
 border: 1px solid #ae1c23;
 font:normal 8pt trebuchet ms;
 background-color: transparent;
 letter-spacing:0px;
 color: #3b4779;
 }
table.left {
/* this edits the menu module */
 border: 1px solid #3b4779;
 width: 160px;
 }
table.blogbody {
/* this edits the other the place where the  blog is */
 border: 1px solid #ae1c23;
 width: 500px;
 
 }
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
 background-color: transparent;
 font: bold 8pt trebuchet ms;
 color: #3b4779;
 border: solid;
 text-align: left;
 width: 160px;
 }
table.left TD {
/* on your menu module, this edits the body part of it */
 border: none;
 text-align: center;
 border-top: 1px solid #3b4779;
 width: 160px;
 }
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
 background-color: transparent;
 border: 1px solid #ae1c23;
 }
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
 border: 0px solid #ae1c23;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 500px;
 }
hr {
/* horizontal divider */
 border: 1px solid #ae1c23;
 }
</style>

<!-- end code provided by createblog.com -->


there ya go! thanks biggrin.gif
-czz
avalon*
i think either fix the width of your blogs or change the padding

WIDTH

table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}

PADDING

div.blogheader, .caption {
/* edits the dates */
font-family: 8pt trebuchet ms;
text-transform: uppercase;
font-size:18px;
font-weight: italics;
line-height: 15px;
letter-spacing: -1px;
color: #3b4779;
text-align: left;
padding: 3px;
width: 500px;
}
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.