Navigation
Home
Animated GIFs
Avatars
Backgrounds
Blinkies
Clipart
Contact Tables
Dividers
Dolls
Extended Network
Glitter Graphics
Glitter Text
Online Now Icons
Seasonal
Music Videos
Myspace layouts
Friendster layouts
Xanga layouts
Cartoons
Celebrities
Emo
Love
Misc
Movies and TV
Code generator!
TEXT generator!
R
a
i
n
b
o
w
T
e
x
t
ʇxǝʇ pǝsɹǝʌǝɹ
Ɔяʏρтιc Ƭɛϰт
Falling objects
Myspace wallpapers
Latest uploads
User Options
Login:
Pass:
Forgot Password
Account Registration
Quick Links
F.A.Q.
Links
Link to Us
MySpace help
Orkut help
(new)
Friendster help
Xanga help
Backgrounds
(tip)
Dutch courses
Terms of Service
Advertise on this site
Your #1 community for graphics, layouts, glitter text, animated backgrounds and more.
someday...
haha that dumb@ssh prob. deserved it!
Login to give your vote
6
0
Owner of this layout:
waffles2012
Go here for help with xanga profiles
Copy this layout code to your xanga profile:
<FONT style="FONT-SIZE: 23pt; COLOR: #FF409F; LINE-HEIGHT: 25pt; FONT-FAMILY: times new roman; LETTER-SPACING: -2pt"><Br>Some day you'll cry for me, like i cried for you.</font><FONT style="FONT-SIZE: 23pt; COLOR: #9F40FF; LINE-HEIGHT: 25pt; FONT-FAMILY: times new roman; LETTER-SPACING: -2pt"><Br>Some day you'll miss me, like i missed you.</font><FONT style="FONT-SIZE: 23pt; COLOR: #FF409F; LINE-HEIGHT: 25pt; FONT-FAMILY: times new roman; LETTER-SPACING: -2pt"><Br>Some day you'll need me like i needed you.</font><FONT style="FONT-SIZE: 23pt; COLOR: #9F40FF; LINE-HEIGHT: 25pt; FONT-FAMILY: times new roman; LETTER-SPACING: -2pt"><Br>Some day you'll love me,<B>but I won't love you...</b></font> <FONT style="FONT-SIZE: 26pt; COLOR: #9F40FF; LINE-HEIGHT: 25pt; FONT-FAMILY: times new roman; LETTER-SPACING: -1pt"><Br>♥♥♥<br/></font> <a href=http://xanga.com/heck_yes_layoutz target="_blank">HeCk_YeS!</a><br /> <BODY style="border-bottom: #FF409F 28t solid; border-top: #FF409F 28t solid; border-left: #9F40FF 28t solid; border-right: #9F40FF 28t solid"></TBODY> <style type="text/css"> body { background-attachment: fixed; background-color: #000000; scrollbar-arrow-color: #9f40ff; scrollbar-track-color: #ffffff; scrollbar-shadow-color: #FF409F; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #FF409F; scrollbar-darkshadow-color:#FF409F; scrollbar-3dlight-color: #FF409F; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font:normal 12px geneva; line-height:18px; color: #FF409F; 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; } div.blogheader, caption { /* edits the dates */ font-family:times new roman; text-transform:uppercase; font-size:16px; line-height:30px; font-weight:bold; height: 1px; color: #9F40FF; letter-spacing:1px; text-align: center; } a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#FF409F; text-decoration: none; font:normal 12px times new roman; line-height:18px; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#9F40FF; text-decoration: none; font:normal 12px times new roman; line-height:18px; } a:hover { /* edits when user mouseovers the links */ color:#ffffff; cursor: sw-resize; text-decoration: none; font:normal 12px times new roman; line-height:18px; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 2px dashed #FF409F; font:normal 12px times new roman; background-color: #FFFFFF; letter-spacing:0px; color: #9F40FF; } table.left { /* this edits the menu module */ border: 4px dashed #FF409F; width:160px; background-color: #ffffff; } table.blogbody { /* this edits the other the place where the blog is */ border: 4px dashed #FF409F; background-color: #FFFFFF; width:400px; } table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: none; text-transform:uppercase; background-color: #000000; font: bold 12px times new roman; color: #FF409F; border: none; } table.left TD { /* on your menu module, this edits the body part of it */ background-image: none; background-color: #000000; border: none; font:normal 12px times new roman; color: #FF409F; } table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: #000000; border: 3px dashed #FF409F; } table.blogbody { /* this edits the other the place where the blog is */ border: 4px dashed #FF409F; background-color: #000000; width:400px; } table.search TD, table.announcements TH { /* this should be left alone */ /* unless you know what to do */ border: 0px solid #FF409F; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 500px; } hr { /* horizontal divider */ border: 1px solid #FF409F; } </style> <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("#FF409F","#9F40FF"); // the border color var blinkBorderColor = "#000000" // the border width, in pixels var blinkBorderWidth = 1; // the # of rows var blinkRows = 1; // the # of columns var blinkCols = 59; // the width of the entire box, in pixels or % var blinkWidth = 500; // the height of each row, in pixels var blinkRowHeight = 10; // 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 -->
henna_angel
writes:
kwl
Posted on:
Feb 17th 2011, 5:22:16am
~horse rider~
writes:
Love it!!!!!!!!
Posted on:
Jan 15th 2011, 6:29:33pm
crystalswan
writes:
Happened to me before...... * Voice ttrails off*
Posted on:
Nov 4th 2009, 2:30:39pm
xox_amber_xox
writes:
ooo i likey
Posted on:
Nov 11th 2008, 4:58:09am
plua
writes:
i like it.
Posted on:
Jul 20th 2007, 3:12:00am
clairdycat
writes:
weird
Posted on:
Jun 12th 2007, 7:21:59pm
tink-a-bell
writes:
loooooooooooooove it!
Posted on:
Apr 30th 2007, 3:51:09pm
cole748
writes:
very deep
Posted on:
Apr 19th 2007, 7:06:59am
bb_aggresive
writes:
that's nice,but then again really sad.
Posted on:
Jan 18th 2007, 12:50:29pm
alexsjurgelewicz8
writes:
DONT GET IT IT MESS UP YOUR HOMPAGE I SWAR I TTYED IT
Posted on:
Jan 2nd 2007, 7:47:57pm
hadesgirl
writes:
kool
Posted on:
Jan 2nd 2007, 6:19:38pm
espinosa72
writes:
fOUnd tHiS INteReSTIng
Posted on:
Jan 1st 2007, 11:25:20am
scorpemo
writes:
deep...
Posted on:
Dec 31st 2006, 7:56:52pm
Add your comment. Please login or
register
to submit your comment.