| the layout code::
<img src="http://tinypic.com/dnixvt.gif">
<style type="text/css"> body { background-color: #ffffff; background-image: url(""); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; scrollbar-arrow-color: #ff1520; scrollbar-track-color: #000000; scrollbar-shadow-color:#aeaeae; scrollbar-face-color: #aeaeae; scrollbar-highlight-color: #aeaeae; scrollbar-darkshadow-color:#aeaeae; scrollbar-3dlight-color: #aeaeae; } .blogbody b, .standard b, p b, strong { /* edits bold text */ font-weight: bold; color: #000000; } .blogbody u, .standard u, p u, strong { /* edits underlined text */ font-weight: bold; color: #ff1520; letter-spacing:none; font-size: 11px; font-weight:bold; font-style: border; border-bottom: 2.5px dashed #aeaeae; text-align:centered } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 11px tresbuchet MS; line-height:16px; color:#ff1520; letter-spacing:0px; text-align: centered; } 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:tresbuchet MS; text-transform:lowercase; font-size:18px; line-height:30px; height: 1px; color: #ff1520; letter-spacing:1px; background-color: #aeaeae; text-align: center; width:350px; filter: gradient <div style="border:1px solid white; filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr= #FFFFFF, endColorStr=#aeaeae); width: 50px; height: 150px;"> </div>; BORDER-left: #aeaeae 3px solid; BORDER-right: #aeaeae 3px solid; BORDER-bottom: #ff1520 3px solid; BORDER-top: #000000 3px solid; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; text-decoration: none; font:normal 12px tresbuchet MS; line-height:16px; } a:visited, a.footernav:visited, { /* edits visited links*/ color:#000000; text-decoration: none; font:normal 12px tresbuchet MS; line-height:16px;
} a:hover { /* edits when user mouseovers the links */ color:#aeaeae; text-decoration: none; font: 12px tresbuchet MS underline; line-height:16px; background-color: #ffffff; BORDER-left: #ffffff 3px solid; BORDER-right: #ffffff 3px solid; BORDER-bottom: #ffffff 3px solid; BORDER-top: #ffffff 3px solid;
} input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px solid #aeaeae; font:normal 14px tresbuchet MS; background-color: #ffffff; filter:none; letter-spacing:0px; color: #ff1520; } table.left { /* edits the menu module */ border: 3px solid #FFFFFF; width:160px; filter: gradient <div style="border:1px solid white; filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr= #FFFFFF, endColorStr=#aeaeae); width: 50px; height: 150px;"> </div>; } table.blogbody { /* edits blog area */ border: 3px solid #aeaeae; background-color: #FFFFFF; width:350px; filter:none; font:normal 14px tresbuchet MS; text-align: center; line-height:18px; color: #ff1520; BORDER-left: #aeaeae 3px solid; BORDER-right: #aeaeae 3px solid; BORDER-bottom: #ff15203px solid; BORDER-top: #000000 1px solid; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: none; background-color: #ffffff; filter:none; font: bold 14px tresbuchet MS; color: #ff1520; filter: gradient <div style="border:1px solid white; filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr= #aeaeae, endColorStr=#ffffff); width: 50px; height: 150px;"> </div>; } table.left TD { /* edits body of menu module */ background-color: ffffff; filter:none; border: solid #aeaeae 2x solid; text-align: center; color:#ff1520; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #FFFFFF; filter:none; border: 1px solid #aeaeae; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 1px solid #aeaeae; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #ffffff; } </style> <center></style> <!-- End Script by Blogring.net --> <!-- End Script by Blogring.net --> <BODY style="border-bottom: #ff1520 20t solid; border-top: #000000 20t solid; border-left: #aeaeae 20t solid; border-right: #aeaeae 20t solid"></TBODY> <!-- Blink Boxes : Provided by Blogring.net --> <script language=JavaScript> <!-- //blink boxes - xanga.com/add_ons //by Tia @ www.xanga.com/XxSexiiBannerzxX //fixed to work with new security measures by //Tia @ www.xanga.com/XxSexiiBannerzxX // customize by changing the values below // these are the various colors, in quotes, seperated by commas var blinkColors = new Array("#ff1520","#000000","#aeaeae"); // the border color var blinkBorderColor = "#ffffff" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 3; // the # of columns var blinkCols = 1; // the width of the entire box, in pixels or % var blinkWidth = 502; // the height of each row, in pixels var blinkRowHeight = 5; // speed of blinking, in milliseconds var blinkRate = 2; // 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> <a href="http://www.xanga.com/home.aspx?user=XxSexiiBannerzxX" target="_blank">This Layout Was Made By XxSexiiBannerzxX</a>
a couple extra things to make your layout purdy!
to get rid of the ad, put this code in website stats::
To get a scrollbar in every entry, put this code in website stats!
it has already been edited to match this layout. if you have any problems, contact me on aim!
if you dont have PREMIUM, but you still want to make some words in bold, italics, or underlined, use these codes!
underline:: hold the CTRL button and press U
italics:: press the CTRL button and press I
bold:: press the CTRL button and press B |