View Full Version : things under header disappear?!


raymond_ng
08-12-2006, 04:36 PM
hi all,

i see some of others layouts in xanga and use them as a reference to make one for myself.....but after i use the layout....the things under the header disappear....(like weblog - photos - videos - profile - reviews - events - subscribe! ratings - flag [ xanga - join - signin ] ), can anyone help me? is it the problem of the end script or what? how can i fix it?....

many thx

tokyo bleu
08-12-2006, 09:36 PM
Hi, can you post your codes?

raymond_ng
08-13-2006, 02:08 AM
when i put my layout on here....it says it is too long....T.T....so i splint it into 2.....here's the first part...

<!--idea inspire by http://www.xanga.com/VeryCute_Layoutz_4you & http://www.xanga.com/home.aspx?user=JennysTester113, profile photo found from http://www.xanga.com/home.aspx?user=JennysTester285 -->

<FONT style="FONT-WEIGHT:; FONT-SIZE: 20pt; COLOR: #666666; LINE-HEIGHT: 20pt; FONT-FAMILY: arial; LETTER-SPACING: -2pt"><I>City of Loneliness</I> </head></font>


<STYLE type="text/css">
body {
background-color: #FFFFFF;
background-image: url
(http://i105.photobucket.com/albums/m212/raymond1729/blackwhite2.jpg);
background-repeat:no repeat;
background-attachment: fixed;
background-position: center;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #602060;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #602060;
scrollbar-darkshadow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
}

.left, .blogbody, table.footer, .standard, td, p {
/* edits main text */
font:normal 11px arial;
line-height:11px;
text-transform:none;
color:206040;
letter-spacing:0px;
text-align:left;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font: bold 11px arial;
font-weight: bold;
color: #206040;
text-transform: none;
}
.blogbody u, .standard u, {
text-decoration: underline;
font: regular 11px arial;
font-weight: regular;
color: #E70107;
text-transform: none;
border-bottom: 1pt solid #FFFFFF;
}

.blogbody i, .standard i, em {
font: italic 11px georgia;
text-decoration: italic;
color: #999999;
text-transform: none;
}

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:arial;
text-transform:upercase;
font-size:16px;
line-height:30px;
font-weight:bold;
filter: alpha (opacity=100, finishopacity=0, style=2);
height: 1px;
background-color:#ffffff;
color:#206040;
letter-spacing:1px;
text-align: center;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:gray;
font:9px arial;
text-transform: uppercase;
line-height:11px;
text-decoration: none;
text-spacing:0px;
background-color:transparent;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:gray;
font:bold 9px arial;
text-transform: uppercase;
line-height:11px;
text-decoration: none;
text-spacing:0px;
background-color:transparent;
}
a:hover {
/* edits when user mouseovers the links */
height: 2px;
font:normal 9px arial;
line-height:16px;
filter:alpha (opacity=0, finishopacity=100, style=3);
height: 6px;
background-color: #ffffff;
color:#000000;
border: 1px #ffffff;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 3px double #602060;
font:normal 11px arial;
text-transform:uppercase;
line-height:10px;
background-color:black;
letter-spacing:0px;
color:white;
}

raymond_ng
08-13-2006, 02:14 AM
here's the remaining part....thx

table.blogbody {
/* this edits the other the place where the blog is */
border:none;
width: 320px;
background-color:transparent;
background-image:url();
}
table.left {
/* this edits the menu module */
border: 3px solid gray;
width: 150px;
background-color:black;
text-align:left;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: none;
font: 16px arial;
letter-spacing:-2px;
text-transform: lowercase;filter: alpha (opacity=100, finishopacity=0, style=3);
background-color: #ffffff;
color:#000000;
text-align: center;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: none
background-color: #000000;
border: 3px double #602060;
font:normal 13px arial;
line-height:18px;
color: #bfbfff;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color:transparent;
border:2px solid gray;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border:0px solid gray;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 420px;
}
hr {
/* horizontal divider */
border: 2px solid white;
}
</style>

<!-- begin code provided by createblog.com -->
<style type=text/css><!-- body{border-top:black 25px solid;border-bottom:black 25px
solid;border-right:black 25px solid;border-left:black 25px solid} //--></style>
<!-- end code provided by createblog.com -->

<!-- begin code provided by createblog.com -->
<style type="text/css">
table.navigation, table.footer { display:none; }
</style