Suggest a link
Recommend to friend
Create a site
testing layout!
/*/BOLD/*/ITALIC/*/UNDERLINE/*/
layout script:<FONT style="FONT-WEIGHT: normal; FONT-SIZE: 35px; COLOR: #ff9999; LINE-HEIGHT: 30px; FONT-FAMILY: century gothic; LETTER-SPACING: -3px">♥</FONT><FONT style="FONT-WEIGHT: normal; FONT-SIZE: 35px; COLOR: #99cc99; LINE-HEIGHT: 30px; FONT-FAMILY: century gothic; LETTER-SPACING: -3px">♥</FONT><FONT style="FONT-WEIGHT: normal; FONT-SIZE: 45px; TEXT-TRANSFORM: lowercase; COLOR: #ffffff; LINE-HEIGHT: 30px; FONT-FAMILY: century gothic; LETTER-SPACING: -3px"> don't </FONT><FONT style="FONT-WEIGHT: normal; FONT-SIZE: 35px; COLOR: #99cc99; LINE-HEIGHT: 30px; FONT-FAMILY: century gothic; LETTER-SPACING: -3px">♥</FONT><FONT style="FONT-WEIGHT: normal; FONT-SIZE: 35px; COLOR: #ff9999; LINE-HEIGHT: 30px; FONT-FAMILY: century gothic; LETTER-SPACING: -3px">♥</FONT><br><br> <style type="text/css"> body { background-color:#cccccc; background-image:url(http://tinypic.com/e8tvzk.jpg); background-repeat:no-repeat; background-position: center center; background-attachment: fixed; scrollbar-arrow-color:#99cc99; scrollbar-track-color:#cccccc; scrollbar-shadow-color:#99cc99; scrollbar-face-color:#cccccc; scrollbar-highlight-color:#99cc99; scrollbar-darkshadow-color:#99cc99; scrollbar-3dlight-color:#99cc99; } .left, .blogbody, table.footer, .standard, td, p { /* edits main text */ font:normal 10px Century Gothic; line-height:11px; color:#000000; letter-spacing:0px; text-align:left; } .blogbody b, .standard b, p b, strong { /* edits bolded text in your entry */ font-weight: bold; color:#99cc99; letter-spacing:-1px; font-size:11px; line-height:11px; } .blogbody u, .standard u, { text-decoration: underline; color:#ff9999; letter-spacing:0px; font-weight:bold; border-bottom:2px dashed #ff9999; } .blogbody i, .standard i, em { text-decoration:italic; color:#000000; letter-spacing:0px; } .left b { font-weight: bold; color:#99cc99; } table.footer TD { text-align: center; } div.blogheader, .caption { /* edits the dates */ font-family: century gothic; text-transform: lowercase; text-decoration: line-through; background-color: transparent; font-size:25px; font-weight:normal; line-height: 17px; letter-spacing: -3px; color:#ffffcc; text-align:center; padding: 3px; width: 350px; border:0px solid #ffffcc; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#000000; font:normal 10px century gothic; line-height:11px; text-decoration:none; text-spacing:0px; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#ffffcc; font:normal 10px century gothic; line-height:11px; text-decoration:line-through; text-spacing:0px; } a:hover { /* edits when user mouseovers the links */ font:10px century gothic; text-decoration:none; cursor: none; color:#FFFFFF; line-height:9px; letter-spacing:-1px; background-color:transparent; BORDER-left: #99cc99 1px solid; BORDER-right: #99cc99 1px solid; BORDER-bottom: #99cc99 1px solid; BORDER-top: #99cc99 1px solid; } input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #FFFFFF; font:normal 10px century gothic; line-height:10px; background-color:#cccccc; letter-spacing:0px; color:#000000; } table.blogbody { /* edits the blog */ border:2px solid #ffffff; width: 350px; background-color: #cccccc; filter:alpha (opacity=70, finishopacity=70, style=1); } table.left { /* this edits the menu module */ border: 2px solid #ffffff; width: 160px; background-color:#cccccc; text-align:left; filter:alpha (opacity=70, finishopacity=70, style=1); } table.left th { /* edits title of menu module */ background-color:transparent; font: 18px century gothic; text-transform: lowercase; text-align:center; color:#ffffcc; border:0px solid #ffffff; letter-spacing:-2px; line-height:10px; } table.left TD { /* Edits body of menu moudle*/ font:10px century gothic; color:#ff9999; text-align:left; LINE-HEIGHT:10PX; width: 160px; background-color:transparent; border-top:0px solid #ffffff; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color:transparent; border:2px solid #ffffff; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border:0px solid #ffffff; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 570px; } hr { /* horizontal divider */ border: 2px solid #ffffff; } </style> <center><style></style> <!-- End Script by Blogring.net --> <script> <!-- //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("#ff9999","#ffffcc","#99cc99"); // the border color var blinkBorderColor = "#" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 15; // the width of the entire box, in pixels or % var blinkWidth = 750; // the height of each row, in pixels var blinkRowHeight = 5; // speed of blinking, in milliseconds var blinkRate = 1; // 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> <BODY style="border-bottom: #000000 20t solid; border-top: #000000 20t solid; border-left: #000000 20t solid; border-right: #000000 20t solid"></TBODY>
end of test!