Log In · Register

 
Standard MySpace layout for Xanga.
Birt
post Aug 9 2006, 01:34 PM
Post #1


Senior Member
***

Group: Member
Posts: 84
Joined: Dec 2005
Member No: 323,797



Does anyone know how to make this layout for Xanga or know where I can get it?
 
 
Start new topic
Replies (1 - 5)
talcumpowder
post Aug 9 2006, 01:49 PM
Post #2


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



Simple.
CODE
<style type="text/css">
/* link properties */
a:link, .footernav.link, a.footernav:link, a.footernav:active, a:visited, a.footernav:visited{font-family:Verdana; font-size:8px; font-weight:bold; color:#003399;}
a:hover{font-family:Verdana; font-size:8pt; font-weight:bold; color:#CC0000; text-decoration: underline;}
/* basic properties */
table.blogbody{width: 240px;}
table.left{150px; border: 1px solid #6698CB;}
table.main{width: 420px;}
/* hides stuff */
hr, table.navigation, table.footer, table.left th, table.search, #searchbar1_pnlyouarehere, table.search TD, table.search{display: none;}
/* this if for your navigation bar */
#navi{background-color:#6698CB; padding-top:2px; padding-bottom:6px; color:white; text-align: center; width: 420px;}
</style>

<div id="navi">
<a href="http://www.xanga.com">Xanga</a>&nbsp;<font style="color:black; font-size:6pt;">|</font>&nbsp;<a href="http://www.xanga.com/signin.aspx">Sign in</a>&nbsp;<font style="color:black; font-size:6pt;">|</font>&nbsp;<a href="http://www.xanga.com/private/home.aspx">Private</a>&nbsp;<font style="color:black; font-size:6pt;">|</font>&nbsp;<a href="http://www.xanga.com/private/subscriptions.aspx">Subs</a>&nbsp;<font style="color:black; font-size:6pt;">|</font>&nbsp;<a href="http://edit.xanga.com/blogrings.aspx">Blogrings</a>&nbsp;<font style="color:black; font-size:6pt;">|</font>&nbsp;<a href="http://edit.xanga.com/claf.aspx">L&F</a>&nbsp;<font style="color:black; font-size:6pt;">|</font>&nbsp;<a href="http://www.xanga.com/logout.aspx">Sign out</a>&nbsp;<font style="color:black; font-size:6pt;"></div>
It should be fine, tell me if it's not.
 
Birt
post Aug 9 2006, 02:17 PM
Post #3


Senior Member
***

Group: Member
Posts: 84
Joined: Dec 2005
Member No: 323,797



I tried it out on my actual Xanga and it got all messed up. I'm guessing it has to do with other codes that I have in there. I tried it on another Xanga that doesn't have other codes in it and it was still messed up.
 
Gypsy Eyes
post Aug 9 2006, 06:33 PM
Post #4


Senior Member
*******

Group: Staff Alumni
Posts: 7,025
Joined: Feb 2004
Member No: 4,051



Why don't you try asking the designer if she would allow it to be transferred to xanga first, that way there isn't the possiblility of a lawsuit
 
clarity
post Aug 9 2006, 07:41 PM
Post #5


vengeance.
*******

Group: Official Member
Posts: 3,058
Joined: Jul 2006
Member No: 437,024



Isn't it already on a xanga? why don't you just ask her for the code. huh.gif
 
moninja
post Aug 9 2006, 07:50 PM
Post #6


R U A Q T ? [;
*******

Group: Official Member
Posts: 7,276
Joined: Jun 2006
Member No: 421,631



in the navigation, next to sign out, there's incisionss (the layout creator) and all you need to do is just click it and just look for the layout.

but here's the layout with the code: http://www.xanga.com/incisionss_l


CODE
<style type="text/css">
/*MADE BY INCISIONSS ©*/
body {
/* INCISIONSS © BACKGROUND */
background-color: #e5e5e5;}


blogringdocument.write, .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p{
/* INCISIONSS © ALL TEXT */
font:7pt verdana; }

.blogbody b, .standard b, p b, strong {
/* INCISIONSS © BOLD */
font:7pt verdana;
font-weight:bold;}

.blogbody i, .standard i, p i, em {
/* INCISIONSS © ITALICS */
font:normal 22px script;}

.blogbody u, .standard u, p u, underline {
/* INCISIONSS © UNDERLINED*/
font:7pt verdana;
text-decoration:none;
border-bottom:2px solid #000000;}


div.blogheader, .caption {
/* INCISIONSS © DATES, MATE */
font-family:verdana;
text-transform:none;
font-size:9pt;
font-weight:bold;
padding-top:2px;
padding-left:2px;
LINE-HEIGHT:10PX;
color:#FF6600;
border:0px;
background-color: #ffcc99;
text-align: left;
margin-bottom:0px;
width:250px;}

a:link, .footernav.link, a.footernav:link, a.footernav:active, a:visited, a.footernav:visited {
/* INCISIONSS © REG AND VISITED LINKS */
font-family:verdana;
font-size:8PX;
text-transform:none;
font-weight:bold;
color:#003399;
text-decoration: none; }


a:hover{
/* INCISIONSS © HOVER LINKS */
font-family:verdana;
font-size:8PX;
text-transform:none;
font-weight:bold;
color:#CC0000;
Text-decoration: underline; }


input, iframe.htmleditor, .button {
/* INCISIONSS © BUTTONS! */
font-family:small fonts;
font-size:7px;
text-transform:uppercase;
color: #000000; }

textarea, .textfield{
/* INCISIONSS © TEXTAREAS */
font-family:small fonts;
font-size:7px;
text-transform:uppercase;
background-color: #FFFFFF;}

select{
/* INCISIONSS © DROPDOWNS */
border: 1px solid #000000;
font-family:small fonts;
font-size:7px;
text-transform:uppercase;
background-color: #ffffff;
color: #000000; }

.navv{
/* INCISIONSS © nav bar */
background-color:#6698CB;
border:0px;
line-height:14px;
padding-top:2px;
padding-bottom:6px;
color:white;
text-align: center;
margin-bottom:0px;
width: 420px;}

table.main{
/* INCISIONSS © BOX */
width:420px;
background-color:#FFFFFF;
border:0px;
padding:0px;}

table.left {
/* INCISIONSS © LEFT SIDE */
width:150px;
border: 1px solid #6699CC;
background-color: #ffffff; }

table.blogbody {
/* INCISIONSS © BLOGGY */
border: 0px;
background-color: #ffffff;
width:250px; }

hr, table.navigation, table.footer, table.left th, table.search, #searchbar1_pnlyouarehere, table.search TD, table.search{
/* INCISIONSS © HIDES UGLY STUFF */
display:none;
border:none;}

#rblEprops, #pnlEnabled table, #htmleditor, #lblTimeZone {
/* INCISIONSS © COMMENT BOX */
width: 240px !important;}

.smalltext {
/* INCISIONSS © NO TOUCHY */
font-family:verdana;
font-size:7PT;
text-transform:LOWERCASE;
font-weight:normal;}

.cfooter {
/* INCISIONSS © NO TOUCHY */
font-size:7px;
text-transform:uppercase;
font-weight:bold;}

table.announcements
{/* INCISIONSS © NO TOUCHY */
background-color: WHITE;
border: 0px; }

table.left TD
{/* INCISIONSS © NO TOUCHY */
border:0px;
text-align:center;
background-color:transparent;}

/* INCISIONS © 2006 */
/*please don't steal*/
/*<333*/
</STYLE>

<div class=navv><a href="http://www.xanga.com"><font color=white>Xanga</a>&nbsp;<font style="color:black; font-size:6pt;">|</font style>&nbsp;<a href="http://www.xanga.com/signin.aspx"><font color=white>Sign in</a>&nbsp;<font style="color:black; font-size:6pt;">|</font style>&nbsp;<a href="http://www.xanga.com/private/home.aspx"><font color=white>Private</a>&nbsp;<font style="color:black; font-size:6pt;">|</font style>&nbsp;<a href="http://www.xanga.com/private/subscriptions.aspx"><font color=white>Subs</a>&nbsp;<font style="color:black; font-size:6pt;">|</font style>&nbsp;<a href="http://edit.xanga.com/blogrings.aspx"><font color=white>Blogrings</a>&nbsp;<font style="color:black; font-size:6pt;">|</font style>&nbsp;<a href="http://edit.xanga.com/claf.aspx"><font color=white>L&F</a>&nbsp;<font style="color:black; font-size:6pt;">|</font style>&nbsp;<a href="http://www.xanga.com/logout.aspx"><font color=white>Sign out</a>&nbsp;<font style="color:black; font-size:6pt;">|</font style>&nbsp;<a href="http://www.xanga.com/incisionss"><font color=white>Incisions</a>
</div>
 

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