My Space
>>>
.derkilicious | Part 4: MySpace DIV overlay [Color] .derkilicious Blog The Dirt Wordpress Search « links for 2005-12-24 | Home | links for 2005-12-26 » Part 4: MySpace DIV overlay [Color] The following is a much needed update to my MySpace DIV overlay tutorials. Parts 1 - 3 covered the basic DIV overlay to cover the default layout , creating a two column layout [main content & sidebar] , and adding a comment box . Due to the fact that these tutorials are meant as a reassuring push in the right direction [as far as learning basic HTML and CSS], the codes will serve as generic examples. I urge users who yearn for real individuality and style to consult the various online CSS / HTML resources available online. For today’s tutorial we are going to leave the previous content areas as-is. Yes. The theme here is minimal hand holding. Hopefully what you learn from here will inspire you to conduct your own research on your own time. Let’s go ahead and create a new DIV with a width of 529px and a height of 400px. Within this new DIV we’re going to create two additional DIVs and position using float:left and float:right. Here’s how: Add the following HTML to your ‘I’d Like to Meet’ section under your sidebar DIV: <div class=”testcontainer”> <div class=”testcontainerl”> <p>We’re going to float this container to the left</p> </div> <div class=”testcontainerr”> <p>We’re going to float this container to the right</p> </div> </div> Add the following CSS into your ‘About Me’ section: .testcontainer{clear: both; width: 520px; height: 300px; padding: 5px; background-color: 999999;} .testcontainerl{float: left; width: 225px; height: 280px; margin: 2px; padding:3px; background-color: 865433;} .testcontainerr{overflow: scroll; float: right; width: 275px; height: 250px; margin: 2px; padding: 3px; background-color: 888888;} Use the above code as an example for creating your own DIVs. For DIVs which contain large text bodies, add overflow: scroll to the appropriate class. Doing so will force any text or content that expands beyond the DIV borders into a scrollable box. As you can see, adding color to your DIVs is as easy as adding background-color: color code; . For those interesting in adding a background image, use background-image: url(’http://URLofImage.com’); . DIVs with background images require an additional property: background-repeat . Use background-repeat to tell the browser to repeat the the image both horizontally and vertically ( repeat ), repeat horizontally ( repeat-x ), or repeat vertically ( repeat-y ). << Return to Part 3 Tags: myspace , div+overlay , tutorials , css , design , profiles -- Comments 1 tyler says: very nice Derek. glad to see Part 4 up. sorry I couldn’t help out, but this one looks good and is easy to follow, too. Posted December 26, 2005, 1:26 am 2 .derek says: i’m trying to give just enough info to entice users to learn for themselves. hopefully i’m not keeping the tutorial too stark. Posted December 26, 2005, 1:27 am 3 Janta says: thanx for putting up part 4 >. Posted December 26, 2005, 6:56 pm 4 Janta says: um i put up a background pic and all but i cant see my nav bar or my comment box o.o Posted December 26, 2005, 7:48 pm 5 ChozSun says: Thank you so much… you have got me started on the right course. I assume future parts to this article will tell us how to inject myspace content such as friends, details, etc. and how you changed the background color for the entire site. (I have tried adding a .body into the CSS but it doesn’t pick it up). Posted December 26, 2005, 8:01 pm 6 .derek says: chozsun remove the period before ‘body’ and everything should start working as is. ‘body’ is not a css class. it’s an html tag. if you look at the basic structure of a webpage it goes something like this: <html> <head> </head> <body> website content blah blah blah </body> </html> what you’re doing when you add: body{ background:#xxxxxx; } is styling the html body. did that make sense? Posted December 27, 2005, 1:28 am 7 tony montana says: cool mon. tanks! Posted December 27, 2005, 3:13 am 8 blakesta says: sweet tutorial! :D Posted December 27, 2005, 7:44 pm 9 anthony says: I’m trying to just get the same basic look that you are showing through your tutorial but I must be doing something wrong. Can you look at my page and give me a suggestion? I’m not getting color and I’m not getting the “test containers” to float left or right. Thanks for the tutorial though, I look forward to learning how to create a decent looking page. Posted December 28, 2005, 9:22 am 10 Scott says: Great tuturial I’m still having a little trouble getting the text to align properly. If you or anyone else who knows what they are doin could help out in getting a little style, or well anything onto my profile let me know. www.myspace.com/skut AIM: Skut7969 Posted December 28, 2005, 2:06 pm 11 Josh says: Ok, I’ve got an overlay in progress (I’m learning as I go so it’s a process). I had it originally on a test space and when I got it to a point where I felt I could test it on my profile I have a problem. My comments appear below the original div. How do I hide my original comments so they don’t apear below? My myspace is www.myspace.com/jjscantina if you need to take a look. I appologize for the places where the code gets a little messy, knew nothing about html or css before this… Posted December 28, 2005, 2:44 pm 12 ChozSun says: geez I am a dork. I had it right in my own css file for my website… somehow a . popped up when I put it into myspace’s css. Okay… now how do we: 1. fuse myspace items (friends, information, etc.) into the website. Is there something we can call from myspace or do we have to edit that in ourselves 2. how do we change the overall myspace site? do we set the .main to * for width and height? How do you change the myspace area’s colors (like the normal is blue but yours is gray). If this is going to be in future articles I can wait. Posted December 28, 2005, 4:04 pm 13 .derek says: anthony: first of all, your page does not have a white background because you have background-color:”FFFFFF”; you do not wrap color codes with quotes. remove those and you should be fine. also check your floats. for example, your testcontainer class has no float property. scott: you probably want to link your actual test profile [i’m assuming?] because the link you posted goes to a standard profile. josh: read through parts 2 and 3 of the series as i have posted the neccessary code and explanation for the comments sticking out at the bottom. Posted December 28, 2005, 6:58 pm 14 Tyler says: @ChozSun “Myspace Area’s Colors” question: I don’t know if Derek has answered this question for you, but reference this post in Part 3: Color Answer and put this code in the “About me” section anywhere between the style tags. If this doesn’t answer your color question, just post more questions. Posted December 28, 2005, 9:56 pm 15 Tyler says: @ChozSun “Myspace Items” question: If you are talking about finding the links so that you can have buttons that link to your pictures, all of your friends, all of your comments, etc. - simply copy the actual myspace links on your original page and use those for your links on your div overlay page. If you can’t find those links (for instance, if your page already covers them up), then just go to someone else’s page, copy the url for whatever links you want, and then use your unique Friend id (which you can find here by reading Derek’s explanation) and instead of that person’s Friend id. Long explanation, simple process. Posted December 28, 2005, 10:02 pm 16 jikka says: im confused `=\ Posted December 29, 2005, 1:16 am 17 Dash-2 says: derck, next I think they want something like a “top 16 friends”… It’s really simple, like Tyler said “Long explanation, simple process.” http://myspace.com/dash2 Posted December 29, 2005, 4:53 am 18 ChozSun says: Not the just the links. I am using Derek’s way of coding to essentially cover the original page. However, I would like to have Friends, Interests, Details and Networking appear on my new page. Is there a way for my new page to call that information so it appears or do I have to do all that by hand? Posted December 29, 2005, 6:08 am 19 FRANKEEE says: HOW COME MY TEST CONTAINER THINGS DONT FLOAT!? TEST PROFILE KTHNX [sorry about the caps lock situation] Posted December 30, 2005, 3:03 pm 20 FRANKEEE says: test profile: www.myspace.com/33260996 +yeah… thanks for working on this on christmas day Posted December 30, 2005, 3:04 pm 21 debussie says: I’m trying to got my interest…about me …and all that other crap to disappear of the bottom of my page but i doesn’t seem to want to….any clue what to do? Posted December 30, 2005, 10:01 pm 22 TylerJ says: I am having a very hard time with Part 4: MySpace DIV overlay [Color]. I dont know what I am doing wrong. I need help. Posted December 31, 2005, 12:02 am 23 rico says: the color in the news div background wont show … and for some reason the overflow wont scroll either.. any help? http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=46034728 Posted December 31, 2005, 12:02 am 24 rico says: nevermind figured it all out… i missed a ; ……. Posted December 31, 2005, 1:00 am 25 tyler says: @debussie I’m trying to got my interest…about me …and all that other crap to disappear of the bottom of my page but i doesn’t seem to want to….any clue what to do? Do you have a link? @TylerJ I am having a very hard time with Part 4: MySpace DIV overlay [Color]. I dont know what I am doing wrong. I need help. What exactly is the problem? Posted December 31, 2005, 7:27 pm 26 Jake says: right now im using only a test myspace (the one linked to my name) for practice and fine-tuning of what i want to go for my real myspace. im having a hard time getting the floaters working and Ive tried everything with them. Ive taken them out, put them back in, repeated, messed with the px size eeeh everything, but i cant seem to get them to show up right. first what do you mean by “Add the following HTML to your ‘I’d Like to Meet’ section under your sidebar DIV” because i cant seem to find the right place and how come they dont show up? do you have an example of what the whole page should look like after? thatd help a bunch.. sorry to be such a dick.. Posted January 1, 2006, 2:39 am 27 .derek says: jake you might be interested in the following floats tutorial . Posted January 1, 2006, 2:45 am 28 Jake says: thanks a lot derek! Posted January 1, 2006, 10:19 am 29 STEFANY says: THIS IS HARD TO UNDERSTTAND BU THAN YHU Posted January 1, 2006, 12:37 pm 30 syduCck says: I’ve done this entire tutorial && so far, so good. but, one thing, my sidebar div is lowered underneath my main div && i wanted to know how i could put them side by side. && i also want to know how to add another div. Posted January 1, 2006, 4:55 pm 31 syduCck says: there’s a problem w/ the scrollbar. it won’t let others view their comments && when i try to fixx it .. everything underneath the scrollbar code becomes a link. help? Posted January 1, 2006, 9:17 pm 32 Jess says: hey hey. great stuff.. but is my friends box supposed to be there? did i miss something or do i need to do something extra to get rid of it? Posted January 2, 2006, 1:44 pm 33 Jess says: no matter :]] sorted. Posted January 2, 2006, 2:29 pm 34 Jess says: me again. i want my profile shorter. but if i make it smaller, it uncovers the profile underneath? help, please? Posted January 2, 2006, 2:33 pm 35 bryson says: why wont it let me use html codes to change texts in the div main content section? Posted January 2, 2006, 3:03 pm 36 jade says: IT DOESN’T WORK WHY IS MY FRIEND LIST STILL THERE Posted January 2, 2006, 4:31 pm 37 rico says: Easier to help with some links to ur test pages Posted January 2, 2006, 5:51 pm 38 jenn says: wow your really good at this but i put every thing where it’s supposed to be and it came out like a big clear box in the middle of my profile can you look at it and see what i did wrong pleace and thanx toodles jenn Posted January 2, 2006, 11:21 pm 39 ChozSun says: To answer my own question: I covered up the entire page and placed whatever information I wanted on my new page. I have to do it by hand and I am not sure if that is the best way but it works. Posted January 3, 2006, 6:37 am 40 AkRonin says: Derek, Thank you so very much for this simple tutorial. I got a MySpace account for the sole purpose of teaching myself a bit of HTML and CSS and have learned a great deal already. Your articles here have given me new insight I hadn’t had as yet, helped me to understand better some of the functions of the code, and also given me a few ideas of what else I need to learn. This is a great jumping off point and I appreciate the work you put into getting this out. Thanks again. AkRonin Posted January 3, 2006, 3:04 pm 41 amanda says: yeah i dont know what went wrong but my profile is fucked like seriously eek Posted January 3, 2006, 4:20 pm 42 tyler says: @jenn it came out like a big clear box in the middle of my profile Did you make sure to close all tags? The best advice would be to go back through the tutorials and make sure your code is the same as Derek’s. Also, make sure you put the right code (either CSS or html) in the right section (”About me” or “I’d like to meet”). If you still can’t figure it out, just post more questions. Posted January 3, 2006, 10:23 pm 43 AkRonin says: This is pretty neat stuff. I took the time to copy and save to notepad all the code I had on my site previously so that I could just reload it if I got myself into a bind. I recommend that anyone else who tries to alter their webpages without previous experience do the same. There is, however, one function of the original layout that MySpace has that I think is pretty nifty and would like to keep. The box that displays all your recent blog entries is, I think, a pretty handy thing to have on the page and I’m trying to figure out a way to keep on there. I understand that we’re covering over everything that was there with a new layer, but I can’t seem to figure out the code to have it look at my blog page.to obtain that information. I can create the container for it of course, no problem. I guess I don’t have a proper understanding of how MySpace gets that info in the first place. Does the blog page update the profile page when there’s a new blog post? Or does the profile page query the blog page every so often to see if there is anything new? I reckon I could just go in and alter the code on my profile every time I put up a new post, but that seems rather inelegant I guess. And bothersome!! hahah Any suggestions anyone? Posted January 3, 2006, 11:12 pm 44 Ramona says: Is there anyway to expand the Blog section to allow all blogs to be displayed within a scrollbox? Posted January 4, 2006, 5:20 am 45 AkRonin says: Ramona, I really don’t think there is a way to do what either of us is asking. We are in essence, as Derek said earlier in the comments under Part !, all but removing ourselves from the service. I think we’re going to have to try and figure out a way to make our profile page ‘look’ at the blog page to see if there are any new posts. For right now though, I’m not going to worry about it. I’m still trying to get my test containers to show up right. Or at all for that matter!! The text inside them comes up, but not the containers themselves. Posted January 4, 2006, 4:50 pm 46 AkRonin says: For some reason, the testcontainers are not displaying properly on the page. Teh text shows up between the ‘Main Content’ box and the sidebar. And none of the colors or borders I’ve tried show up either. This is the CSS I’ve used… .testcontainer{ clear: both; width: 529px; height: 400px; border:1px solid #666; padding: 5px; background-color: 999999; } .testcontainerl{ float: left; width: 225px; height: 280px; margin: 2px; padding:3px; background-color: 865433; } .testcontainerr{ overflow: scroll; float: right; width: 275px; height: 250px; margin: 2px; padding: 3px; background-color: 888888; } And the HTML bits… YOUR SIDEBAR CONTENT We’re going to float this container to the left We’re going to float this container to the right Does anyone of you that managed to get this working have an idea? Posted January 4, 2006, 5:18 pm 47 AkRonin says: Er, Here’s the HTML… br /> YOUR SIDEBAR CONTENT /div> div class=”testcontainer”> div class=”testcontainerl”> p>We’re going to float this container to the left div> div class=”testcontainerr”> p>We’re going to float this container to the right /div> /div> Posted January 4, 2006, 5:23 pm 48 Tom says: Getting exactly the same as you AkRonin. Is this code definately correct as I have now followed all the tutorials to the letter and still getting no joy. Posted January 4, 2006, 6:18 pm 49 Chubbs says: Whats the code to change the ugly myspace blue that the ad and search field get contained in? I’d very much like it to be the same color as the rest of my page, but it isnt. Posted January 4, 2006, 6:30 pm 50 AkRonin says: Chubbs, that’s been covered a few times in the comments for Part I and Part II. Posted January 4, 2006, 6:36 pm 51 Chubbs says: *sigh* I read through all the comments of part III and IV. My brain is frazzled from all the “plz tell me what went wrong kthxbye” posts that I decided if I couldn’t beat them, I’d join em. Guess I’ll start digging now. Posted January 4, 2006, 6:52 pm 52 AkRonin says: Woohoo! Got the floating container bits to work out!! Tom, When I pasted the HTML code for the I’d Like To Meet section into MySpace, it didn’t render the quotation marks properly. Beats me why. I took a good long look at everything I had in there and found some funny characters so I deleted everythingwith ‘Safe Mode’ and repasted the code in taking care to make sure EVERYthing looked right before I hit submit. Don’t know if that’ll help you but give it a shot. I’m still strugling with getting the background image to work out right, which is odd as it looks fine on my ‘real’ site at AkRonin . My code for the background there is between style tags. My confusion lies in whether I need to place it into the .main class in the stylesheet or if I need to modify the div class Main portion of the HTML sheet. Posted January 4, 2006, 10:02 pm 53 AkRonin says: Woohoo! Got the floating container bits to work out!! Tom, When I pasted the HTML code for the I’d Like To Meet section into MySpace, it didn’t render the quotation marks properly. Beats me why. I took a good long look at everything I had in there and found some funny characters so I deleted everythingwith ‘Safe Mode’ and repasted the code in taking care to make sure EVERYthing looked right before I hit submit. Don’t know if that’ll help you but give it a shot. I’m still strugling with getting the background image to work out right, which is odd as it looks fine on my ‘real’ site at http://www.myspace.com/akronin My code for the background there is between style tags. My confusion lies in whether I need to place it into the .main class in the stylesheet or if I need to modify the div class Main portion of the HTML sheet. Posted January 4, 2006, 10:08 pm 54 Mike says: Like many of the others. I get lost on part 4 as to where to put these new codes and what to delete. Help? Posted January 5, 2006, 10:36 am 55 tyler says: @chubbs Whats the code to change the ugly myspace blue that the ad and search field get contained in? Reference this post here . Posted January 5, 2006, 12:36 pm 56 AkRonin says: I’m working right now on putting together the code to display all my friends inside a container in my sidebar. It’s not that difficult. They’ll be displayed in a scrollable box in two columns. Trying to figure out the table layout for it now. I do have a question to something I haven’t been able to figure out however. When you apply ‘clear:both’ to a float, does it automatically go underneath all preceeding floats and then to the left? Or can you apply clear:both and then ALSO float: right if you want it under a float on the right? If you were to go to my page, you could see that there is a space between my sidebar and the float for my friends. That is because of the other float that is off to the left. How do I get my friend’s container to mate with the sidebar container? Posted January 5, 2006, 10:54 pm 57 Marvin says: umm i keep on foolowing your directions but i just cant seem to get my scroll bar working can u give me the code that makes this i would appreciate it then i can learn from that code. Posted January 5, 2006, 11:30 pm 58 AkRonin says: Hey! What do you know? You CAN use ‘float:clear’ AND ‘Float:left or right’!!! That’s awesome!! Marvin, in the stylesheet , inside the div class you are going to call, you will need to have – overflow: scroll; – for instance, look at the tutorial for part IV, just at the top of this page. Posted January 5, 2006, 11:39 pm 59 AkRonin says: Hey! What do you know? You CAN use both ‘clear: both’ AND ‘float: left or right’ in the same class!! That’s frickin’ awesome!!! Marvin, If you look at the tutorial at the top of this page you’ll see you need to have – overflow: scroll — in the class that’s being called. Posted January 5, 2006, 11:51 pm 60 Jonathan says: Yea..a tip to anyone not getting this. When you copy code from here and paste it in, sometimes the quotations marks don’t transfer just right. So if you’re not seeing results, go find the quotation marks and take them out, and type them back in. Made mine work like a charm. Posted January 6, 2006, 3:45 am 61 Onnaleese says: hi i’m onnaleese. i tried this on a test site i made, and i think it worked. lol. I just have a couple questions. 1. what do i put for the links? and 2. is can i put anymore boxes? and if yes how? and how do i postion them to where i want them? my personal myspace is.:. www.myspace.com/geekette28 thanks for the help! Posted January 6, 2006, 12:02 pm 62 Jasmin says: i LOVE the tutorials so far.. but i really want to show my comments =[ can you tell me a way i can? Posted January 6, 2006, 2:43 pm 63 Erin says: I love the tutorials, and I got it all working in a new account, but then I tried to change it to my real one and the end of the page is showing at the bottom. Any idea how I can fix this? www.myspace.com/eriliz Posted January 6, 2006, 9:16 pm 64 Erin says: nevermind, I changed some things around and now it all fits Posted January 7, 2006, 12:52 pm 65 AkRonin says: .Derek (or anyone else who’s managed to figure out this particular bit…) I’m going to be putting my friends into a scrollable box within my sidebar. I’ve got the container for it all done and I’m ready to put my friends into it now. Got the code for it everything all put together but I’ve run into a snag I hadn’t thoguht about until now. It has to do with the picture sizes of my friends. You know on myspace in the ‘My Friends’ section where it shows all their pics, you can see that some af the pics are bigger and some smaller, all different sizes and whatnot. Understandable as not everyone uses the same program to upload photos and there isn’t really a standard for that sort of thing. My question is, Is there a way to, I guess ‘force’ would be the word, the pictures to fit into a size that I determine for each cell? I’m going to be making the width for each cell the pictures go into about 100-107 wide and high also. So 100×100 or 107×107. Since each my friends have different dimensions on their pics, is there some way to do this? This seems to be the only reason I haven’t been able to make it work. Or do I need to find pics of my friends that are all the same dimensions to make this work? I see on .Derek’s site that he has uniform picture dimensions of his friends and I think that looks just real neat and clean. Kinda going for the same thing on my test site before I implement it on my ‘real’ site. Any help woukld be greatly appreciated. Thanks. Posted January 7, 2006, 5:53 pm 66 Kenna says: i seriously need help. all i want is just a nice myspace, but mines like jacked up. i need help. i dont know if i did something wrong or not Posted January 7, 2006, 7:34 pm 67 Kenna says: checkk it out www.myspace.com/kennaboo12 Posted January 7, 2006, 7:35 pm 68 clarisse says: uhmm. im trying to add a bg image to my site but it didnt work. can you give me the code and were to put it. take a look at my page.. http://www.myspace.com/clari3sseann3 tnx.. hope you can help me. Posted January 8, 2006, 9:01 am 69 Juic says: Clarisse: Try adding this between your style tags body{ background-image:url(’IMAGEURLHERE’); background-repeat:no-repeat; background-attachment:fixed; the background-repeat is obvious and the attachment is fixed so it doesn’t move when you scroll. Posted January 8, 2006, 3:19 pm 70 Juic says: Forgot to add an } at the end. By the way, what code did you use to add ur comments over your DIV? Posted January 8, 2006, 3:26 pm 71 clarisse says: oh i just put links. coz evrytime i put the url of the i.e. send messages it didnt work. y? … body{ background-image:url(’http://www.filehigh.com/serve/9786/89479.jpg’); background-repeat:no-repeat; background-attachment:fixed;} body{background-color:000;} td, .text, div, input {color:894 !important;}span, b {color:d17 !important;}a {color:691 !important;}table, tr, td, tbody {background-color:transparent; border:0px;} blah blah blah… every time i put the code you gave me . at first the bg was color grey and ….my image didnt show up. why? Posted January 9, 2006, 5:18 am 72 .derek says: html was stipped from your comment. use < and > for < and > next time you submit a comment. as far as the background image is concerned, try using quotes. Posted January 9, 2006, 8:47 am 73 clarisse says: ok tnx a lot. but what if im goin to tile my bg. coz its kinda small. what tags do i use?? body{ background-image:url(’http://www.filehigh.com/serve/9786/89479.jpg’); background-repeat:no-repeat; background-attachment:fixed;} how do i chnged it this?/ well the bg works now. tnx a lot!! muwahs!! Posted January 9, 2006, 9:09 pm 74 clarisse says: ahh nevermind that question that i askedto ya. awhile ago. i can tile now the bg and it works. geez. tnx a lot !! guys!!! Posted January 9, 2006, 9:14 pm 75 jeb says: ok man…my myspace is looking awesome…i just have a simple question…like my nav bar comment box and all that i want to center to the middle of the page…but i can’t figure out how…so if you can help ill be glad to hear from you!! p.s. my myspace is www.myspace.com/iliveforwarcraft thanks! Posted January 10, 2006, 2:15 am 76 Josh says: I used code from another of your reader’s sites to put my comments in a scrollable box in my overlay, but It will not show for some reason. I messaged this person to see if they could help me, but never heard back (a little annoyed with this since I’ve seen several posts here by them asking for help… grrrr). With the limited amount I know about css, I don’t understand the section of code thats supposed to be doing this for me (where it refers to .r, .comt, .cstyle, .redtext, etc.). If anyone can check it out and see what I’m doing wrong I’d appreciate it. Here’s myspace Posted January 10, 2006, 7:59 pm 77 Josh says: oops, somehow my link is going to another .derkilicious page… I dunno. Here’s the site: www.myspace.com/jjscantina Posted January 10, 2006, 8:23 pm Leave a Comment Name (required) E-mail (required) Website Formatting your comment ( Close ) Formatting Your Comment The following XHTML tags are available for use: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> URLs are automatically converted to hyperlinks. ↑ Back to Top | Textarea: Larger | Smaller Your Comment This Entry " Part 4: MySpace DIV overlay [Color] " was written December 25th, 2005 by .derek , and filed under Design , Geek , Social , Color . There are 77 responses. ↓ Read comments , respond or follow responses via XML . Trackback this entry. Entries XML | Comments XML | Powered by WordPress.com . Theme: Fauna
MySpace Background Images myspace
MySpaceImageCode - Myspace Background MySpace image code Home - HTML image code FAQ - MySpace image code terms - Talk to us Home / MySpace Background Images myspace editor New images Registered users Username: Password: Log me on automatically next visit? » Forgot password » Registration -- Random Background 092043304a0575ec5.gif Random Layout layout460.jpg FF Google Toolbar MySpace Background Images -- Choose your MySpace Background from the categories below -- Love Cool and cute love themed myspace background images -- Marble Cool Marble effect myspace background images. -- Imaginative Imaginative backgrounds -- Animals -- Baby -- Birthdays -- Bricks -- Butterflies -- Clouds -- Easter -- Embossed -- Halloween -- Ice -- Light -- Lines & Graphs -- Music -- Nature -- Patterns -- Rainbow -- Space -- Space savers -- Sports -- St. Patrick's Day -- Starry -- Surfaces -- Water World -- Wood -- Xmas & Winter -- Religious Please select your MySpace background fom the categories above: Select category ------------------------------- MySpace Background Images -- Love -- Marble -- Imaginative -- Animals -- Baby -- Birthdays -- Bricks -- Butterflies -- Clouds -- Easter -- Embossed -- Halloween -- Ice -- Light -- Lines & Graphs -- Music -- Nature -- Patterns -- Rainbow -- Space -- Space savers -- Sports -- St. Patrick's Day -- Starry -- Surfaces -- Water World -- Wood -- Xmas & Winter -- Religious MySpace Pre-Made layouts -- Stylish Layouts -- Dark -- Abercrombie -- Dynamic Funny Comment Images MySpace Glitter Graphic Images per page: 3 6 9 12 15 18 21 24 27 30 4images 1.7.1 Privacy Policy
Myspace Backgrounds. Unique Backgrounds
Myspace backgrounds layouts html codes My space - GRML Wed Jan 11 17:18:30 2006 myspace backgrounds layouts html codes my space Myspace Backgrounds. Unique Backgrounds www.animationfactory.com Find backrounds , images, myspace backgrounds , custom myspace layouts , hit counters/stat trackers , animated icons , and free cool HTML codes . Myspace Layouts. Get sample layouts to use in Myspace. More Backgrounds. Get more on background images and ideas . Music codes. Myspace music codes . Web Layouts. Use HTML and Myspace . Tips - Images. There are many ways to use images on the web. Learn some techniques for getting the most from using pictures. HTML Reference. This is a HTML reference covering the tags, their attributes, and explanations.-- web templates . HTML Reference. HTML Code Reference HTML Character Codes -- Myspace HTML Codes - Reference. Use this HTML code reference with Myspace. More Myspace Codes. Get HTML codes for images, music, and movies . Create a Horizontal Rule. More for myspace backgrounds and myspace layouts . Use these tips to improve a myspace layout. To create a horizontal line, for dividing your page or highlighting, simply add this as HTML: <hr> That is it. The <hr> tag inserts a line on your page, like the one below. To use a horizontal rule of a different length, use the tag <hr width=50%> . Here is the example: To change the thickness, of a horizontal rule, use <hr size=XX> . This example uses <hr size=10> I actually added another attribute to the <hr> tag above called "noshade." Noshade creates a darker line, as is shown compared to the one above. It actually reads <hr size=10 noshade> myspace background backgrounds layout layouts html codes my space Myspace HTML Codes. Get sample layouts to use in Myspace. To Install Codes: 1. Go to Myspace.com and login. 2. Click on Home from the top navigation bar. 3. Click on Edit My Profile [it's by your picture blue box] 4. Make sure your on Interests & Personality tab. 5. Go to About Me [2nd one down] and Click (Edit) 6. Paste the code in the text box. Click Preview. Then Click Submit. HTML codes. This code plays a movie. To play automatically, use autostart="true" and put it after loop="true" . <embed name="myplayer"src="Your File URL"type="application/x-mplayer2"width="320" height="265"ShowC."true"ShowStatusBar="true"loop="true"></embed> IP address This is the IP Address you are BROADCASTING: 70.190.129.133 This is the web browser you are using: Myspace polls/surveys. This website creates surveys for your web pages. myspace background backgrounds layout layouts html codes my space Myspace background. Don't use distracting, nor blending, backgrounds which result in hard-to-read text. Don't overuse ad banners, extra large logos, and other frivolous elements at the top of web pages. Don't use pop-up, pop-under, nor moving windows. Don't use "under construction" images forever! Don't use more than one animation, if at all possible. Don't use scrolling text. Don't assume everyone uses your screen resolution and browser. Don't use script to "disable" the back button. Don't assume everyone has the latest plug-in, ActiveX control, and browser features. Visit Myspace and use your myspace background. myspace background backgrounds layout layouts html codes myspace. HTML color codes. HTML color codes. Hex Code Color #FFFFFF #FFFFCC #FFFF99 #FFFF66 #FFFF33 #FFFF00 #FFCCFF #FFCCCC #FFCC99 #FFCC66 #FFCC33 #FFCC00 #FF99FF #FF99CC #FF9999 #FF9966 #FF9933 #FF9900 #FF66FF #FF66CC #FF6699 #FF6666 #FF6633 #FF6600 #FF33FF #FF33CC #FF3399 #FF3366 #FF3333 #FF3300 #FF00FF #FF00CC #FF0099 #FF0066 #FF0033 #FF0000 Hex Code Color #66FFFF #66FFCC #66FF99 #66FF66 #66FF33 #66FF00 #66CCFF #66CCCC #66CC99 #66CC66 #66CC33 #66CC00 #6699FF #6699CC #669999 #669966 #669933 #669900 #6666FF #6666CC #666699 #666666 #666633 #666600 #6633FF #6633CC #663399 #663366 #663333 #663300 #6600FF #6600CC #660099 #660066 #660033 #660000 Hex Code Color #CCFFFF #CCFFCC #CCFF99 #CCFF66 #CCFF33 #CCFF00 #CCCCFF #CCCCCC #CCCC99 #CCCC66 #CCCC33 #CCCC00 #CC99FF #CC99CC #CC9999 #CC9966 #CC9933 #CC9900 #CC66FF #CC66CC #CC6699 #CC6666 #CC6633 #CC6600 #CC33FF #CC33CC #CC3399 #CC3366 #CC3333 #CC3300 #CC00FF #CC00CC #CC0099 #CC0066 #CC0033 #CC0000 Hex Code Color #99FFFF #99FFCC #99FF99 #99FF66 #99FF33 #99FF00 #99CCFF #99CCCC #99CC99 #99CC66 #99CC33 #99CC00 #9999FF #9999CC #999999 #999966 #999933 #999900 #9966FF #9966CC #996699 #996666 #996633 #996600 #9933FF #9933CC #993399 #993366 #993333 #993300 #9900FF #9900CC #990099 #990066 #990033 #990000 Hex Code Color #00FFFF #00FFCC #00FF99 #00FF66 #00FF33 #00FF00 #00CCFF #00CCCC #00CC99 #00CC66 #00CC33 #00CC00 #0099FF #0099CC #009999 #009966 #009933 #009900 #0066FF #0066CC #006699 #006666 #006633 #006600 #0033FF #0033CC #003399 #003366 #003333 #003300 #0000FF #0000CC #000099 #000066 #000033 #000000 Hex Code Color #33FFFF #33FFCC #33FF99 #33FF66 #33FF33 #33FF00 #33CCFF #33CCCC #33CC99 #33CC66 #33CC33 #33CC00 #3399FF #3399CC #339999 #339966 #339933 #339900 #3366FF #3366CC #336699 #336666 #336633 #336600 #3333FF #3333CC #333399 #333366 #333333 #333300 #3300FF #3300CC #330099 #330066 #330033 #330000
MySpace Quiz
My place of Ownage My place of Ownage About Recent Entries Profile Richard This is an honest, internet-hoing-free zone. kthx. Navigation -Recent Entries - Archive - Friends - User Info - My Deviantart Page - Previous Page Links - Deviantart - 1groove Electronica - My MSN Space January 2006 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Page Summary - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] I have no idea if these times are accurate. It feels like forever. - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] Fairly productive day [Fedora Fun] - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] Rundown of my day... - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] don't click it - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] (no subject) - [ # ] Crazed Letterman Fan #34983? Blurb -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d s+: a--- C+++ UL++ P L+++ E- W+++ N+ o K w+++++ O+ M-- V- PS++ PE Y++ PGP+ t--- 5-- X R- tv- b- DI+ D++ G++ e h! r y ------END GEEK CODE BLOCK------ Jan. 9th, 2006 @ 08:27 pm Aim Triton is so bad that there's no words to express how bad it is. Picture lag with ads with too much eye candy (which causes the lag) Currently rockin out to: Slipknot - Wait and Bleed ( 1 comment | Leave a comment ) Jan. 9th, 2006 @ 06:45 pm Hmm, I wonder if cout does this, but to your computer... ( Leave a comment ) Jan. 9th, 2006 @ 09:00 am 3D adverts? ( 5 comments | Leave a comment ) Jan. 9th, 2006 @ 12:16 am Tonight's wild events. #1 -- Dianne's "touching the floor with her palms". This was awesome, especially because she didn't have the zipper up on her shirt and I was standing right in front of her *oops* #2 -- The brooming Yeah, Jamie was messing around and I totally got a broomstick to the elbow. It's still hurting quite a bit. #3 -- The ball of tomatoes Tonight's tomatoes were exceptionally nasty. They were all mushy and crap. I made a ball out of them and threw it at Adam. That was wild. #4 -- The nasty nacho 1 nacho with strips of all the sauces. It left my mouth as quickly as it entered. It was so incredibly gross. #5 -- The black stripe Yeah, I need a new shirt. popenstein took the perminant marker and ran it straight down my back. That one sucks. ( 3 comments | Leave a comment ) Jan. 8th, 2006 @ 05:26 pm CCCCCCCCCCRAP. So apparently that wasn't my problem. I was kinda hoping that's what "checking for Qt... configure: error: Qt (>= Qt 3.3) (headers and libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log." meant. Here's the last chunk of my config.log ( 2 comments | Leave a comment ) Jan. 8th, 2006 @ 04:57 pm Stillll compiling ( Leave a comment ) Jan. 8th, 2006 @ 04:36 pm On the left, we have a kernel of corn. On the right, we have a... kernel of corn!? This is probably the funniest thing I've EVVVER read. ( 4 comments | Leave a comment ) Jan. 8th, 2006 @ 04:16 pm I'm thinking this is like... 1 hour 15 minutes? I DEMAND HAPPY ASCII ART! DAAMMN YOU GCC... DAAAAMN YOU. ( Leave a comment ) I have no idea if these times are accurate. It feels like forever. Jan. 8th, 2006 @ 03:14 pm Probably like... 15min into the compile. 25min in? SNOOZEFEST Currently rockin out to: Black Label Society - What's In You? ( Leave a comment ) Jan. 8th, 2006 @ 03:05 pm Compiling Qt... Why must compiling be so boring? Instead of it verbosing boring data, it should draw pretty ascii pics and stuff. Now that'd be cool! Currently rockin out to: Megadeth - Holy Wars Tags: linux ( Leave a comment ) Jan. 8th, 2006 @ 12:38 pm ATHF Collection now 100% legal! I went out and bought Season 4 today. :D In crappier news, I think I've got a cold. I woke up with an extremely sore throat and a stuffy nose :( ( 2 comments | Leave a comment ) Jan. 8th, 2006 @ 04:25 am don't you hate it when you look down at the clock and realize "HOLY CRAP, IT'S 4:30am ALREADY?!" Seriously, I'm not even the slighest bit tired, but I suppose I shall go to bed and *try* to sleep. Either that or just play a few hours of Infected on my PSP ;) ( 1 comment | Leave a comment ) Jan. 8th, 2006 @ 03:02 am Like lots of random profanity? xine http://movies.collegehumor.com/items/20 05/12/collegehumor.1646735.mov it's pure lolarity! ( Leave a comment ) Jan. 8th, 2006 @ 01:53 am BUY THIS CD! It's seriously that good. Currently rockin out to: BLS - Fire it Up ( Leave a comment ) Jan. 8th, 2006 @ 01:19 am hehe, the guy from Dallas came through Taco Bell again. It's funny b/c he has the accent and stuff. ( 3 comments | Leave a comment ) Jan. 7th, 2006 @ 03:46 pm ( haha! ) ( 2 comments | Leave a comment ) Jan. 7th, 2006 @ 02:58 am Amazon Wishlist Datamining... I should try this on my desktop to see who all wants that fist dong. lollerskates. ( Leave a comment ) Jan. 7th, 2006 @ 12:02 am I've found the coolest webmessenger site EVER. The site will handle ICQ, AIM, Yahoo, Jabber, and MSN. It also has a pretty amazing (non-flash) GUI that (gasp) even works 100% perfect in Linux*. www.meebo.com *Tested in Fedora Core 4 with Firefox 1.0.7. ( 4 comments | Leave a comment ) Fairly productive day [Fedora Fun] Jan. 4th, 2006 @ 09:31 pm Got my WIFI connection working Updated Gaim [via Yum] Downloaded and installed giFT and giFTcurs [they were RPM'd] Downloaded and installed NTFS Drivers [also RPM'd] Mounted the 2 NTFS drives Updated Firefox [via Yum] I think that's about it. ( Leave a comment ) Jan. 4th, 2006 @ 10:49 am K, so I'm in law right now and it's incredibly boring... BUT there are like... 9 guys and 20 girls? It's not a total loss. ;) :P ( Leave a comment ) Jan. 3rd, 2006 @ 11:48 pm Read Teh Comments ( 7 comments | Leave a comment ) Jan. 3rd, 2006 @ 11:30 pm My sister has invented a drink... Mix 1 koolaid jammer with some white sparkling wine. It's actually pretty good! ( 2 comments | Leave a comment ) Rundown of my day... Jan. 3rd, 2006 @ 08:18 pm As you probably know, today was my first day back at school. Here's how it went: Woke up at 6:45am Bought an Ice Cap. My addiction has returned Found room for VB programming The halls were somewhat cool, but the classroom was incredibly hot VB was a joke. I have next week's homework done already. VB ends, SAAD is also in this room SAAD is one BORING class, however, there are a few hot 3rd years in there. 2h break. ate pizza watched a few ATHF episodes MCOS (linux course). Ted and I pwn the class. They're all newbs. I think I know more than the teacher, but I'm not too sure. Head to the last room for C++. We have Devi, whom I hate. It was stupid b/c she has a bad accent and it's hard to understand her Wait for an extra hour for Cory's bro to come pick us up (his brother has a class that runs 1h later than ours, so it's easier to go there once to pick us all up) Went to Mobile Computing to see about getting a new keyboard for this POS. $62.10 later, I have a new keyboard Watched more ATHF Span of day: 8:10 - 5:00 ( 1 comment | Leave a comment ) Jan. 2nd, 2006 @ 11:30 pm Oh, and I also say styphon and violate at Taco Bell. I feel special. ( 8 comments | Leave a comment ) Jan. 2nd, 2006 @ 11:19 pm Today at work was INSANE. Dave called in sick, so I was left with Jamie, Adam, and Mark. We had at least 3 oddly timed rushes. I ended up doing a lot of the work. It was fun, though. I like working with new people -- it makes me feel like I'm better than I am. lol. ( 2 comments | Leave a comment ) Jan. 2nd, 2006 @ 03:03 pm These are some pretty cool plants... ( Leave a comment ) Jan. 2nd, 2006 @ 03:06 am Neat java "game" Turn everything off but the Oil (set it to 5) Build a bit of a pool near the bottom and let it fill. Then burn it! Then put the fire out with "Spout" and put lots of "plant" in the collected "water" and burn the plants. Repeat lots. ( Leave a comment ) Jan. 2nd, 2006 @ 02:39 am Anybody care to take a look at various Crates and Barrels from old videogames ? ( Leave a comment ) Jan. 2nd, 2006 @ 02:13 am I'm sure the chick with the hose is thinking "Come on... Bitch-slap me. I know you want.. Oh, wait a sec. lolz" ( 1 comment | Leave a comment ) Jan. 2nd, 2006 @ 02:05 am Woo Remixes! Think "The Grey Album" but with different bands. Pretty awesome. ( Leave a comment ) Jan. 2nd, 2006 @ 01:28 am Buckethead is my newest hero ( Leave a comment ) Jan. 1st, 2006 @ 11:16 pm haha, we had a Texan come thru Drivethru today. (His plate was from Texas, the holder said "Dallas"). It was funny b/c he had an accent. There were lots of "Uh Huhs and Yeps" and the general lack of manners. It was swell. All he was missing was a big cowboy hat, 'cause we all know that every Texan with an accent wears a cowboy hat. /stereotype ( Leave a comment ) Dec. 31st, 2005 @ 09:19 pm also, my dad yelled at my dog to get off the couch, and in doing so, he broke my headphones. I had no time to untwist them thanks to my dad... Wonderful. I love buying $30 headphones every month. How I'm feeling: Pissed the fuck off ( Leave a comment ) Dec. 31st, 2005 @ 08:08 pm BOOOOO This newyears sucks. 1) No partying 2) Another key has broke on this garbage laptop keyboard 3) Nothing to do tonight %(*&#&$()#*@)(# ( 2 comments | Leave a comment ) Dec. 31st, 2005 @ 06:27 pm Apparently they're adding an extra second to today so that it can synchronize with the atomic clock. Apparently it's due to some wobbly rotation in the earth or something. Crazy stuff ( 1 comment | Leave a comment ) Dec. 31st, 2005 @ 12:20 am Kay, so I'm using my paid privledges to creep thru users in Whitby... and it's like everybody knows Petra. I hearby present unofficial "Most popularest LJer in Whitby" to burnblack_ . Woo. ( Read more... ) ( 3 comments | Leave a comment ) Dec. 30th, 2005 @ 09:40 am %*@&(!$%(# Okay, so... this week SUCKS. Why? Last night I worked until 12:00 Today I work at 10:13 until 7pm My dad took back the DVD player we got him b/c it was screwing up, and didn't go out with me and brought home a $100 POS... It won't take DivX DVDs which is why we got the other one... He could have had the same damn thing as the one he got for... $40? Ugh School starts on the 3rd I'm doing 33h of work this week I was supposed to have tomorrow off. But clearly I don't My back is still killing me On the other hand: I bought all 3 ATHF box sets and an awesome shirt! It's black with this pic ( Leave a comment ) don't click it Dec. 29th, 2005 @ 12:43 am Thanks to mmmbopbadubadop for showing me THIS SITE [dontclick.it] Currently rockin out to: Buckethead - Welcome to Bucketheadland Tags: internet ( Leave a comment ) Dec. 28th, 2005 @ 02:58 am Apparently I missed a site... Guitar Shred Show ( Leave a comment ) Dec. 28th, 2005 @ 02:14 am I AM SO INCREDIBLY BORED... I HAVE SURFED EVERY PAGE OF THE INTERNET... I NEED NEW FUN!1!!1!!!1! ( Leave a comment ) Dec. 28th, 2005 @ 01:37 am The Tonight Show Hijacked Photobooth Prank . (5 thumbs up... I'm a mutant!) ( Leave a comment ) Dec. 27th, 2005 @ 11:27 pm Went over to Nikole's ( rainbow_sprite ) [hubba hubba :P] place tonight. I helped her in her quest for ultimate guitar playage. (She got an accoustic for Christmas). T'was fun. Then we watched Deuce Bigalow European Gigolo. Then we played Rogue Squadron on her PS2. It was awesome. Note to Nikole: We need to do that more often. ( 2 comments | Leave a comment ) Dec. 27th, 2005 @ 12:25 am Has anybody else using gmail been getting hit up with quite a bit spam lately? I have no clue where it would be coming from... ( 1 comment | Leave a comment ) Dec. 26th, 2005 @ 10:34 pm How to dance like a white guy ( 1 comment | Leave a comment ) Dec. 26th, 2005 @ 12:35 am Merry Christmas! I would have posted this sooner, but I'm only JUST getting on my computer. Here's how my past 2 days went. 6:45 - 11:30pm - Got home from work (which sucked). Ate dinner, Played Cranium (me + my sister = team smart... undefeated) opened up present (traditional Xmas Eve Pajamas... lol) 11:30pm last night - went to bed. I was tired, my mom wanted to do stockings 7:40am - My mom was getting anxious and woke us all up 8:00am - I bicker and complain about being up so frigging early 8:01am - Go through stocking 9:00am - Open presents from parents/siblings Trauma Center: Under The Knife (NDS) Mario Kart (NDS) Infected (PSP) Gripshift (PSP) Shirt Ozzy CD (Covered songs. Unopened. Going to take back and get the BLS CD instead... Ozzy's covers sounded kinda weak IMO) 10:00am - Attempted to shower and get dressed. My sister needed help with her iPod 10:05am - Still helping sister 10:10am - Almost made it to shower. Mom wanted something, can't remember what 10:20am - Finally get shower, dressed, and washed 10:35am - Eat Breakfast 11:00am - Head to Grandparents (Aunt stayed overnight there) Coat Sweater Shirt Cologne Ate Lunch, Played Cranium (Team Smart remains undefeated), had dinner, did all that jazz... came home. And here I am now. There's my past 2 days compressed into a list. ( 4 comments | Leave a comment ) Dec. 24th, 2005 @ 11:07 pm I've been having way too much fun with this... Create a Snowflake ( Leave a comment ) Dec. 24th, 2005 @ 12:58 am I was thrown on SUCH a loop earlier this morning. 10:00am -- my alarm goes off. I kinda wake up. 10:??am -- I doze off again... w/o realizing it 10:??am -- I dream about getting out of bed and getting ready to leave to the school 10:15am -- mom yells at me "Are you getting out of bed anytime soon?" 10:15am -- me: ?? wtf? Huh? what's going on.... OHHHHH ( Leave a comment ) Dec. 23rd, 2005 @ 11:50 pm OMG! Tara, thank you SO much!!! You're the greatest person ever <3 <3 <3 She gave me a 2 month subscription AND 2 extra userpics. I <3 you with digital mouth! :P ( 1 comment | Leave a comment ) Dec. 23rd, 2005 @ 03:09 pm I went to Anderson (my highschool) to say hi to some friends and teachers and the like. It was fun. I sat through the christmas assembly which was alright. They've gone way downhill since I started there, though. My grade consisted of several different bands and such which made it fun.... I sat behind bright_on_dark but didn't realize it was her until later. (I loved your hair btw). Then I met up with _monroeville_ and we went to subway. That was fun. I left Subway to hitch a ride with my mom (Who was at the school to get my brother.) At the top of Anderson's hill, I saw my bro getting into the van. I ran like no tomorrow and thanks to traffic, I caught up. It was a fun run. Tonight I work 5:00 - 11:30 (diningroom close) and tomorrow I'll be working 12:00 - 6:00. fun. ( 5 comments | Leave a comment ) Crazed Letterman Fan #34983? Dec. 23rd, 2005 @ 01:36 am Your daily dose of Stupid ... and this time it WASN'T me. " In a teaser for his show, Letterman jokingly said, "Marry Me, Oprah," which Nestler rapidly deduced was a message intended for her." Because CLEARLY there's no ACTUAL woman in the world named "Oprah ... "" especially no really famous talk-show host. Dumbass lady. ""Oprah had become my first of many code names," she wrote..." I wonder if "other code names" consists of "Jennifer Lopez" and "Martha Stewart"? Currently rockin out to: Turbonegro - Don't say Motherfucker, Motherfucker ( Leave a comment ) Top of Page Powered by LiveJournal.com
myspace editor background html
MYSPACE CODES Pimp Myspace Editor MYSPACE CODES Pimp Myspace Pimp Out Myspace My MYSPACE CODES Myspace Music Codes myspace video codes myspace music video codes myspace html codes myspace layout codes myspace background codes free music codes for myspace myspace picture codes free myspace layout codes free music video codes for myspace myspace music html codes free myspace video codes myspace cursor codes free myspace background codes myspace image codes graphic codes for myspace background codes html myspace myspace code generators myspace free html codes free audio codes music myspace myspace song codes code free html layout myspace myspace pre-made layout codes myspace myspace code help myspace music player codes cute layout codes myspace myspace color codes myspace text codes myspace game codes free picture codes for myspace cool html myspace codes free code for cursor for myspace myspace font codes myspace html video codes free html code for myspace backgrounds myspace marquee codes audio codes myspace codes myspace whore myspace background music codes free myspace codes html codes for music video myspace codes free graphic myspace myspace codes comment codes glitter graphic myspace myspace picture html codes codes free myspace song myspace audio music codes online now codes myspace box codes contact myspace myspace comment box codes codes contact myspace table cool myspace codes myspace wallpaper codes html text codes for myspace new music video codes for myspace myspace profile codes myspace font color codes myspace html color codes myspace codes icon myspace css codes myspace music url codes cool myspace background codes myspace html codes and layout mp3 codes myspace free music html codes for myspace myspace picture marquee codes html image codes myspace myspace background image codes myspace video codes generator myspace music code generator myspace code picture background funny video code for myspace myspace color code chart code glitter myspace myspace music code hot myspace animated codes myspace picture myspace animation codes myspace code scrollbar myspace code background layout myspace code background music free cursor codes html for myspace myspace text color codes myspace quiz codes myspace html codes generator codes myspace survey myspace tracker codes scrolling picture codes for myspace codes free layout myspace pre-made box codes myspace scroll myspace slide show codes myspace banner codes myspace html codes for graphic reggaeton music codes for myspace codes mix down myspace html codes for myspace code falling myspace objects free myspace image codes PIMP MYSPACE PIMP MY MYSPACE PIMP YOUR MYSPACE CODES MYSPACE CODES MYSPACE CODE MY SPACE CODES CODE FOR MYSPACE CODES MYSPACE CODES myspace codes codes Copy paste HTML code to your myspace profile MySpace Codes Myspace Codes Myspace Scripts Myspace Codes Myspace Scripts Myspace Themes Myspace Help MySpace Codes Free MySpace HTML Codes MySpace Codes and MySpace HTML codes gallery of Free MySpace Codes source for MySpace codes and MySpace HTML Codes MySpace Layouts MySpace Codes MySpace Codes Homepage MySpace Generators MySpace Layouts MySpace Graphics MySpace Codes MySpace Tutorials Top MySpace Generators Myspace Codes Myspace Layouts Editor MySpace layouts myspace editor background html code graphics picture code MySpace Codes MySpace Codes MySpace Generators MySpace Codes We have MySpace Layout code Generator MySpace Friends MySpace Contact Box MySpace Online Now MySpace Comment Box Myspace Codes all Myspace Codes you need Check our Myspace Online Now Images Myspace Falling Objects generator and our Myspace Myspace Help Myspace Codes myspace Html Myspace Help Myspace help Myspace Layouts Myspace Codes Myspace HTML myspace MySpace Codes Video Hosting Blogs HTML Editors MySpace Editor Music Video Hosts Blog Tools HTML Editor MySpace Help you create design edit generate myspace profile codes design customize pre-made your profile below how Generate MySpace codes copy and paste Music Video Codes Free HTML for MySpace for Music Video Codes updated videos Largest database on the web Free Myspace Codes Free MySpace Codes best generators and codes best Myspace codes and generators on the web at Free Myspace Codes Myspace Codes Myspace Layouts MySpace MySpace users that how to pimp out myspace profile everything MySpace tables on your page Center your entire profile Use this page code to center your entire MySpace profile MySpace Images MySpace Layouts MySpace Simply copy and paste the html code and of any image onto your MySpace page GLITTER IMAGES Myspace Myspace Codes Myspace Generator Myspace Cursors customize your Myspace profile help for myspace generators myspace codes myspace profiles Myspace layouts myspace generators myspace codes We have free video codes video codes Myspace Full Layout Generator Myspace Contact Box, Myspace Online Now, Myspace Comment Box Myspace Codes Myspace Profile Generator Creator pimp your MySpace profil Mp3 Flash player Music Codes Contact Tables Generator MySpace Online Now Codes our MySpace Online Now Codes MySpace Code Forums MySpace Online Now Codes MySpace Layouts MySpace Images MySpace Codes MySpace Editors MySpace Profiles MySpace Video Codes MySpace Videos MySpace Wallpapers MySpace Tools MySpace Image Codes Free Image Hosting For MySpace bandwidth urls MySpace Image Codes Myspace Graphics Free Images Pics Music HTML codes Myspace backgrounds Myspace layouts HTML codes cursors Myspace Backgrounds Myspace Backgrounds hundreds of myspace picture codes myspace graphics myspace layouts and myspace glitter graphics these codes for your blog neopets, and anywhere else you can copy and paste css for myspace profiles. MySpace Layouts and MySpace Layout Editor MySpace free myspace layouts Myspace Layouts Codes Tutorials and more MySpace Layouts MySpace Codes Myspace Graphic Myspace Editor Myspace layouts Myspace backgrounds Myspace Cursor Myspace Help Myspace Codes Myspace Cursors Myspace Editor new myspace codes MySpace Layouts Video Codes Profile Generator MySpace Layouts Video Codes Profile Generator MySpace Codes Online now Myspace codes HTML codes Myspace customize Make your own layouts Myspace Profile Generator Creator pimp your MySpace Mp3 Flash player Music Codes MySpace Codes MySpace Codes Profile Codes MySpace Profile Codes Comment Codes Codes Myspace Codes Myspace Layouts MySpace codes to help users edit myspace page, or adding games hovers marquees Myspace Codes Myspace Generators Myspace Cursors Myspace Myspace Help Myspace Codes Myspace Generators Myspace Video Code Generator Needed Hosted Video Myspace Codes We have Myspace Codes 4 u Myspace Codes Myspace Themes Myspace Backgrounds and codes Copy and paste this code into your profile This code works in HTML or on MySpace Myspace celebrity images to browse or take the codes for your guide of Myspace HTML codes MySpace HTML Code Music Codes Games Video Codes Layouts FREE MySpace HTML Code MySpace Music Codes Video Codes Game Codes Layouts Editor MySpace Codes and MySpace Layouts MySpace Codes and MySpace Layouts help MySpace Codes Resources Resources For MySpace Graphics and Animations Free Web Layouts Myspace Layouts Backgrounds Graphics Codes Free Web Layouts Myspace Layouts Backgrounds Graphics Codes Generate codes for your profile blog page and myspace Myspace Codes Myspace Layouts Myspace Whore Me Myspace Image Codes myspace codes and generators to pimp your webpage MySpace Layouts MySpace Codes MySpace MySpace Codes Pimp out your MySpace page with these free html codes, graphics and skins myspace codes is CSS myspace allows both CSS and HTML MySpace Templates Free MySpace Templates best MySpace Code Editor Easy making your own Layout with our MySpace Codes. MySpace Codes MySpace Codes The MySpace Codes you are looking for are in the MySpace Templates Myspace Codes MySpace Codes MySpace Generators Layout Generator MySpace Friends List MySpace Contact Box MySpace Online Now MySpace Comment Box Video MySpace Video Codes Copy and paste the code MySpace Codes to Link to the Video Myspace Codes Myspace Codes Myspace Layouts Myspace Whore Me Myspace Image Codes Layout Generator Myspace overlapping text Myspace Codes Thomas Myspace Editor Pimp Myspace