actorderick
07-14-2006, 10:00 PM
I made a blog, but I want to use it on xanga. Could someone give me the code so my blog posts go inside the blog? Here is the image:
http://img.photobucket.com/albums/v319/neoges/1-2.gif
(please no one steal that. i made that and I don't want anyone else to use it!)
tokyo bleu
07-15-2006, 01:42 AM
I am assuming you have the basic stylesheet foundations down...
Personally, I would just edit the stylesheet to basically remove/not display ANY default Xanga sections (excluding the blog itself) and then use DIV layering (http://www.createblog.com/scripts/download.php?id=145).
actorderick
07-15-2006, 04:39 AM
I tried using this code, but what happens is the image is at the top and all the words are below it and not inside it.
<center>
<!-- start code provided by createblog.com -->
<P align=center>
<style type="text/css">
.mainleft, table.left, table.left TH, table.left TD, .leftmoduleborder, table.navigation, table.footer {
display: none;
}
body {
background: url(http://images.cbstaff.com/xanga/05/skin1104_bg.jpg);
align: center;
background-color: #878787;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: black;
scrollbar-track-color: transparent;}
}
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
font: normal 9pt georgia;
line-height: 11pt;
color: #000000;
letter-spacing:0px;
text-align: justify;
}
div.blogheader, .caption {
font-family: georgia;
text-transform:lowercase;
font-size: 14pt;
line-height: 9pt;
font-weight: bold;
color: #CC9999;
letter-spacing: 0px;
text-align: right;
border-bottom: #CC9999 1px solid;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active, a:visited, a.footernav:visited {
color:#CC9999;
font: normal 9pt georgia;
line-height: 11pt;
text-decoration: none;
}
a:hover {
color: #E0E387;
font:normal 9pt georgia;
line-height: 11pt;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
border: 1px solid #000000;
font: normal 9pt georgia;
background-color: #FFFFFF;
letter-spacing: 1px;
}
table.blogbody {
border: 0px solid c0c0c0;
width: 550px;
filter: alpha(style=0,opacity=100);
}
table.search TD, table.search, table.announcements {
border: 1px solid #c0c0c0;
}
table.search TD, table.announcements TH {
border: 0px solid #c0c0c0;
}
table.navigation, table.main, table.footer {
width: 450px;
}
#htmleditor {
border : 1x solid #ffffff;
}
table.search TD, table.search, table.announcements, table.left TD, table.blogbody {
filter: alpha(style=0,opacity=100);
background: transparent;
}
table.main {
align: right;
}
.blogbody b, .standard b, p b, strong {
font-weight: bold;
color: #CF7198;
}
hr {
border: 1px solid #CC9999;
}
div.poto {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: black;
scrollbar-track-color: transparent;}
FILTER: chroma(color=#12FF00) allowTransparency;
background-color: transparent;
margin-top: -343px;
margin-left: -548px;
overflow: auto;
width: 262px;
height: 343px;
}
</style>
<div style="width: 550px; height: 100%px; padding-left: 0px; padding-right: 0px; padding-top:50px; position: static; margin-top:-170px; margin-right:545pt; background: transparent;">
<IMG SRC="http://img.photobucket.com/albums/v319/neoges/1-2.gif" USEMAP="#poto" border="0px">
</div class="poto">
<!-- end code provided by createblog.com -->
</style>
</center>
tokyo bleu
07-15-2006, 09:16 AM
Sorry, that was a cruddy link. This (http://www.createblog.com/forums/index.php?showtopic=34220) will hopefully aid you better.
actorderick
07-16-2006, 09:18 PM
Thanks. I got it to work now and it looks great