| <FONT style="FONT-SIZE: 28pt; color: #66CCCC; LINE-HEIGHT: 20pt; FONT-FAMILY: times new roman; LETTER-SPACING: -0pt">♥I didn't ask to be a princess...but if the crown fits! </font><br> <a href="http://photobucket.com"><img src="http://i22.photobucket.com/albums/b313/SexxiJess0521/Tiara10272Large.jpg" border="0" alt="Image hosting by Photobucket"></a> <p><center><a href="http://xanga.com/xoxlexis_layouts" target="_blank">♥Lexi's Layouts</a></center></p>
<center><a href="http://www.xanga.com/USERNAME">REFRESH ♥</a> <a href="http://www.xanga.com/Private/SubscribeTo.aspx?user=USERNAME">ADD ME ♥</a> <a href="http://www.xanga.com/private/home.aspx">Y0URS ♥</a> <a href="http://www.xanga.com/signin.asp">L0G iN ♥</a> <a href="http://www.xanga.com/logout.asp">SiGN 0UT ♥</a> <a href="http://www.xanga.com">XANGA ♥</a> <a href="http://www.xanga.com/profile.asp?user=USERNAME">PR0FiLE ♥</a> <a href="http://www.xanga.com/guestbook.asp?user="USERNAME">G-B00K</a> </center> <style type="text/css"> table.navigation, table.footer { display:none; } </style> <style type="text/css"> /* <span class='searchlite'></span> Stylesheet */ body { background-color: #FFFFFF; background-image: url("url here"); background-repeat:no-repeat; background-attachment: fixed; background-position: bottom right; background-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #66CCCC; scrollbar-shadow-color: #FFFFFF; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #000000; scrollbar-darkshadow-color:#FFFFFF; scrollbar-3dlight-color: #66CCCC; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px arial; line-height:18px; color:#66CCCC; letter-spacing:0px; text-align:justify; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } .left B, { font: bold 11px arial; color: "#66CCCC"; line-height: 18px;} .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color: #66CCCC; } div.blogheader, .caption { /* edits the dates */ font-family:arial; text-transform:lowercase; font-size:16px; line-height:30px; font-weight:BOLD; background-image: ( image url here); background-attachment: fixed; background-repeat: repeat; background-position:center; height: 1px; background-color: #000000; color:#66CCCC; letter-spacing:1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#66CCCC; text-decoration: none; font:normal 11px arial; line-height:18px; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#FFFFFF; text-decoration: none; font:normal 11px arial; line-height:18px; } a:hover { /* edits when user mouseovers the links */ color:#FFFFFF; cursor: ne-resize; text-decoration: none; font:bold 11px arial; line-height:18px; text-transform:uppercase; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px dashed #66CCCC; font:normal 11px arial; background-color: #000000; letter-spacing:0px; color: #66CCCC; } table.left { /* this edits the menu module */ border: 1px dashed #66CCCC; width:160px; } table.blogbody { /* this edits the other the place where the blog is */ border: 1px dashed #66CCCC; background-color: #000000; width:400px; font:normal 11px arial; line-height:18px; color: #66CCCC; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url "URL HERE"; background-color: #000000; font: bold 11px arial; color: #000000; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: none; background-color: transparent; border: none; font:normal 11px arial; line-height:18px; color: #66CCCC; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: transparent; border: 1px dashed #66CCCC; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px dashed #66CCCC; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px dashed #66CCCC; } </style> <BODY style="border-bottom: #66CCCC 10t solid; border-top: #66CCCC 10t solid; border-left: #66CCCC 10t solid; border-right: #66CCCC 10t solid"></TBODY> <!-- 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("#66CCCC","#BBBBBB","FFFFFF","000000"); // the border color var blinkBorderColor = "#66CCCC" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 20; // the width of the entire box, in pixels or % var blinkWidth = 500; // the height of each row, in pixels var blinkRowHeight = 8; // 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 -->
STOP
Put this in website stats:
<td id="customRight" style="display:none" vAlign="top" width="200"> <!-- module:start --> <table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1"> <tr><th class="left" vAlign="top" align="center"> <b>The Girl ♥<b/> </th></tr> <tr><td class="left" vAlign="top"> <DIV id=scroll3 style="OVERFLOW: auto; WIDTH: 160px; HEIGHT: 150px; BACKGROUND-COLOR: transparent"> Put stuff about you here. You can put what you like to do like sports, music, acting, watching TV, or anything else. You can also put your favorites, like celebrities, foods, sports, stores, or anything else you like. You can put your friends here, too. Make your words pretty by making them <b>bold</b>, <i>italic</i>, or <u>underlined</u>. </td></tr> </table> <br/> <!-- module:end --> <!-- module:start --> <table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1"> <tr><th class="left" vAlign="top" align="center"> <b>Icons ♥</b> </th></tr> <tr><td class="left" vAlign="top"> <MARQUEE width=150> <img src="http://i33.photobucket.com/albums/d90/sexiblonde1715/briana/littleprincessthing.gif"> <img src="http://i5.photobucket.com/albums/y193/candicejune/icon-loveisapowerfulword.gif"> <img src="http://i11.photobucket.com/albums/a154/caitie_moon/thyourock.jpg"> <img src="http://i11.photobucket.com/albums/a154/caitie_moon/z9765972.gif"> <img src="http://i11.photobucket.com/albums/a154/caitie_moon/z5895578.jpg"> </MARQUEE></MARQUEE> </td></tr> </table> <br/> <!-- module:end --> <!-- module:start --> <table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1"> <tr><th class="left" vAlign="top" align="center"> <b>TITLE HERE ♥<b/> </th></tr> <tr><td class="left" vAlign="top"><DIV id=scroll3 style="OVERFLOW: auto; WIDTH: 160px; HEIGHT: 150px; BACKGROUND-COLOR: transparent"> <img src="http://i11.photobucket.com/albums/a154/caitie_moon/egvhht_th.jpg"><br><br> Put anything you want here. Do anything you want with it and be creative. </td></tr> </table> <br/> <!-- module:end --> </td> <script> extra=false; j=document.getElementById('MoreoverModule1_lblModuleTitle') if(j){extra=true} index=0; var mytds = document.getElementsByTagName('td'); var i = 0; for(i=0;i<mytds.length-1;i++){ if(mytds[i].width=="200"){ index++; if(index==(extra ? 2 : 1)){break;}} } var sidebar = (extra ? mytds[i]: mytds[i].parentNode) var tsibpc = document.getElementById('customRight'); var rightSide = tsibpc.cloneNode(true); rightSide.style.display = "block"; sidebar.appendChild(rightSide); </script> |