Suggest a link
Recommend to friend
Create a site
bold underline italic regularput this code in custom header<a href="http://www.xanga.com/downtowndesignsx3">[ downtown ]</a> <a href="http://www.xanga.com/CLAF">[ backstage ]</a> <a href="http://www.xanga.com/Private/profilebasic.aspx">[ PROFILE ]</a> <a href="http://www.xanga.com/private">[ YOURS ]</a> <STYLE type="text/css"> table.navigation {display: none;};</STYLE> <style type=text/css> body { background-color: #875294; background-image: url(http://img167.imageshack.us/img167/9131/purplebluepx8.png); background-attachment: fixed; background-repeat: repeat; background-position: center; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #875294; scrollbar-shadow-color: #875294; scrollbar-face-color: #875294; scrollbar-highlight-color: #875294; scrollbar-darkshadow-color: #875294; scrollbar-3dlight-color: #875294; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* the main text */ font:normal 8px Small Fonts; line-height:9px; color: #ffffff; text-transform: uppercase; letter-spacing:0px; text-align:center; } .blogbody b, .standard b, p b, strong { /*the bold font*/ font-weight: normal; text-transform: lowercase; font: normal 20px tahoma; color:#eee4f0; background-color: none; letter-spacing: -1px; size: 20px; } .blogbody u, .standard u, { text-decoration: underline; font:normal 8px Small Fonts; font-weight: normal; color: #ffffff; text-transform: uppercase; border-bottom: 1pt solid #c0c0c0; } .blogbody i, .standard i, p i, em { font:normal 22px script; color: #bfcbdd; text-align: normal; text-transform: lowercase; font-weight: italic; text-decoration: italic; } /* the footer */ text-align: center; } div.blogheader, .caption { /* the dates */ font-family: small fonts; text-transform: uppercase; font-size: 7px; line-height:11px; font-weight: none; height: 1px; color: #ffffff; letter-spacing: 0px; background-color: #875294; text-align: center; width:270px; border-top: 3px double #ffffff; border-left: 3px double #ffffff; border-right: 3px double #ffffff; border-bottom: 0px none #ffffff; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /*regular links*/ color: #ffffff; font: normal 7px small fonts; letter-spacing: 3px; text-decoration: none; text-transform: uppercase; padding: 0px; background-color: #875294; border: 0px solid: transpartnt; background-image :url(); } a:visited, a.footernav:visited, { /*visited links*/ color: #ffffff; font: normal 7px small fonts; letter-spacing: 3px; text-decoration: none; text-transform: uppercase; padding: 0px; background-color: #875294; border: 0px solid: transparent; background-image: url(); } a:hover { /*link appearance when you hover over it*/ color: #ffffff; font: normal 7px small fonts; letter-spacing: 5px; text-decoration: none; text-transform: uppercase; padding: 0px; background-color: #FFFFFF; border: 3px double #ffffff; background-image: url(); cursor: default; filter: blur; filter:progid:dximagetransform.microsoft.gradient(gradienttype=1,startcolorstr=#8b9ebd, endcolorstr=#915d9d); height: 0; } input, select, textarea, .textfield, .button { /* the buttons, dropdowns, etc. */ border: 1px solid #ffffff; text-transform:uppercase; color: #ffffff; font:normal 7px Small Fonts; background-color: 875294; } table.left { /* the menu module */ background-color: #875294; border: 3px double #ffffff; font-weight: normal; text-align: right; width:135px; color: #ffffff; } table.blogbody { /* the blog area */ background-image: url(http://img227.imageshack.us/img227/667/pearlscorner5dm6.png); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom left; background-color: #875294; border-top: 0px none #295363; border-bottom: 3px double #ffffff; border-left: 3px double #ffffff; border-right: 3px double #ffffff; width:270px; } table.left th { /* menu module title */ font-family: script; text-transform:lowercase; font-size: 20px; line-height:30px; font-weight:normal; color: #ffffff; background-color: #875294; text-align: center; } table.left TD { /* body part of menu module */ background-image: url(); background-attachment: fixed; background-repeat: repeat; background-position: top left; background-color: #875294; border: 0px solid #295363; font: arial; color: #ffffff; text-align: center; border-top: 0px solid #295363; } table.search TD, table.search, table.announcements { /* the searchbar */ background-color: #875294; border: 1px solid #ffffff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 270px; background-image: url(); border: 0px solid #295363; } hr { /* horizontal divider */ border: 1px solid #295363; } .search, .searchbarborder, .footer, hr, banner{ display: none; } </style> <BODY style="border-bottom: #875294 8t solid; border-top: #875294 8t solid; border-left: #875294 8t solid; border-right: #875294 0t solid"></TBODY> put this code in website stats<!-- start code provided by createblog.com --> <script type="text/javascript"> <!-- //removes Subscriptions, My Blogrings or Posting Calender Modules //by Edw @ forum.xangascript.info //supports firefox // 1 = yes, 0 = no RemoveSubscriptionsModule = 1; RemoveMyBlogringsModule = 1; RemovePostingCalender = 1; // DO NOT EDIT BEYOND THIS LINE //man-made removeNode() for non-IE browser if(window.Node){ Node.prototype.removeNode=function(removeChildren){ if(removeChildren) return this.parentNode.removeChild(this); else{ var range=document.createRange(); range.selectNodeContents(this); return this.parentNode.replaceChild(range.extractContents(),this); } } } function checkIfModulesExists() { xUrl = .href.toLowerCase(); var re = /xanga.com\b\/[a-zA-Z]{1,}[\da-zA-Z_]{1,}\/[0123456789]+\/[\da-z-]{0,}.html/; var nothome = /xanga.com\b\/profile.aspx|xanga.com\b\/guestbook.aspx|xanga.com\b\/contentlatest.asp|xanga.com\b\/private\//; if (!(xUrl.match(re) || xUrl.match(nothome))) { return true; } else { return false; } } function RemoveModules() { var subscription = document.getElementById("subTitle").parentNode.parentNode.parentNode.parentNode.parentNode; var calender= document.getElementById("aspnetForm"); if (RemoveSubscriptionsModule == 0){ subscription.nextSibling.removeNode(true); subscription.removeNode(true); } if (RemoveMyBlogringsModule == 0){ var blogring= calender.previousSibling.previousSibling.previousSibling; blogring.nextSibling.removeNode(true); blogring.removeNode(true); } if (RemovePostingCalender == 1){ calender.removeNode(true); } } if (checkIfModulesExists()) RemoveModules(); //--> </script> <!-- end code provided by createblog.com --> <!-- start code provided by createblog.com --> <script type="text/javascript"> function adjustSirListHeight() { // *** define the height of your SIR-list in the line below var sirListHeight = '145px'; var allTables = document.getElementsByTagName('tbody'); for (i=0; i < allTables.length; i++) { if ((allTables[i].innerHTML.indexOf('Profile') != -1) && (allTables[i].innerHTML.toUpperCase().indexOf('<TABLE') == -1)) { sirlist = allTables[i].lastChild; temp = sirlist.firstChild.innerHTML; sirlist.removeChild(sirlist.firstChild); td = document.createElement('td'); div = document.createElement('div'); div.style.width = '100%'; div.style.height = sirListHeight; div.style.overflow = 'auto'; div.innerHTML = temp; td.appendChild(div); sirlist.appendChild(td); break; } } } if (navigator.userAgent.indexOf('Mac') == -1) if ((document.URL.indexOf('weblogs') == -1) && (document.URL.indexOf('guestbook') == -1) && (document.URL.indexOf('events') == -1) && (document.URL.indexOf('reviews') == -1)) adjustSirListHeight(); </script> <script type=text/javascript> function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "-", "Post a Comment (optional)", "Please restrict HTML in your messages to bold, italic, underline, and hyperlinks.", "And please be nice! Members have the right to delete flames;)", "Note: your comment will appear in Fireshrieker's local time zone:", "Help", "GMT 06:00 (Central Standard [ US, Canada)", "Give eProps or Post a Comment", "Give eProps", "eProps are a currency of good will. Give them whenever you read something you enjoy, but reserve a double dose for exceptional posts.", "Comment box", "Click", "-", "-"); // *** add the replacing words or fragments below var newWords = new Array( "", "comment", "", "", "", "", "", "", "", "", "comments", "click", "", ""); allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); for (var k = 0; k < collections.length; ++k ) { for (var i = 0; i < collections[k].length; ++i ) { if (collections[k][i].innerHTML.indexOf('TABLE') == -1) { for ( var n = 0; n < oldWords.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWords[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords(); </script> <script language=javascript> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/\d+:\d+ (am|pm)/i)) links[l] if (str.match (/\d+:\d+ (am|pm)/i)) links[l] if (str.match (/\d+:\d+ (am|pm)/i)) links[l].innerHTML = str.replace (/\d+:\d+ (am|pm)/i, ""); } //--> </script> <script language=javascript> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; document.write if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "comments"); else if (str.match (/Next 5/i)) links[l].innerHTML = str.replace (/Next 5/i, "more"); else if (str.match (/Previous 5/i)) links[l].innerHTML = str.replace (/Previous 5/i, "back"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "comment"); else if (str.match (/50 eprops/i)) links[l].innerHTML = str.replace (/50 eprops/i, ""); else if (str.match (/49 eprops/i)) links[l].innerHTML = str.replace (/49 eprops/i, ""); else if (str.match (/48 eprops/i)) links[l].innerHTML = str.replace (/48 eprops/i, ""); else if (str.match (/47 eprops/i)) links[l].innerHTML = str.replace (/47 eprops/i, ""); else if (str.match (/46 eprops/i)) links[l].innerHTML = str.replace (/46 eprops/i, ""); else if (str.match (/45 eprops/i)) links[l].innerHTML = str.replace (/45 eprops/i, ""); else if (str.match (/44 eprops/i)) links[l].innerHTML = str.replace (/44 eprops/i, ""); else if (str.match (/43 eprops/i)) links[l].innerHTML = str.replace (/43 eprops/i, ""); else if (str.match (/42 eprops/i)) links[l].innerHTML = str.replace (/42 eprops/i, ""); else if (str.match (/41 eprops/i)) links[l].innerHTML = str.replace (/41 eprops/i, ""); else if (str.match (/40 eprops/i)) links[l].innerHTML = str.replace (/40 eprops/i, ""); else if (str.match (/39 eprops/i)) links[l].innerHTML = str.replace (/39 eprops/i, ""); else if (str.match (/38 eprops/i)) links[l].innerHTML = str.replace (/38 eprops/i, ""); else if (str.match (/37 eprops/i)) links[l].innerHTML = str.replace (/37 eprops/i, ""); else if (str.match (/36 eprops/i)) links[l].innerHTML = str.replace (/36 eprops/i, ""); else if (str.match (/35 eprops/i)) links[l].innerHTML = str.replace (/35 eprops/i, ""); else if (str.match (/34 eprops/i)) links[l].innerHTML = str.replace (/34 eprops/i, ""); else if (str.match (/33 eprops/i)) links[l].innerHTML = str.replace (/33 eprops/i, ""); else if (str.match (/32 eprops/i)) links[l].innerHTML = str.replace (/32 eprops/i, ""); else if (str.match (/31 eprops/i)) links[l].innerHTML = str.replace (/31 eprops/i, ""); else if (str.match (/30 eprops/i)) links[l].innerHTML = str.replace (/30 eprops/i, ""); else if (str.match (/29 eprops/i)) links[l].innerHTML = str.replace (/29 eprops/i, ""); else if (str.match (/28 eprops/i)) links[l].innerHTML = str.replace (/28 eprops/i, ""); else if (str.match (/27 eprops/i)) links[l].innerHTML = str.replace (/27 eprops/i, ""); else if (str.match (/26 eprops/i)) links[l].innerHTML = str.replace (/26 eprops/i, ""); else if (str.match (/25 eprops/i)) links[l].innerHTML = str.replace (/25 eprops/i, ""); else if (str.match (/24 eprops/i)) links[l].innerHTML = str.replace (/24 eprops/i, ""); else if (str.match (/23 eprops/i)) links[l].innerHTML = str.replace (/23 eprops/i, ""); else if (str.match (/22 eprops/i)) links[l].innerHTML = str.replace (/22 eprops/i, ""); else if (str.match (/21 eprops/i)) links[l].innerHTML = str.replace (/21 eprops/i, ""); else if (str.match (/20 eprops/i)) links[l].innerHTML = str.replace (/20 eprops/i, ""); else if (str.match (/19 eprops/i)) links[l].innerHTML = str.replace (/19 eprops/i, ""); else if (str.match (/18 eprops/i)) links[l].innerHTML = str.replace (/18 eprops/i, ""); else if (str.match (/17 eprops/i)) links[l].innerHTML = str.replace (/17 eprops/i, ""); else if (str.match (/16 eprops/i)) links[l].innerHTML = str.replace (/16 eprops/i, ""); else if (str.match (/15 eprops/i)) links[l].innerHTML = str.replace (/15 eprops/i, ""); else if (str.match (/14 eprops/i)) links[l].innerHTML = str.replace (/14 eprops/i, ""); else if (str.match (/13 eprops/i)) links[l].innerHTML = str.replace (/13 eprops/i, ""); else if (str.match (/12 eprops/i)) links[l].innerHTML = str.replace (/12 eprops/i, ""); else if (str.match (/11 eprops/i)) links[l].innerHTML = str.replace (/11 eprops/i, ""); else if (str.match (/10 eprops/i)) links[l].innerHTML = str.replace (/10 eprops/i, ""); else if (str.match (/9 eprops/i)) links[l].innerHTML = str.replace (/9 eprops/i, ""); else if (str.match (/8 eprops/i)) links[l].innerHTML = str.replace (/8 eprops/i, ""); else if (str.match (/7 eprops/i)) links[l].innerHTML = str.replace (/7 eprops/i, ""); else if (str.match (/6 eprops/i)) links[l].innerHTML = str.replace (/6 eprops/i, ""); else if (str.match (/5 eprops/i)) links[l].innerHTML = str.replace (/5 eprops/i, ""); else if (str.match (/4 eprops/i)) links[l].innerHTML = str.replace (/4 eprops/i, ""); else if (str.match (/3 eprops/i)) links[l].innerHTML = str.replace (/3 eprops/i, ""); else if (str.match (/2 eprops/i)) links[l].innerHTML = str.replace (/2 eprops/i, ""); else if (str.match (/1 eprop/i)) links[l].innerHTML = str.replace (/1 eprop/i, ""); else if (str.match (/add eprops/i)) links[l].innerHTML = str.replace (/add eprops/i, ""); else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, ""); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, ""); else if (str.match (/email it/i)) links[l].innerHTML = str.replace (/email it/i, ""); }//--> </script> <script> <!-- var props = document.getElementById("pnlEprops"); if (props){ document.getElementById("rblEprops_3").checked = true; props.style.display = "none"; } //--></script> <!-- end code provided by createblog.com --> <!--AdRemover--><br /></table></td></tr></tr></td></table><br /><ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto"><br /><ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto"><br /><!--Finished--><br /> <<!--AdRemover--> <!--Screennaimless code created by plz_lyts--> <!--http://www.xanga.com/plz_lyts--></table></td></tr></tr></td></table> <ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto"> <ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto"> <!--Finished--> <!--End Of AdRemover--> read before using layout:please don`t take this stylesheet or anything if you are from another layout site, keep the tag on please since i made the layout, hide the search bar cause it`ll look better, and this layout was made by Katie and is copywritten material from DowntownDesignsx3 ©