<BODY style="border-bottom: #ff0000 0Pt solid; border-top: #EC008C 0Pt solid; border-left: #ff0000 20Pt solid; border-right: #ff0000 20Pt solid"></TBODY>
<style type="text/css">
table.footer, table.search, #rblEprops, hr {display: none;}
BODY { background-image: url(); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; scrollbar-face-color: #000000; scrollbar-shadow-color: #ff0000; scrollbar-highlight-color: #ff0000; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #3333ff; scrollbar-track-color: #000000; scrollbar-arrow-color: #ffff66; background-color: #000000; font-family: arial; font-size:11pt; font-color: #FFFFFF; line-height:150%; text-align: justify; } center, font{ font-family: arial; font-size: 10pt; font-color: #ff0000; line-height: 12px;} table.center { background-color: #000000; border:0px; } table.blogbody { /* this edits the other the place where the blog is */ background-color: #000000; border-top: 5px SOLID #3333ff; border-left: 2px solid #ff0000; border-right: 2px solid #ffffff; border-bottom: 2px solid #ffff66; width: 100%; width:500; } table.center TD { background-color: #000000; color: #ff0000; border: 0px; text-align:center; } div.blogheader, .caption { /* edits the dates */ background-color: #000000; line-height:14px; font-family:arial; text-transform: UPPERCASE; font-size:14px; font-weight:NONE; text-align:center; color:#FFFFFF; letter-spacing:-0px; padding-top:1px; padding-bottom:0px; border-top: 2px solid #FFFFFF; border-left: 2px solid #ff0000; border-right: 2px solid #ffff66; border-bottom: 5x solid #3333ff; width: 505px; } .blogbody{ border-top: 1px solid #FFFFFF; color: #ff0000; background-color: #000000; } .blogbody td{ width: 0px; padding-left: 0px} input, select, menu, #htmleditor, textarea, .textfield, .button{ border: none; font-family:"arial"; font-size:9pt; font-color: #ff0000; line-height:150%; background-color: #000000; text-align: center; } .module, .module, .blogbody, table.footer, .standard, .modulemodulefontcolor, td, p, .content, .smalltext{ font-family: arial; font-size: 8pt; color: #ff0000; text-align:center; } STRONG{ COLOR: #FFFFFF; letter-spacing: 0pt; cursor: crosshair;} A:link{ font-family:arial; text-decoration:none; font-size: 8pt; color: #ff0000; } A:visited{ text-decoration:none; font-family:arial; font-size: 8pt; color: #ffff66; } a:active{ font-size:8pt; color: #3333ff
A:hover{ /* edits when user mouseovers the links */ color:#FFFFFF; border:1px solid #ff0000; font:normal 8pt arial; line-height:11px; cursor:no-drop; letter-spacing:-0px; height: 0; PADDING-TOP: 1px; PADDING-BOTTOM: 1px; PADDING-RiGHT: 1px; PADDING-LEFT: 1px; text-align:; } .search, .searchbarborder, .footer, hr, banner{ display: none; } .navigation { display: none; font-weight: none !important; width: 100% !important; font-size: 10px;} .navigation * div { display: none; float: right; font-weight: none !important} </style> <style type"=text/css> /* edit to your liking */ texttable.center, td.mainleft, table.center, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} table.module { border: 1px solid #ff0000; width:180; background-color: #000000; } table.module th { font:8pt arial; color: #ff0000; border-top: 1px solid #ff0000; border-bottom: 4px solid #FFFFFF; border-left: 0px solid; border-right: 0px solid; } table.module td { background-color: #000000; border-top: 2px solid #ffffff
border-left: 0px solid #ff0000; border-right: 0px solid #ffffff; border-bottom: 0px solid #ff0000; ;} U {font-family: arial; color: #ffffff letter-spacing:; font-size: 11px; font-style: border; border-bottom: none;}
P {font-family:ARIAL; color: #ff0000; font-size: 8pt; text-align: justify;}
B, STRONG {font-family:ARIAL; color: #FFFF66; letter-spacing:-1;font-size: 12px;}
i, EM {font-family:ARIAL; color: #3333FF; letter-spacing:none; font-size: 11px} <style></style></style> <!-- add this below all the CSS -->
</td><td width="500" valign="top" align="center">
<br> <br> <!-- End Script by Blogring.net -->
<img src="http://www.yourimagelink.com/uploads/3c45ac8b94.gif" alt="tha best Laysz(Gh3tto_Hottie_Layoutz4u">
<BR> <br> <br> <br>
<!-- Blink Boxes : Provided by Blogring.net --> <script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by sean f http://www.xanga.com/seanmeister
//fixed to work with new security measures by //hotaru_01 http://www.xanga.com/hotaru_01
// customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#ff0000","#FFFF66","3333ff"); // the border color var blinkBorderColor = "#ff0000" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 2; // the # of columns var blinkCols = 1; // the width of the entire box, in pixels or % var blinkWidth = 600; // the height of each row, in pixels var blinkRowHeight = 14; // speed of blinking, in milliseconds var blinkRate = 8;
// do not edit below this line st=setTimeout; document.write("<table id='blinkbox' width='" + blinkWidth +"' border = 0 cellspacing='" + blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor +"'>"); for (r = 0; r < blinkRows; r++){ document.write("<TR>"); for (c = 0; c < blinkCols; c++){ document.write("<TD height='" + blinkRowHeight + "'></TD>"); } document.write("</TR>"); } document.write("</table>"); // ... and this makes it blink function blinkIt() { changecell = Math.floor(Math.random() * (blinkCols * blinkRows)); changecolor = Math.floor(Math.random() * blinkColors.length); bb = document.getElementById("blinkbox"); bbtd = bb.getElementsByTagName("td"); bbtd[changecell].style.backgroundColor = blinkColors[changecolor]; st('blinkIt()', blinkRate); } blinkIt(); //--> </script> <!-- End Script by Blogring.net -->
<br>
</CENTER> </div>
<CENTER> <TABLE width=600> <TBODY> <TR> <TD align=middle colSpan=4 cell-padding="5"> <TD> <TD> <DIV style="BORDER-RIGHT: #ff0000 2px solid; BORDER-TOP: #ff0000 2px solid; PADDING-LEFT: 2px; BACKGROUND:#000000; scroll repeat 0% 0%; OVERFLOW: auto; BORDER-LEFT: #ff0000 2px solid; WIDTH: 160px; PADDING-TOP: 1pt; BORDER-BOTTOM: #ff0000 2px solid; HEIGHT: 150px; align: justify"><BR><BR><B>++</B> <A href="http://www.xanga.com/signin.aspx">GET-iN</A> <BR><B>++</B> <A href="http://www.xanga.com/default.aspx?mode=logout">GET-0UT</A> <BR><B>++ </B><A href="http://www.xanga.com/private">YA PLACE</FONT></A> <BR><B>++ </B><A href="http://xanga.com/Private/SubscribeTo.aspx?user=your username here">SUB T0 ME</FONT></A> <BR><B>++ </B><A href="http://www.xanga.com/CLAF/default.asp">lookie-feel</A> <BR><B>++ </B><A href="http://www.xanga.com/private/subs.aspx">SUBBS<A> <BR><B>++ </B><A href="http://www.xanga.com/Gh3tto_Hottie_Layoutz4u">layouts</A><BR></DIV></TD> <TD> <DIV></DIV></TD> <TD> <DIV style="BORDER-RIGHT: #FFFFFF 2px solid; BORDER-TOP: #ffffff 2px solid; PADDING-LEFT: 2px; BACKGROUND:#000000; scroll repeat 0% 0%; OVERFLOW: auto; BORDER-LEFT: #FFFFFF 2px solid; WIDTH: 160px; PADDING-TOP: 1pt; BORDER-BOTTOM: #ffffff 2px solid; HEIGHT: 150px; align: center">ANYTHIN YOOH WANT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERET EXT HERE TEXT HERE</CENTER></DIV> <TD> <DIV style="BORDER-RIGHT: #ff0000 2px solid; BORDER-TOP: #ff0000 2px solid; PADDING-LEFT: 2px; BACKGROUND:#000000;scroll repeat 0% 0%; OVERFLOW: auto; BORDER-LEFT: #ff0000 2px solid; WIDTH: 160px; PADDING-TOP: 1pt; BORDER-BOTTOM: #ff0000 2px solid; HEIGHT: 150px; align: justify">ANYTHIN YOOH WANT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERE TEXT HERET EXT HERE TEXT HERE </CENTER></DIV> <TD> <DIV style="BORDER-RIGHT: #FFFFFF 2px solid; BORDER-TOP: #ffffff 2px solid; PADDING-LEFT: 2px; BACKGROUND:#000000; scroll repeat 0% 0%; OVERFLOW: auto; BORDER-LEFT: #FFFFFF 2px solid; WIDTH: 160px; PADDING-TOP: 1pt; BORDER-BOTTOM: #ffffff 2px solid; HEIGHT: 150px; align: justify">++ CREDiITS <BR> THiS LAYOUT WUS MADE BY THA BEST-- <BR> <center><a href="http://www.xanga.com/Gh3tto_Hottie_Layoutz4u"><img src="http://www.yourimagelink.com/uploads/b4e9eb9120.gif" border="0" width="87" alt="ThA BeSt LaYsZ" /></a><br /> <style type="text/css">
</DIV></TD> <DIV></DIV> <CENTER></TR></TBODY></TABLE></CENTER></CENTER></CENTER>
<acronym title="ChIllIn In DaH ClUb In MaH B-BoY StAnCe">
<script language="JavaScript"> /* Flash Bottom Title // Single Message Created & Fixed to work in XANGA by xanga.com/dorischu */ <!-- st=setTimeout var msg="ChIlLiN iN DaH ClUb In MaH B-bOy StAnCe WiT MaH HooDi3 On AnD MaH GuN In MaH PaNtSz"; // right what you what on the left
var interval = 250; // speed seq = 0; function Scroll() { len = msg.length; window.status = msg.substring(0, seq+1); seq++; if ( seq >= len ) { seq = 0 }; window.st("Scroll();", interval ); } --> </script> <body onLoad="Scroll();"> |