Suggest a link
Recommend to friend
Create a site
BOLD italics underlined regulardont forget to look at the codes on the main page.layout code:
<body dir="rtl"><DIV DIR="LTR"> <DIV align="center"><A href="http://www.xanga.com/ xtoxic_layouts"> <FONT style="FONT-WEIGHT: normal; FONT-SIZE: 30px; COLOR:aqua; LINE-HEIGHT: 15px; FONT-FAMILY: Webdings; LETTER-SPACING: -1pt; text-transform: lowercase;">m</font color></A><center><br> <DIV ALIGN="right"> <style type="text/css"> /* inject yourself with lust...xtoxic_layouts */ body { background-image:url(http://i29.photobucket.com/albums/c262/xtoxic___/needles2.jpg); background-repeat:no-repeat; background-position: bottom left; background-attachment: fixed; background-color: black; scrollbar-arrow-color: aqua; scrollbar-track-color:black; scrollbar-shadow-color: black; scrollbar-face-color:black; scrollbar-highlight-color: black; scrollbar-darkshadow-color: black; scrollbar-3dlight-color: black; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px Courier; line-height:10px; color:aqua; letter-spacing:0px; text-align:left; text-transform:lowercase; } .blogbody b,.standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color:deeppink; font-size: 12px; } .blogbody u, .standard u, { text-decoration:underlined; color:aquamarine;normal; border-bottom:2px dotted lime; } .blogbody i, .standard i, em { font-weight:italic; font-size:11px; color:yellow; text-decoration:lowercase; } table.footer TD { /* this makes the footer at the bottom centered */ /* leave it alone unless you know what to do*/ text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family:Courier; text-transform:lowercase; font-size:6px; line-height:5px; font-weight:bold; color: aqua; letter-spacing: 2px; background-color:transparent; border: 0px solid black; text-align:center; padding: 2px; width: 250px; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:violet; background-color:none; border: 0px solid black; font:normal 10px Courier; line-height:7px; text-decoration: none; text-transform: lowercase; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:aqua; background-color:none; font:normal 10px Garamond; line-height:7px; text-decoration:none; text-transform:lowercase; } a:hover { font:normal 10px Garamond; border: 0px solid black; color:violet; background-color:none; text-transform:uppercase; line-height:7px; text-decoration:none; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px solid black; font:normal 8px Courier; background-color: transparent; letter-spacing:0px; color:deeppink; text-transform:uppercase; } table.left { /* this edits the menu module */ border: 3px dashed aqua; width:197px; background-color:black; background-image: url(); } table.blogbody { /* this edits the other the place where the blog is */ border: 2px dashed aqua; background-image: url(); background-color:black; width:190px; } table.left th {display:none;} /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(); background-color:black; font: normal 10px Courier; text-transform:lowercase; text-decoration:none; color: gray; border: 2px solid aqua; width:190px; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: url(); background-color: black; border: 0px solid black; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: transparent; border: 0px solid transparent; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid transparent; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 250px; } hr { /* horizontal divider */ border: 2px solid BFFEFF; </style> <style type="text/css"> table.search, #SearchBar1_pnlYouAreHere, table.navigation, {display: none;} </style> <style> table.footer {display: none;} </style> <br>
Put in webstatus. It will switch the modules.
<!-- Switch Module Sides : Provided by Blogring.net --> <script language=javascript> // swaps sidebar position on default xanga site layout // by sean http://www.xanga.com/seanmeister function swapSidebar(){ var tds = document.getElementsByTagName("td") for (var i = 0; i < tds.length; i++){ if (tds[i] == "mainleft" || tds[i].width == "200"){ var sidebar = tds[i].cloneNode(true); //document.write.blogring.net tds[i].parentNode.appendChild(sidebar); tds[i].parentNode.removeChild(tds[i]); break; }} } swapSidebar(); </script> <!-- End Script : Provided by Blogring.net -->