MySpace Pre Made Layout
>>>
MySpace Layouts and PreMade MySpace Layouts Your #1 Source for MySpace Layouts , Graphics , and Animations for your profile! Home MySpace Layouts MySpace Animations MySpace Graphics MySpace Generators Contact MySpace Layouts Look through our database of cool stylish MySpace Layoutsavailable for download. The Premade Layouts for MySpaceare Top Quality, and custom made here at MySpaceClipArt! Browse by Category: All 3D Abstract Animals Cartoons Cars Flowers Girly Styled Guy Styled Hearts Singers / Artists TV Shows and Movies Misc. Total MySpace Layouts: (57) Indian Layout Preview Layout Get the MySpace Code for this Layout! Category: Misc Xbox 360 MySpace Layout Preview Layout Get the MySpace Code for this Layout! Category: Misc Funk Abstract MySpace Layout Preview Layout Get the MySpace Code for this Layout! Category: Abstract Sweetness MySpace Layout Preview Layout Get the MySpace Code for this Layout! Category: Abstract Injection Layout Preview Layout Get the MySpace Code for this Layout! Category: Abstract 1 2 3 4 5 6 7 8 9 10 11 12 Next Featured Profile Check out the Designers Profile! Check out our Contact Page to Get your Profile Featured! Photoshop Tutorials Urge Music Service Cinema 4D Tutorials URGE Music Service MySpace Games MySpace Graphics Music Video Codes MySpace Game Codes MySpace Images 2006 MySpaceClipArt.com MySpaceClipart.com is not affiliated or endorsed with MySpace.com. All Trademarks are owned by their respectfull owners. MySpace Layouts - MySpace Graphics - MySpace Animations - MySpace Layouts - MySpace Generators
My Space
.derkilicious | Part 1: MySpace DIV overlay [The base] .derkilicious Blog The Dirt Wordpress Search « links for 2005-11-11 | Home | Wordpress.com - soft “porn” to dethrone the Scobleizer? » Part 1: MySpace DIV overlay [The base] This will be part one of a series for creating your own MySpace DIV overlay. I will try to keep this tutorial simple and straightforward. The idea is to cover the entire default MySpace profile with your own custom page. While DIVs can be used to cover specific areas of the profile [while retaining much of the default page], this series will walk you through the steps necessary to cover the entire default profile [see my current profile here ]. The easiest way to visualize a DIV overlay is to imagine a stack of strategically placed “layers”. Before continuing, note that users are recommended to edit in SAFE MODE. You can access the ‘Safe Mode’ option on your defualt page. To the right of your profile image, you will find a link to edit in ‘Safe Mode’. The default profile editor may be rendered useless after adding any DIVs. Insert the following CSS into your ‘About Me’ section: <style type="text/css"> .main{ position:absolute; left:50%; top:125px; width:800px; z-index:1; margin-left:-400px; } </style> The important properties above are top and margin-left . Adjusting top will reposition the table vertically. The smaller the number, the closer the table (base DIV overlay) is to the top of the page. If you want to cover the MySpace navbar, edit 125px accordingly. Margin-left controls the table position (left of center). We’re creating a table with a height and width of 800px. Feel free to change the background color as needed (currently set to white). If you’re looking for color resources I’ve bookmarked a few sites on del.icio.us . Insert the following HTML into your ‘I’d Like To Meet’ section: <div class="main"> <table style="width:800px; height:800px; cellpadding:0px; cellspacing:0px; background-color:FFFFFF;"> <tr><td valign="top"> INSERT CONTENT AND ADDITIONAL DIVS </td></tr></table></div> That’s all I’ll leave you with for now. The base layer is all that’s really needed to get started with your own custom DIV overlay. Your default layout should be completely covered by a solid table with the text ADDITIONAL DIVS, CONTENT, AND IMAGES GO HERE assuming you copied everything verbatim. You can replace that text with additional TABLES, DIVS, text, or images. Note that it is essential that any previous code you may have inserted into your profile be removed before creating your overlay. Note that the DIV does not cover the top advertisement. Covering the banner ad is aginst the MySpace TOS. Update: I updated the above code to create a solid white DIV overlay. Disregard the screenshot below which uses the original dark base. Continue with Part 2 >> Tags: myspace , div+overlay , tutorials , css , design , profiles -- Trackbacks & Pingbacks .derkilicious » Blog Archive » Part 2: MySpace DIV overlay [Navbar / Content] pingbacked on November 13, 2005, 1:52 pm dynamo » Blog Archive » MySpace layouts pingbacked on November 13, 2005, 8:34 pm .derkilicious » Blog Archive » Part 3: MySpace DIV overlay [Comments] pingbacked on November 14, 2005, 9:56 pm .derkilicious » Blog Archive » Who is this guy? pingbacked on December 13, 2005, 4:27 pm .derkilicious » Blog Archive » Part 4: MySpace DIV overlay [Color] pingbacked on December 25, 2005, 3:31 am Myspace Overlay Tutorial at tomkelleher.com pingbacked on January 3, 2006, 12:21 am Comments 1 Jeff says: Very cool, but won’t this also cover the admin section as well hiding all of the editing functions? Posted November 11, 2005, 4:11 pm 2 .derek punsalan says: i think you’re thinking of your personal myspace portal page which has the ‘my mail’, ‘my bulletin space’, etc. the overlay will only cover the default profile that other users see when they check your page. nothing on the backend is changed. Posted November 11, 2005, 4:14 pm 3 Bwelsh says: No, he means when you go to ‘Edit My Profile’ it overides the things, so nothing is clickable or viewable. I am having this problem. Posted November 11, 2005, 10:53 pm 4 .derek punsalan says: I appologize. I had included the stylesheet adjustment for a later part of the series which removes the top navbar completely. Use top:150px . Posted November 11, 2005, 11:38 pm 5 Brendan says: Thanks. I messaged you on myspace. -Brendan Posted November 11, 2005, 11:46 pm 6 Sarah says: Mine’s all goofed up now too — how can I fix it? I can’t click on the “edit” buttons because they are hidden now. Help?! Posted November 12, 2005, 12:44 pm 7 Bwelsh says: Hit the “Back” button. Otherwise Im pretty sure your screwed. Oh, and its not working derek. Posted November 12, 2005, 1:09 pm 8 Sarah says: Oh — I just discoverd MySpace has a “safe mode”! Now I can edit again! Posted November 12, 2005, 2:46 pm 9 alan says: I’m 99.999% sure I copied it exactly right, but all I got was a like big gray box inside the about me section. It still had everything else. Know what’s wrong? Posted November 12, 2005, 3:53 pm 10 tyler says: I’m with alan here. I copied exactly, but it’s just a big space in “about me.” Posted November 12, 2005, 6:25 pm 11 .derek punsalan says: i’m not sure why some of you are seeing the div within your about me box. please double check that all your html tags are closed properly. i just used the exact code above on a dummy account (which i recommend all of you test on) and the default profile was covered completely while keeping the navbar visibile. as someone else mentioned, edit your profile using the safe mode option. also note that i’ve updated the post to insert the css into the about me and the html into the i’d like to meet section. it doesn’t make a difference. i made the change out of conveniance and consistency. stylesheets usually precede html. Posted November 12, 2005, 7:39 pm 12 Kortnie says: I have a question. on my MySpace homepage, the “My Bulletin Space” is not there. It just has a link to “View All Bulletins”.. I can`t see the 5 they usually post there. Does anyone know whats wrong? Thanks =] Posted November 12, 2005, 10:59 pm 13 .derek punsalan says: i’m sure it’s just a myspace server issue. i noticed earlier while i was logged in that some groups were missing. Posted November 13, 2005, 12:48 am 14 Kortnie says: Yeah.. Its been like that for a while. lol andd. Myspace stuff does not get sent to my email anymore? =/ and I still have the same email and everything.. lol weird =] Posted November 13, 2005, 6:32 am 15 Joe says: i don’t understand, im having the same problem as Alen and tyler… im almost poitive ive copied it over correctly but it jsut shows a big white box in the about me section… any good solutions yet… Posted November 13, 2005, 5:18 pm 16 .derek says: joe: i don’t understand, im having the same problem as Alen and tyler… im almost poitive ive copied it over correctly but it jsut shows a big white box in the about me section… any good solutions yet… double check that all html tags are closed properly. open tags would be the only reason for the div overlay being displayed in the about me box only. Posted November 13, 2005, 5:31 pm 17 tv says: how do you make the color of your page extend to above the links and all around so that hideous blue is gone? also, i am having problems understanding where you put the text and what codes go with it … when i try to put an image, say, it puts it below my color and under my profile … Posted November 14, 2005, 10:16 am 18 tyler says: ok, when I went back and checked everything, for some reason I had put the css in the “I’d like to meet” section and the html in the “about me” section. also, I had 1 minor error, which was .mail instead of .main - so if you guys are still getting that giant space in “about me”, check what happened to me as well. now that I’ve fixed it and the profile is covered, using IE, I’m seeing some strange things. The table (in IE) is auto-moving when the window is resized, maximized, etc. However, in FireFox this isn’t the case. Since most people do use IE, though, is there a way to fix this? I messed with “margin-left:” and changed the numbers around (from -425 to -225 and then to 0) and it’s just moving all over the place. So, for now I’m leaving it at -425px and just seeing if the next layer of divs will take care of it. Besides that, I’d say this code works excellent. On to Part 2!! Posted November 14, 2005, 11:17 am 19 Koray says: Uh, you can use < for < and > for > That way wordpress won’t parse it as html and we still get to copy the code. Thanks for the tutorial. I appreciate it. Posted November 14, 2005, 12:57 pm 20 .derek punsalan says: thanks for the tip koray Posted November 14, 2005, 1:48 pm 21 .derek punsalan says: tv: how do you make the color of your page extend to above the links and all around so that hideous blue is gone? also, i am having problems understanding where you put the text and what codes go with it … when i try to put an image, say, it puts it below my color and under my profile i’ll address the rest of the layout in the next part of the series. as far as your image is concerned, are you saying that the image is showing up below the div? tyler: unless you want the problems that you’re experiencing right now with the table dancing, i’d recommend leaving the margin-left at -400px. are ou adjusting the overall width of the table? you shouldn’t be seeing any layout issues with the base div in ie. Posted November 14, 2005, 2:12 pm 22 tv says: yes derek, below the div. Posted November 14, 2005, 2:31 pm 23 .derek punsalan says: tv make sure that you’ve closed the div and tables completely. if you’re inserting an image it the above code it should look like this: <div class=”main”> <table style=”width:800px; height:800px; cellpadding:0px; cellspacing:0px; background-color:FFFFFF;”> <tr><td valign=”top”> <img src=”http://imageURL” alt=”Blah Image” /> </td></tr></table></div> Posted November 14, 2005, 2:35 pm 24 Nick says: how do I make sure that everything is covered. I used the codes correctly, yet my comments are still appearing underneath it. Please help? Posted November 14, 2005, 8:04 pm 25 .derek punsalan says: nick: see part three of the series for hiding comments and adding a comment box. Posted November 14, 2005, 9:10 pm 26 tyler says: @derek no, actually, the only thing i changed was margin-left. all I really did was experiment and change the numbers around but put it back to -425px. however, for some reason it is still dancing around. could it be myspace, not IE? myspace does have a lot of problems sometimes, I know you’d all agree on that lol… other than that, everything else is working fine. Posted November 14, 2005, 9:37 pm 27 tyler says: @derek error 404 on that link also, i changed margin-left to -400px like you said and everything’s fine now. thanks! Posted November 14, 2005, 10:28 pm 28 Nick says: The link for part 3 isn’t working…might want to fix that… Posted November 15, 2005, 7:05 am 29 HamsterHam says: i have a monitor which the resolution is 1280*1024 and this code does not cover all the originial myspace stuff, can someone help me please. Posted November 15, 2005, 12:52 pm 30 Dan says: the link for the 3rd part of the tute is here . dunno how but the page is filed as being published on the 15th not the 14th??? anyway, this is the link that works cheers (this is a really good tute btw, really enjoying it) Posted November 15, 2005, 2:36 pm 31 josh says: how do i cover the stuff at the bottom, like the navigation bar and the rest of my info, i have tryed adjusting everything and i can’t get it Posted November 17, 2005, 9:50 pm 32 CHARiSH says: wOOOOw i had to read this a couple of times to understand it aLL.. `n i stiLL dont.. i think iLL go over it a few more times.. but best of luck to you guys.. `n derek.. i think it’s great that ur trynahh` expLain aLL this overlayy stuff..=P.. take care guys..!! Posted November 18, 2005, 9:16 am 33 .derek punsalan says: josh: could you paste a link to your profile? charish: you should be able to copy and paste the code straight into your profile to get the same results. Posted November 18, 2005, 11:27 am 34 josh says: here is the link to my page, i hope you can help me click here for my myspace Posted November 18, 2005, 4:07 pm 35 josh says: actually nevermind, i figured it out i have to make my page longer, so yeah thanks for the profile Posted November 18, 2005, 4:11 pm 36 josh says: oh hell. nevermind about that lst comment, i guess i had it for a second but i still don’t know what to do, please help me? Posted November 18, 2005, 4:27 pm 37 pat says: iv pasted the codes correctly but the white overlay is adjusted too much to the left so i still see some of my old profile on the right. . . help. :[ Posted November 19, 2005, 5:25 pm 38 tv says: ok derek, i now have a different problem. perhaps it comes from various codes being used and one canceling another. i am trying to get my profile (which i’ve done in widescreen) to be centered and make my own borders with every single other thing on this page (save for the banner) gone! i keep getting to the part where i got the layout good and i think all my codes are right, the layer is right, and then i have NO idea how to make tables and have them show up. i try to put them in various places. the code i followed above only made a white box appear in the left corner. now, i want one huge straight centered table or sequence of tables to customize the rest back on … (well … default picture table box, blogs, etc etc) if i try and just use text to type in the about me or other sections it won’t show up or it’s in the corner. the code i used above not only made the table up in the corner but it brought back all my default profile!! help!!! i’m working on this WAY too long and am having MAJOR problems understanding perhaps SIMPLE things. thanks tv Posted November 20, 2005, 2:02 am 39 tv says: forgive me if this is sent twice!! my last post was all about why i can’t get any tables to work … but i think it disappeared. all i want is a widescreen div layout with everything off of it so i can put it all back on custom! i got to the part where everything was awesome and looking great until i put in the code above and bam–whack time. i also have NO idea how to make tables because they don’t show up. is there a code i am missing for layers or something? well the code above brought my default profile back and left a big square in my left top. i am trying to keep my profile centered and just in a straight line down the middle. it seems so easy, but apparently not for me! Posted November 20, 2005, 2:07 am 40 ash says: Ive pasted all the codes correctly but the white overlay isnt long enough and thats why i see my old profile on the bottom..please help me Posted November 20, 2005, 6:34 am 41 .derek punsalan says: iv pasted the codes correctly but the white overlay is adjusted too much to the left so i still see some of my old profile on the right. . . help. :[ please check to make sure that you’ve cleared any previous code from your profile. if you’ve added videos or embedded objects you need to remove those in order to cover the default. the code above centers the div in the middle of the page. Ive pasted all the codes correctly but the white overlay isnt long enough and thats why i see my old profile on the bottom..please help me do you mean your comments are sticking out at the bottom of the page? Posted November 20, 2005, 12:50 pm 42 pat says: i had already taken out all my codes and you still see some of my old profile coming out the sides of my overlay. and how can i get the blue thats around the ad to be the same color as my overlay? Posted November 20, 2005, 2:45 pm 43 ash says: @ .derek yes thats exactly what i mean !! Posted November 20, 2005, 4:32 pm 44 ash says: ok i fixed the problem but now theres another problem…now that i have the overlay im unable to edit my profile because the overlay is covering the button “edit” what do i do? Posted November 20, 2005, 4:40 pm 45 .derek punsalan says: ash edit in safe mode. Posted November 20, 2005, 5:35 pm 46 Alice says: .derek I’ve managed to cover my profile entirely BUT the advert at the top of the page still apears, can you help? Posted November 21, 2005, 3:42 pm 47 .derek punsalan says: alice: removing the banner advertisement at the top of the page is against myspace tos. Posted November 21, 2005, 6:20 pm 48 Alice says: Haha, thankyou x Posted November 22, 2005, 3:52 am 49 Daniel says: Thanks for the code! I feel so much better making my own HTML instead of trying to embed a design into MySpace’s existing DIVs. Posted November 22, 2005, 11:10 pm 50 Daniel says: For anybody that needs it… If you try and change the body background (of the whole page, not just your overlay), you’ll find yourself with a white stripe towards the bottom. I struggled with killing that strip only to find some of my content being hidden… Then I realized–I use the same background throughout my entire content, why not change the color of the stripe (which turned out to be the standard links at the bottom of a myspace page). Here is the code I used–substitute your own color and add it to the “About Me” style on this page: body { background-color:045697; background-attachment:scroll; } table td div {background-color:045697;} Posted November 23, 2005, 12:06 am 51 Kasey says: Hey when I try to put that code in my ‘I’d like to mee’ section I keep getting this big white box in the center of my page covering everything. Could you tell me how to fix this? Posted November 23, 2005, 12:22 pm 52 .derek punsalan says: that big white box is what you’re trying to get. that’s the div overlay. you add additional divs and content on top of that. pasting the code from above will not automatically create a new profile for you. you need to hand code it yourself. Posted November 23, 2005, 12:31 pm 53 Grace says: This is great. I’m just wondering how you can cover up the part above the banner. I changed the thing to 125px to cover the myspace nav bar but I don’ t know how you would do the part above the banner. Posted November 23, 2005, 10:51 pm 54 .derek punsalan says: the best thing to do would be to set top at 0px and create your own navbar and position with css. Posted November 23, 2005, 11:49 pm 55 KylexKaos says: i tried everything i could think of but i cant figure out why i cant cover up the myspace banner please dude help me Posted November 24, 2005, 1:53 am 56 .derek punsalan says: if you read my previous posts i am not going to show people how to cover the myspace ad banner. it’s against the terms of service (tos). myspace is free. why bother covering a banner at the risk of having your profile closed? Posted November 24, 2005, 2:06 am 57 me says: i really want to create an overlay on my myspace page but i dont want to get rid of my comments or hide them how do i do that? Posted November 24, 2005, 1:43 pm 58 britney says: hi. this probably got answered already, but i was wondering…… im not bad at html, but when i put the second code in ‘who id like to meet’ it just puts a big white box over all my stuff so i cant click “edit” any more i tried what you said to bwelsh, chaning the top to 150px, but it didnt work Posted November 25, 2005, 9:39 pm 59 daniel says: I got a problem just like Pat and ash, where my old profile still shows, because the div is too small or something. I believe that i have placed the codes in correctly and have all codes erased. I’ve tried to fix it over and over. plz help!thx Posted November 26, 2005, 10:14 pm 60 Krystin says: ohh my this makes my confused but uh while im here does anyone know how to get a url of a song so i can put a playlist on my page? Posted November 29, 2005, 11:18 pm 61 READ ME says: IF YOU CAN NO LONGER EDIT IT, YOU GO TO YOUR MAIN LOGIN PAGE AND CLICK “SAFE MODE”. Posted November 30, 2005, 8:10 pm 62 Fil says: yea i followed your tut and made changes and it all works fine except for one thing, if youre not in full screen it cuts off part of the left side www.myspace.com/wanderingevil Posted December 1, 2005, 4:13 pm 63 wo0dy says: the div does not cover the entire profile some is still sowing see: Posted December 1, 2005, 6:50 pm 64 wo0dy says: ohh you dont souport html well heres the address http://putfile.com/pic.php?pic=12/33419565788.jpg&s=x12 Posted December 1, 2005, 6:52 pm 65 wo0dy says: nevermind i changed the hieght and fixed it but the main pronblem was that i was useing firefox Posted December 1, 2005, 7:07 pm 66 Crista says: How do you go about switching into safe mode? Posted December 2, 2005, 5:18 pm 67 Crista says: I’m sorrt, never mind. Posted December 2, 2005, 5:18 pm 68 marisa says: Thanks for all your info on making a div overlay… Posted December 3, 2005, 1:19 am 69 Mike says: you should really mention that to avoid the problem of not being able to clik on the “Edit” links, use “Safe Mode”!! Posted December 6, 2005, 3:33 pm 70 .derek punsalan says: eh. it forces people to read the comments. noted though. Posted December 6, 2005, 4:40 pm 71 Annette says: I’m a little confused. I read all 3 of ur tutorials and i entered all the stuff where it specified, etc. But I have the following questions: 1. How do I move my page over to the right more? On my screen I can’t see everything to the left. 2. Posted December 7, 2005, 12:08 pm 72 Annette says: I’m a little confused. I read all 3 of ur tutorials and i entered all the stuff where it specified, etc. But I have the following questions: 1. How do I move my page over to the right more? On my screen I can’t see everything to the left. 2. How do I add columns to be able to create “sections”? 3. Posted December 7, 2005, 12:08 pm 73 .derek punsalan says: annette can you link your profile so others as well as myself can take a look at your code to figure out what might be causing problems. make sure that you clear any previous codes. if your default profile is extending beyond a width of 800px, you have something in there that wasn’t default. i don’t know how many times i’ve tested this tutorial for myself on clean default layouts, but the result will be a clean white div overlay completely covering the default. if your comments are extending beyond the bottom of the page, check the second tutorial for the code to hide them. if your page is extending to wide, that means you most likely have wide images or a previous streaming audio clip still in our profile somewhere. completely clean your profiles by going into safe mode and deleting each respective profile section. Posted December 7, 2005, 12:14 pm 74 Annette says: oops sorry. i’m dumb when it comes to all of this HTML stuff! I’m trying to learn! I dont’ know how to link but here it is Posted December 7, 2005, 12:38 pm 75 Annette says: Just so you know, i deleted everything that was on my profile in safe mode before I started adding all of your stuff. Posted December 7, 2005, 12:40 pm 76 .derek punsalan says: annette i followed your link and it said the account was closed or deleted. try entering the clean url example: myspace.com/idnumer. it sounds like you’re fairly new to html [including css]. it might not hurt to read a little before trying to create your own unique profile. read some of the beginners tutorial on html dogs . Posted December 7, 2005, 12:43 pm 77 jane rossal says: hey how do you put a background on the div that does not scroll when you move the scrollbar. I made my div cover the entire page even the nav bar ( everyhting except the advertisements) and I am trying to put a background but evrytime I do it moves. If anybody can help me I would REALLY appreciate it….. please!! i have tried using the position:fixed;, the background-attachment:fixed; , and the background-repeat:no-repeat; but it does not work on the background… maybe you have to put in on the table or the div… but if anybody has done this or knows how please let me know, Thanks! Posted December 7, 2005, 10:13 pm 78 Ian says: what is the codes to remove your status (i.e single, married etc) i really dont like it so i was wondering if there a code so it doesnt show? Posted December 9, 2005, 12:07 pm 79 Sarah says: Do you have to use CSS for all of your content ? it’s covering the page & everything ..just HTML doesn’t seem to work with it anymore. like for example the img src code. Posted December 10, 2005, 12:00 pm 80 nikki `n jani`s lAYOUTS says: okkk..umm.i am so confused. =/ i hav a layout site..and all i want is the full code for how to make my myspace look like theirs.. profile (av_layouts) Posted December 10, 2005, 4:06 pm 81 .derek punsalan says: sarah says: Do you have to use CSS for all of your content ? it’s covering the page & everything ..just HTML doesn’t seem to work with it anymore. like for example the img src code. css is used for “styling” the html content only. <img src=”http://” /> tags still work. Posted December 10, 2005, 4:18 pm 82 Randi says: Thanks so much for the turtorial XD. It helped so much. But is there a way I could block out or change the “Friends Space”? Posted December 10, 2005, 4:40 pm 83 .derek punsalan says: if you followed the tutorial, there shouldn’t be a friends space in your profile. Posted December 10, 2005, 4:43 pm 84 Randi says: Damn. I was basically sure I followed it all correctly…. I’ll check it over. Do you know where I would have made the mistakeness? Or no. Or… meh; I’ll just go through it again. Thanks. Posted December 10, 2005, 4:49 pm 85 arielle says: i tried it but the old page is still in the background… Posted December 11, 2005, 12:34 pm 86 Becca says: I can’t get my links at the top of the page (the regular links that are automatically there) to show up. They only show up when I hover on them. The grey color shows (on hover) but the rest do not. Can you tell me what I should change about the code? a:navbar{color:black;} a.navbar:active{color:black;} a.navbar:visited{color:black;} a.navbar:hover{color:grey;} Thanks Posted December 11, 2005, 7:16 pm 87 matt says: The first three. Posted December 11, 2005, 8:34 pm 88 Becca says: But, how should I change them? Posted December 12, 2005, 11:44 am 89 matt says: change the black to something else Posted December 13, 2005, 9:48 am 90 Shannon says: I think this whole overlay idea is really cool. I have seen it done and I like it, but i can honestly say I have no idea how to go about this. i tried reading the directions and doing what it said, but it wasnt much help. if theres anyway someone could help me, like walk me through things it would be greatly appreciated. thanks… Shannon Posted December 14, 2005, 6:57 pm 91 Monkey says: I’m with Shannon on that. I have a feeling that we’re going to have to learn CSS and html pretty hardcore in order to do this overlay business. Am I right or wrong? About how long is this gonna take to learn. I know basic tags in html. I really don’t know shit about CSS. What do you guys think? Posted December 14, 2005, 9:45 pm 92 Monkey says: I put the DIV into the “I’d like to meet” section and changed the size of the table, but it just writes a little grey square in the top left. Do I have to code where the table goes? -To move it around I mean. And when I put the code in for the first DIV,— into About Me, nothing happened at all. I straight up copied and pasted. I understand I have no clue how to do this. I’m just doing it piece by piece and trial and error. Should I go about it some other way? Posted December 14, 2005, 9:53 pm 93 .derek punsalan says: i’m not sure why people are having issues with the base div coding. cut and paste and your results should be clear cut. i hate to say this, but individuals who have no desire whatsoever to learn a little html / css on their own are better off running the default myspace profile. as unfortunate as it may sound, the handholding can only go so far. it was my intention to lead the way so readers could take the base and add at will. there are plenty of profile gens out there [use google] that will provide a graphical interface for choosing colors and background images to suit your tastes. make sure that any previous code in your profile has been deleted. enter safe mode and click the ‘delete’ link under each profile section. not meaning to sound rude.. i guess the recent proof that no good intentions go without being abused got to me. hopefully other users will chime in. Posted December 14, 2005, 10:03 pm 94 Monkey says: No problem. I was just wondering how much of this is know how…from experience…and how much can be picked up, say, in a couple hours or so. I do have an intention of learning html and css, both. I understand basic tags and nesting. You say take all coding out of the page. What about in the blog? Does customizing the blog with it’s built in customizer affect this? Posted December 14, 2005, 10:27 pm 95 Monkey says: Here’s my ultimate question. Should I see a visual change in my profile after I submit the first div in “about me?” Or is that white slate just underneath all that other junk? Yes, I have deleted all text under each profile section. Posted December 14, 2005, 10:45 pm 96 .derek punsalan says: most of this is stuff that anyone could pick up if they sat down for an hour or two and searched google. the blog customizations won’t affect your front page layout. you should see an immediate visual change on your front page if you copy and paste both the html and css into their respective containers in your profile editor. make sure that all tags are closed otherwise your div will be displayed in your about me box on the front page. Posted December 14, 2005, 10:49 pm 97 Monkey says: The code is all deleted. Do you mean I have to delete all the pictures and all that too? Posted December 14, 2005, 10:51 pm 98 .derek punsalan says: depends. where are the images? did you manually insert them into your profile (the sidebar, the main content area)? even if you didn’t remove them, they would get covered up by the div overlay anyway. Posted December 14, 2005, 10:55 pm 99 Monkey says: So correct me if I’m wrong. The Div that goes into the “I’d Like to meet” is essentially the platform table for all the rest of the page content… If this is so, what is the purpose of putting the first div in the “about me” section? *I started a new myspace from scratch, just to be on the safe side, and now I have a blank page after part one. Posted December 14, 2005, 11:28 pm 100 Dayevid says: OK Im totally new to the whole myspace thing so I am trying to find a way to make my page really nice but when I use this code my profile sticks out under the top box how do I make the whole thing covered up on both sides and the bottom too?? Posted December 15, 2005, 3:16 am 101 Monkey says: http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=43225791 this is my dummy profile. How come I can’t find a way to get the white ridges out from the nav bar? -Been working on it for hours. Seems like I tried everything. Posted December 15, 2005, 5:39 am 102 Monkey says: Dudes and dudettes, and whomever it may concern. CSS pros come to my rescue. Question: If I use this main div mask overlay on page one, will I be able to make a web page in dreamweaver and sort of puzzle it over the top of it?” Any pointers would be appreciated concerning the hardness of this. I want to spend a week, but not 2 months, if you know what I mean. Posted December 18, 2005, 2:57 am 103 .derek says: yes. you can create a page in dreamweaver and “lay” it over the base. note that you will need to make minor positioning changes so keep that in mind before you sit back and marvel at your “perfect” looking page from within dreamweaver. Posted December 18, 2005, 3:16 am 104 lostmouse says: hey, i was having the old profile peeping out of the sides of the table problem. i deleted a comment that had a big picture in it (even though you cannot see it on the page it still seems to push the profile out at the sides) and now all is well Posted December 18, 2005, 11:36 am 105 Stephanie says: Okay, it doesnt cover all of my profile… like the comments and some of the interests sections are still showing. Posted December 18, 2005, 5:41 pm 106 .derek says: steph you left previous code in. the tutorial stipulated that all codes be removed in order for the div to completely cover the default. your comments may stick out the bottom but the code to hide those is in the tutorials as well. Posted December 18, 2005, 5:54 pm 107 LAkers0505 says: so derek, i can make a css webpage in dreamweaver and put it into the myspace profile? Posted December 18, 2005, 7:45 pm 108 .derek says: yes. as i stated above. you can code in dreamweaver. the finished result won’t look the same in myspace. you’ll need to adjust a number of widths. i tried and got frustrated so did everything by hand with notepad. i can’t provide answers for users going the dreamweaver route bc a) i don’t own a copy and b) i’d rather code by hand. Posted December 18, 2005, 8:14 pm 109 Tiffany says: is there a way u can make a link button for instant messaging? if so how? Posted December 19, 2005, 12:36 pm 110 Jenn says: Ok…I have copied and pasted everything as is. I am still having problems covering everything. It seems as if my original profile is off center, and the overlay is not covering everything completely. I have deleted everythign in safe mode. What am I doing wrong? Profile link: http://www.myspace.com/Jenniferc7585 Posted December 19, 2005, 2:48 pm 111 Jenn says: ok….X out that last comment. I guess it was a myspace problem. I have done all of your tutorials, 1-3. I know I have done them correctly because I have went back and checked everything out. The overlays have not covered everything. The “Details” section is still showing a little bit… Posted December 19, 2005, 3:05 pm 112 Monkey says: Derek- How would you suggest re-creating the links that manifest and rewrite themselves as blog 1 through 5. Also, the links to add user, subscribe, etc.? Posted December 19, 2005, 7:13 pm 113 .derek says: monkey the links have been posted before. right click the links below and copy the url. you need to edit the friendID to match your own for your account. i don’t have the slightest clue on how to recreate the blog postings. some sacrifices have to be made when using the div overlay considering the fact that you are nearly detaching youreslf from the service completely. add to friends add to group send message Posted December 20, 2005, 3:54 am 114 Rhian says: I’ve made div overlays before, using Notepad, except I’ve never managed to actually put them onto my Myspace profile because even in Safe mode the Submit button disappears. Now I’ve tried the Manual Submit from around 4 different gens, except all I get from all of them is “Cannot Find server” and stuff. Help? (Sorry if this is a stupid question) xx Posted December 20, 2005, 7:14 am 115 Fil says: Yea I followed your tut and made a few changes and it all works fine except for one thing, if youre not in full screen it cuts off part of the left side. Is there a way to fix that? Posted December 20, 2005, 1:21 pm 116 Monkey says: Thanks for the info on the links, derek. Here’s some more questions if you feel like teaching a monkey some new tricks: I’ve got my divs placed on the mask div perfectly, thank you. I’m now attempting to fill each div with a graphic that I’ve created. (I’ve also made the rollovers in photoshop.) -First of all, can these divs be treated with rollovers? And if so, where am I going to put the info–into the style sheet part or the div part? Also, with some help I figured something out and wanted to share it. -For people who want to put their own images in their blog, they might have noticed that the image has to be hosted somewhere online for the myspace browser to read it. ImageShack is a free place you can host your pic. For me to use my graphics that I’ve made in my divs, I’m probably going to have to host them there as well. Right? I wish there were an easier way to do this. But then again, nothing that’s easy is really worth doing. Posted December 21, 2005, 12:06 am 117 Monkey says: Derek, just wanted to let you know I’ve gone and done it. Thanks for all your help. If anyone is interested in asking questions about making a page in dreamweaver, and laying it over the mask, I got some of it figured out. I might be able to help. ;) Posted December 21, 2005, 12:17 am 118 amy says: hi…umm somehow my ‘about me’ & ‘who i’d like to meet’ have merged together & my page now only says ‘about me’ there’s a big blank space in between it & where the ‘who i’d like to meet’ should be….any clues as to how to fix this? Posted December 23, 2005, 12:36 am 119 Monkey says: Amy- Try clicking on “safe mode.” (First click “home”) Safe mode is next to your display shot. A code you put in probably messed up your tables. Clear your code by pushing the delete button. You might want to save your code in notepad first, -depending on your situation-, if you want to have someone look at it and find the error. Clearing the code you put into both About me and I’d like to meet should at least get your tables back. Posted December 23, 2005, 1:50 am 120 Skitz says: Hi Derek, I’m having problems with the “About Me” part. Where exactly do you put the text? Posted December 23, 2005, 10:18 pm 121 lakers0505 says: wow thanks derek, this will be alot of help, ive figured out alot by myselfm and help of dash, having knowledge of photoshop helped alot too. Posted December 25, 2005, 6:33 am 122 Favian says: Hey I just recently visited this website and I noticed that many of you have trouble with the submit button dissapearing when you try submiting certain content. Well this is what you do to fix that. I know this works on internet explorer and firefox but I don’t know about AOL and it doesn’t work on MSN. What you do is on the browser your using. Go to any website it doesn’t matter and then save it to your favorites. After that go to to your favorties list and right click the webpage you just saved and click properties. On internet explorer all u have to do is replace the existing url in the url section with this: javascript:document.forms[2].submit(); in fire fox put that javascript in the section marked locatin and then change the name of the favorite to submit button. then click ok and click ok to anything else that pops up after doing it. Then when your submit button dissapears just go to your favorites list and click on that favorite and it will work as your submit button. Posted December 28, 2005, 1:24 am 123 Mackulette says: Thanks for sharing your knowledge, I was able to do a simple overlay through this site. Posted December 30, 2005, 1:28 pm 124 Zoe says: Hi Derek, I’m trying to put a picture in the background of one of my divs and I read your other Parts for the Myspace DIV tutorial. But what I am trying to do is put the img and have a scroll box over the image and in the scrollbox would be my content. For example, I would have a person and then and they would have a talk bubble and the scrollbox would be in the bubble. how would I do this? Thanks for the help on the simple overylay though; it helped alot! Posted December 30, 2005, 5:06 pm 125 Zoe says: Also Derek, I tried out your float: left and float: right code and followed to directions completely but somehow it didn’t seem to work. Can you tell me what I might be doing wrong? Posted December 30, 2005, 5:12 pm 126 Jenny says: hey! I was wondering why on my page you can see all the side stuff… how can i take that away Posted December 31, 2005, 12:22 pm 127 Mel says: Thank you for your tutorial. (: I was trying to get a background (image) behind all my tables, but it keeps coming up in the div tables, I was wondering how I would go about leaving the tables white, and having the background behind them changed. Posted December 31, 2005, 5:35 pm 128 chris says: SAFE MODE PROBLEM. ok im having a problem where when i add a DIV tag, and then click preview to view the results the submit button has been covered… how can i get round this and submit my page. this happens in safe mode as well as regular editing. cheers Posted January 1, 2006, 6:11 pm 129 Jesziica says: ummmm… dont mean to b all off topic… but ii was wonderiing if yu cud get baq to me with a code on how to remove the advertisement on da top of my myspace ii have seen it dun… and ppl actuallii cover the advertisement with a banner sayiin wateva dey wish to be saiid… if at all possible… Posted January 2, 2006, 11:09 am 130 .derek says: if you read through the tuts i’ve mentioned that covering the advertisement is not something i’m willing to explain. Posted January 2, 2006, 1:05 pm 131 melissa says: sorry if this has already been answered, but… even when i’m in ’safe mode’, it doesnt let me submit it =/ please and thanks =] Posted January 2, 2006, 2:31 pm 132 .derek says: melissa your question has been discussed a number of times through the comments. create a new bookmark and use the following as the “address” javascript:document.forms[1].submit(); Posted January 2, 2006, 6:21 pm 133 Josh E says: Hey derek i am having alot of problems could you take a look and get back to me asap??? i really want to learn this but how can i learn if its not worknig? lol i make graphics but i cant do this, crazy www.myspace.com/jwthe1st my aim sn is XXGrimReefer Posted January 3, 2006, 7:29 pm 134 nicolas says: how can i add a picture underneath the about me type section, or in the middle? Posted January 3, 2006, 11:42 pm 135 Matt says: Hello, thankyou for your tutorial, I’ve been playing around with it, however I have hit a slight snag. Most problems I have been able to solve myself, but this one has me baffeled, bizzare considering I never expected it to be much of a problem. I am attempting to alter the colour of the text from black to white, but everything I have tried has been unsucessful. I’ve tried adding code to the ‘About Me’ section as such: .content{ width:525px; float:left; colour: FFFFFF; padding:5px 5px 5px 7px; margin:5px 0 0 5px; border:0px solid; } This made no difference. Using HTML tags in the ‘Who I’d Like to meet’ section changed the colour of the text but upon viewing my profile it had dissapeared all together. Code was as follows: Content Text Everything else I’ve experimented with hasn’t worked. So yeah, I’m stuck. Please help. Posted January 4, 2006, 1:00 pm 136 .derek says: try changing colour to color. Posted January 4, 2006, 2:05 pm 137 Matt says: Of course! How silly of me. I’ll never get my head round these American spellings. Thanks very much. Posted January 4, 2006, 2:36 pm 138 nicolas says: how can i add a picture? i made one, and its there, but theres no space between the ‘abut me’ type section and the picture.. Posted January 4, 2006, 2:36 pm 139 Matt says: This now poses another problem. The colour of the text has indeed changed, however if there are any HTML tags preceeding the text in the ‘Who I’d Like To Meet’ section the text reverts back to black. Why is this, and how does one go about formating text without HTML tags? Posted January 4, 2006, 2:55 pm 140 nicolas says: PLEASE HELP. i need to know how i can make this not show.. www.myspace.com/7test7 the very bottom has some showing.. how do i fix that? Posted January 4, 2006, 4:10 pm 141 Matt says: Never mind, problem solved. Thanks anyway. Posted January 4, 2006, 5:17 pm 142 Dying Defiance says: A couple of questions: 1. How does myspace know which style tag is devoted to which div? I have yet to discover the pattern. 2. How can I place images inside of the divs? Posted January 5, 2006, 2:20 pm 143 Ben says: When edited m page, I did everything correctly, but half of the “Children” box and the full “Education” box is still visible. How do I get that off? Posted January 6, 2006, 12:51 am 144 Ben says: N/M Posted January 6, 2006, 12:55 am 145 Jonathan says: A’ight…Im confused now. I finally got my background image up, but I have a couple issues. 1) If using Firefox, the image will stay put while the page scrolls, which is what I want, but towards the bottom of the page, you can barely see where the image starts to repeat. Do I just need to make the image bigger? 2) In Internet Explorer, the image repeats, and does not stay still. I use 1024×768 by the way http://www.myspace.com/whentheyfail Lastly, I’ve tried alot of combinations…but I can’t get it right. If I’m using 1024×768, can someone tell me how to cover that whole screen? Posted January 6, 2006, 3:48 am 146 JacktheRipper says: Is there an overlay code for Post a comment/email to a friend? Posted January 7, 2006, 7:54 pm 147 Matt says: Hi Can this be done on the actual band pages. As there is no about me section it seems like it’s not possible but I’ve seen bands with customised pages. Cheers Posted January 10, 2006, 9:49 am 148 Ditzy says: hey, i made an overlay and i have a table in the center that i want to host my top 8 and my comments..but im not sure how i link it correctly so that it is as if it were normally on myspace..updating regularly etc. please help! Posted January 10, 2006, 11:36 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 1: MySpace DIV overlay [The base] " was written November 11th, 2005 by .derek , and filed under Design , Geek , Social . There are 154 responses. ↓ Read comments , respond or follow responses via XML . Trackback this entry. Entries XML | Comments XML | Powered by WordPress.com . Theme: Fauna
PreMade MySpace
Myspace Layouts & Codes - Xenra.com | pimps online! NAVIGATION - Homepage - Contact Us - Layout Editor - Voting Poll - Kyle's Profile - Nick's Profile RESOURCES - Image Uploader - Toolbar - Support Xenra - Game Codes - Competition GRAPHICS - Backgrounds - Cursors - Glitter - Contact Tables - Myspace Layouts GENERATORS - Full Layout - Contact Tables - Online Now - Comment Box - Overlapping Text - Falling Objects - Navigation Bar - Whore Me - Scrollbar Colors - Extended Network - Background - Christmas Theme - Myspace Layouts - Game Codes MYSPACE TWEAKS - Center your Profile - Hide Extended Network - Hide Contact Box - Hide Details Section - Hide General Info - Hide Last Login - Hide Only Your Friends - Hide the Search Form - Hide Friends - Move Contact Box - Remove Links - Remove the URL Box - Comment Images - Reverse Friends - Scroll Content Boxes - Scroll Friends - View More Pictures - Myspace Layouts - Game Codes - More Tweaks BASIC CODES - Music & Video Codes - Image Codes - Hover Codes - Marquee Codes - Special Characters - Miscellaneous Codes - Color Chart - Game Codes - Myspace Layouts BEGINNERS - Confused? - What is HTML & CSS? Myspace Layouts Paste the layouts code into the About Me Section. Artistic Layout Preview this Layout Get your own free cool template at MySpace Layouts Plain Layout Preview this Layout Get your own myspace layout at Xenra.com! Pink Girlish Layout Preview this Layout Get your own myspace layout at Xenra.com! Christmas Themed Layout Preview this Layout Get your own free cool template at MySpace Layouts Mac OS Layout Preview this Layout Get your own free cool template at MySpace Layouts Cool Shapes Layout Preview this Layout Get your own free cool template at MySpace Layouts The Punisher Layout Preview this Layout Get your own free cool template at MySpace Layouts Legacy Layout Preview this Layout Get your own free cool template at MySpace Layouts Relapse Layout Preview this Layout Get your own free cool template at MySpace Layouts 3D Living Room Layout Preview this Layout Get your own free cool template at MySpace Layouts Hero Movie Layout Preview this Layout Get your own free cool template at MySpace Layouts New layouts are added daily. Can't find a layout you like? Contact us and we will look into creating some customized layouts. You can contact us by clicking the 'Contact Us' link on the top left of this page. OTHER STUFF - Myspace Layouts - Photo Sharing - Crazy Videos - Win iPod Nano - Myspace Scripts - Myspace Games - Myspace Tweaks - Myspace Polls - Image Uploader - Forum Tickers - Advertise Here . © 2006 Myspace Layouts & Myspace Codes Xenra.com is no way affiliated or endorsed with myspace.com Myspace Image Uploader Myspace Graphics | Glitter Graphics | Myspace Generators | Myspace Tweaks | Myspace Games
Myspace HTML all here!
Myspace Help Myspace Codes myspace Html Home MyLÓÒk MyAudio MyVideo Gifs Pictures Online Icon Cool! FX HOT! MyContact Cursors New! WhoreME! HTMLCodes CommentBox FriendsList Interest Games FUN! Fun2Watch FUN! Avatars HOT! HTML Area MyName MyTextArt Backgrounds & Gifs Layouts HOT Playlist NEW! Filter FX Flash Album ScrollBars NEW! Text-Fade HOT! Text-Gif HOT! GlitteringText Superb! Season Graphics HOT! Promote my site please! Myspace Help | Myspace Profile Editor | Myspace Codes | Myspace HTML all here! Fill out your e-mail address to receive our newsletter! Subscribe Unsubscribe Browse archives Myspace Help Welcome to Myspace Help NEW CODES!!! Look near by the end of the page! This page is for you people who want to customize your space and make it REALLY unique, There are places like to add music codes, myLook Profile editor that do it for you, but this wil let yours be completely unique. If you want some music videos go to myVideo or bunch of songs go to myAudio , we even have more codes on WebCodez.com A great staff to help you with your needs in the HTmate Forum htmate2.com To copy and paste, highlight and press Ctrl C *To copy press Ctrl first then C *Then to paste press: Ctrl and then V ------------------------------------------------------------------ ::::Keep on checking back! We may have new codes!:::: to bold your text <b>text</b> ex: this is bold to strike your text <s>text</s> ex: this is strike to underline your text <u>text</u> ex: this is underline supscript <sup>text</sup> ex: supscript subscript <sub>text</sub> ex: subscript to make your font bigger <font size="put a number you want">text</font></b> ex: hi (this is font size 5) to change the font face <font face="the font you like">text</font> ex: this is font face: monotype corsiva to change colors of your text <font color="choose color">text</font> ex: this is grey to blur your text <SPAN STYLE=position:static;;filter:blur(color=AEC1D0)>text here</SPAN> ex: text blur to glow your text <SPAN STYLE=position:static;;filter:Glow(color=AEC1D0)>text here</SPAN> ex: text glow to change colors of your scrollbar <style type="text/css"><!-- BODY{ scrollbar-3dlight-color: COLOR; scrollbar-arrow-color:#COLOR; scrollbar-darkshadow-color:#COLOR; scrollbar-face-color:#COLOR; scrollbar-highlight-color:#COLOR; scrollbar-shadow-color:#COLOR; scrollbar-track-color:#COLOR;} --></style> to put music on your page <bgsound src="URL OF SONG"autostart=trueloop=infinite> to make a background fixed <style type="text/css"><!-- body {background: url(URL OF BACKGROUND) fixed; background-color: COLOUR;} //--></style> no right click <BODY ONCONTEXTMENU="return false"> to make a dropdown list <select style="background-color: COLOUR; color: COLOUR; font-family: FONT; font-size: SIZE;"><option>FIRST ITEM</option><option>SECOND ITEM</option><option>THIRD ITEM</option><option>FOUTH ITEM</option><option>FIFTH ITEM</option></select> EX: FIRST ITEM SECONDITEM THIRD ITEM FOUTH ITEM FIFTH ITEM how to highlight words <span style=background:COLOUR NUMBER OF HIGHLIGHT HERE><font color="COLOUR NUMBER OF FONT HERE">MESSAGE HERE</font></span> EX: HEY THERE. COOL UH? Transparent Code (Needed for background to work) <STYLE TYPE="text/css">table, td, textarea, a, body, input{background-color:transparent;border:none;border-width:0}></style> how to change the size and colors of your notebox <STYLE TYPE="text/css">input,textarea{color:"black";font-family:arial;text-align:middle;cursor:crosshair;font-size:8pt;background:white;border-style:solid;border-width:1; border-color:"black"}--></style> make text move (marquee) <MARQUEE direction="left" width="80">text here</MARQUEE> ex: text move make text move up and down <MARQUEE behavior=alternate direction=up scrollAmount=3 width="80" height="20">text here</MARQUEE> Changing All the Colors <STYLE TYPE="text/css">td, table {color:#F5F5F5} .whitetext12 {color:#000000} .lightbluetext8 {color:#000000} .blacktext12 {color:#000000} .btext {color:#F5F5F5} .blacktext10 {color:#F5F5F5} .text {color:#F5F5F5} .orangetext15 {color:#F5F5F5} .nametext {color:#F5F5F5} .redbtext{color:#F5F5F5} A:link{color:#F5F5F5} A:visited{color:#F5F5F5} A:active{color:#F5F5F5} A:hover{color:#F5F5F5} a.navbar{color:#F5F5F5} a.navbar:link{color:#F5F5F5} a.navbar:active{color:#F5F5F5} a.navbar:visited{color:#F5F5F5} a.navbar:hover{color:#F5F5F5} a.redlink:link{color:#F5F5F5} a.redlink:active{color:#F5F5F5} a.redlink:visited{color:#F5F5F5} a.redlink:hover{color:#F5F5F5} a.searchlinksmall{color:#F5F5F5} a.searchlinksmall:link{color:#F5F5F5} a.searchlinksmall:active{color:#F5F5F5} a.searchlinksmall:visited{color:#F5F5F5} a.searchlinksmall:hover{color:#F5F5F5} ></style> Reverse Your Page <STYLE TYPE="text/css">body{direction:rtl;} The Following Code WILL not Workon myspace but is for xangas removing ads : <!-- Remove Various Things : Provided by Blogring.net --><script language="javascript"><!-- if (location.href.match ("home.aspx")) { var ht = document.getElementsByTagName ('table'); //document.write.blogring.netfor (var t = 0; t < 10; t++) { str = ht[t].cells[0].innerHTML; if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none"; } } //--></script> <!-- End script : Provided by Blogring.net --> Transparent Image <img src="put url of image here" style="filter:alpha(opacity=50)"> Title Scroller put this into the custom header this is the title thingy ( Unless stated otherwise place in Heroes Section of your profile. ) Adds Background Color and a background Image, change the color FFFFFF for the bg color and the url for the bg pict. <style type="text/css">table, td {background-color:transparent;border:none;border-width:0;} </style><style type="text/css">body {background-color: FFFFFF;}body {background-image:url(http://img.photobucket.com/albums/v491/bahumut/Drawings/Dragon1G.bmp);background-repeat:no-repeat;background-attachment:fixed;background-position:center;}</style> to upload a background from your computer go to http://www.imageshack.us NAME ON TOP OF BACKGROUND </SPAN<SPAN CLASS="txt"<MARQUEE direction=left height=60 scrollAmount=9 scrollDelay=10 style="COLOR:.FF0000; FILTER: alpha(opacity=65); FONT-FAMILY:Comic Sans; FONT-SIZE: 40pt; FONT-WEIGHT: bold; POSITION: absolute; RIGHT:410px;top:0;Z-INDEX: 25" width=468; WHATEVER </MARQUEE<MARQUEE direction=right height=60 scrollAmount=9 scrollDelay=10 style="COLOR:.FFFFFF; FILTER: alpha(opacity=65); FONT-FAMILY:Comic Sans; FONT-SIZE: 40pt; FONT-WEIGHT: bold; POSITION: absolute; LEFT:130px; top:0; Z-INDEX: 25" width=468; @ myspace </MARQUEE</SPAN Reversing page from left to right (Picts on right, blogs on left) <style type="text/css">table {direction:rtl;}table table table {direction:ltr;} </style> TO CHANGE THE COLOR OF YOUR LETTERS <style type="text/css"td, table {color: RED}.whitetext12, .blacktext12, .orangetext15, .nametext {BLUE}.lightbluetext8 {color: PINK}.btext {color: YELLOW}.blacktext10 {color: GREEN}.text {color: BROWN}.redbtext{color:BLACK}A:link {color:PURPLE}</style To Change almost all of the text on your page <style type="text/css">body, td, li, p, div, textarea, a, input, table, li, h1, h2, p, br {color:FFFFFF;}.btext {color:FFFFFF;}.blacktext10 {color:FFFFFF;}.blacktext12 {color:FFFFFF;}.lightbluetext8 {color:FFFFFF;}.nametext {color:FFFFFF;}.text {color:FFFFFF;}.orangetext15 {color:FFFFFF;}.redbtext {color:FFFFFF;}.text {color:FFFFFF;}.whitetext12 {color:FFFFFF;}a:link {color:FFFFFF;}a:visited {color:FFFFFF;}a:active {color:FFFFFF;}a:hover {color:FFFFFF;}a:link img {border:1px solid 000000;}a:visited img {border:1px solid 000000;}a:hover img {border:1px solid 000000;}a:active img {border:1px solid 000000;}</style> The meanings of each text changing part: This line will change the main body text: body, td, li, p, div, textarea, li, h1, h2, p, br {color:color_code;} These next lines will change the headings, and other colored text .btext {color:color_code;} ("XX's Latest Blog Entry" & "XX has XX Friends") .blacktext10 {color:color_code;} time and date in the Comments section. .blacktext12 {color:color_code;} "XX is in your Extended Network" .lightbluetext8 {color:color_code;} ("General", "Music", "Heroes", etc.) .nametext {color:color_code;} This is the name ABOVE your profile picture. .orangetext15 {color:color_code;} ("About Me", "Who I'd Like to Meet") .redbtext {color:color_code;} (XX has "XX" Friends) .text {color:color_code;} (Name, Location, Age, etc.) .whitetext12 {color:color_code;} ("Contacting XX", "XX's Interests" etc) This will change the colors of the links a:link {color:color_code;} This is the color of links a:hover {color:color_code;} Color of link with mouse over. a:active {color:color_code;} Color of active link. a:visited {color:color_code;} Color of visited link. This will change the border color of picture links a:link img {border:1px solid color_code;} Color of image link border a:hover img {border:1px solid color_code;} Color of link with mouse over a:visited img {border:1px solid color_code;} Color of visited link Adding those borders around everything ( Warning! This will ruin pages with tables and will make a background image disappear) If you know how to fix this code so it wont ruin tables and bg images, please send me a message, Thank you <STYLE>td, table, tr, span, li, p, div, textarea,td, li, p, div, textarea {border-color:FFFFFF}table{border-color:FFFFFF}</STYLE> IF U WANT TO MAKE A FONT GLOW, instead of typing this {color: purple} TYPE THIS {color: RED! important; filter:glow(color= GREEN, strength=2); height:1; font-weight:normal; font-style:italic;} THIS IS THE CODE FOR THE SCROLLBAR <style type="text/css"body{scrollbar-face-color:black;scrollbar-shadow-color:limegreen;scrollbar-highlight-color:blue;scrollbar-3dlight-color:pink;scrollbar-darkshadow-color:yellow;scrollbar-track-color:white;scrollbar-arrow-color:red;}</style images are translucent untill you roll over them, then they become opaque. <STYLEa img{filter:Alpha(Opacity=60)}a:hover img{filter:none}</STYLE Changing your Links: This code will make your friends picture to dissappear when you point your mouse cursor on it and turn a fade effect on links. <style type="text/css"a:hover{Filter:alpha(style=2, opacity=100, finishopacity=0, startx=0, finishx=100, starty=0, finishy=100);height:1px;width:inherit;}</style MAKE SURE YOU USE ONLY ONE MOUSEOVER Mouseover with Filter <style type="text/css"<!-- a:hover{filter:glow(color:COLORHERE, strength=3);height:0px;width:inherit} //--</style you can change the filter to glow/shadow/blur/flipv/fliph Mouseover with Border <style type="text/css"<!-- a:hover {border:COLORHERE 1px dashed;} --</style if you wanna different border you can change the "dashed to ---solid/dotted/double/inset/outset/groove/ridge Mouseovers that Reverse <style type="text/css"<!-- a:hover{filter:fliph(color:COLORHERE, strength=3);height:0px;width:inherit} //--</style Mouseovers that flip them upsidedown <style type="text/css"<!-- a:hover{filter:flipv(color:COLOR HERE, strength=3);height:0px;width:inherit} //--</style Mouseovers that changes the cases <style type="text/css"<!-- a:hover {text-transform:uppercase;} --</style just change the "uppercase" to "lowercase" Mouseovers with Text Decoration <style type="text/css"<!-- a:hover {color:COLOR HERE; text-decoration:line-through} --</style you can change decoration to underline overline/line-through/underline/overline/ Mouseover with background .gif <style type="text/css"<!-- a:hover { background: url(".GIF URL HERE"); } --</style Everything below you place wherever you want the affect to occur. To put a pic in a comment or in your profile <img src=URL GOES HERE To specify a width and height (in pixels): <img src=" url_of_image "height="400px" width="400px" THIS IS THE CODE TO MAKE YOUR PICTURES TRANSPARENT <style type="text/css"img { filter:glow(color=black)progid Alpha(Opacity=100, FinishOpacity=1, Style=3, StartX=0, FinishX=100, StartY=0, FinishY=100) } </style Black and white pic <img src="url of image goes here" id="GRAY1" border=0 style="align:center;filter:Gray" To hide "your name" is in your extended network <style type="text/css".blacktext12 {visibility:hidden;}</style TO CHANGE COLOR OF COMMENTS <style type=text/csstable, td {color:green;} </style TEXT EFFECTS: <bBold Text</b BOLD TEXT <iItalic Text</i ITALIC TEXT <uUnderlined Text</u UNDERLINED TEXT <strikeStriked Out Text</strike striked out text <smallSmall Text</small Small Text small text <subSub Text</sub Sub Text sub text <supSup Text</sup Sup Text sup text <marquee scrollrate=4Marquee</marquee Marquee with a speed of 4 <h1Biggest Text</h1 Biggest Text <h2Bigger Tex<t/h2 Bigger Text <h3Big Text</h3 Big Text <h4Normal Text</h4 Normal Text <h5Small Text</h5 small text <h6Smaller Text</h6 Smaller Text smaller text TO DISPLAY A NORMAL TEXT LINK: <a href=" url_of_link "text to be displayed on page</a TO OPEN LINK INTO A NEW BROWSER WINDOW USING TEXT: <a href=" url_of_link " target="_blank" text to be displayed on page </a TO MAKE A PIC ACT AS A LINK: <a href=" url_of_link "<img src=" url_of_image "</a TO OPEN LINK INTO A NEW BROWSER WINDOW USING A PIC <a target="_blank" href="URL_OF_LINK".</a To add a video with windows media player <embed name="RAOCXplayer" src=" URL HERE " type="application/x-mplayer2" width="320" height="302" ShowC."1" ShowStatusBar="1" AutoSize="true" AutoStart="false" EnableC."0" DisplaySize="0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"</embed To add a video with Real Player <PARAM NAME="CONTROLS" VALUE="ControlPanel"><PARAM NAME="CONSOLE" VALUE="one"><EMBED SRC="URL Goes Here" WIDTH=200 HEIGHT=40 NOJAVA=true C.ControlPanel C.one></OBJECT> To just add music ( Place in Heroes Section ) WINDOWS <embed src=" URL HERE " width="280" height="45" autostart="false"</embed REAL PLAYER <embed src=" URL HERE " width="400" height="45" autostart="false"</embed Adding a scrollbar to your page Adding scrollbars are a bit more tricky but should be easy enough. Adding a scrollbar to Buddy List and Comments ( Place at very end of Who Id Like to Meet ) <br><DIV style="height:560px; width:490px;overflow:scroll;border:none 0px solid"><table><tr><td><table><tr><td><br><br> Adding Scrollbars to other Sections <DIV style="height:300pt; width:260pt;overflow:scroll;border:none 0px solid"> All the stuff you want in the scrollbar </DIV> Things you can change the height and the width change the size of the scrollbar window,...you could also add borders but I dont think its necessary. If you have problems please tell me. Group Page Codes These codes should be placed in your group info section. The main difference between group codes and profile codes, is group codes are quite a bit less flexible since it doesnt allow you to edit as much of the page. And most importantly all of your code must run together or it automaticall adds a <br> in the spaces. <style type="text/css">body{background-image:url(" IMG URL HERE "); background-attachment:fixed; background-repeat:no-repeat; background-position:center; background-color: COLOR } table, tr, td {background-color:transparent;border: 0px; padding:2;}font, td, a, body, input, textarea, body, td, li, p, div, textarea, li, h1, h2, p, br, .text, .nametext, .blacktext10, .orangetext15, .lightbluetext8, .blacktext12, .btext, .whitetext12, .redtext{color: COLOR ;font-family: FONT ;font-weight: BOLD ;font-size: XX pt}a:link, a.navbar:link, a.redlink:link, a.searchlinksmall:link{color: COLOR ;font-family: FONT ;font-weight: BOLD ;font-size: XX pt}a:visited, a.navbar:visited, a.redlink:visited, a.searchlinksmall:visited{color: COLOR ;font-family: FONT ;font-weight: BOLD ;font-size: XX pt}a:active, a.navbar:active, a.redlink:active, a.searchlinksmall:active{color: COLOR ;font-family: FONT ;font-weight: BOLD ;font-size: XX pt}a:hover, a.navbar:hover, a.redlink:hover, a.searchlinksmall:hover{color: COLOR ;font-family: FONT ;font-weight: BOLD ;font-size: XX pt}table, tr, td{background-color:transparent; border:0px; padding:2;}table table{border:0px;}table table table {border:2px solid; border-color: COLOR ; padding:2; background-color: ??? COLOR ??? ;}table table table table{border:0px;}BODY{scrollbar-face-color: COLOR ;scrollbar-shadow-color: COLOR ;scrollbar-highlight-color: COLOR ;scrollbar-3dlight-color: COLOR ;scrollbar-darkshadow-color: COLOR ;scrollbar-track-color: COLOR ;scrollbar-arrow-color: COLOR }</style> Textareas Allowing HTML this is the code i use to have weblogs with scrollbars and the scrollbars automatically match the ones on your page <DIV id=scroll3 style="OVERFLOW: auto; WIDTH: 500px; HEIGHT: 200px"><BR>TEXT HERE TEXT HERE</DIV> Change the Blogger Header the blogger header is the date put this code in the custom header <style>.blogheader {letter-spacing:-3pt;color:black; font-weight:bold ;font-family:arial; font-size:25pt; font-weight: BOLD; text-align: right; border-bottom: 1px solid black; border-top: 1px solid black; border-left side: 1px solid black; border-right side:1px solid black;background-color:white; background-image:url(http://img1.photobucket.com/albums/0903/Filipino_Grl/b437acd8.jpg); background-repeat: repeat;cursor: s-resize}</style><style>body,td,tr,p {color: black; font-family: verdana; font-size: xx-small; cursor: e-resize;}B{FONT-WEIGHT: BOLd; COLOR: black}</style> Border Around Everything put a border that goes around everything put this in the custom header note: this is not the border around the site <DIV align="center" valign="middle" style="BORDER-RIGHT: #660000 1px solid; BORDER-TOP: #660000 1px solid; FILTER: alpha(opacity=100); OVERFLOW: auto; BORDER-LEFT: #660000 1px solid; WIDTH: 850px; BORDER-BOTTOM: #660000 1px solid; HEIGHT: 470px; BACKGROUND-COLOR: none"> Bouncing Marquee <marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="24" width="2%"><b></marquee> <marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="25" width="2%"><b>x</marquee> <marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="24" width="2%"><b>F</marquee> <marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="25" width="2%"><b>i</marquee> <marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="24" width="2%"><b>l</marquee> <marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="25" width="4%"><b>i</marquee> <marquee align="middle" behavior="alternate" direction="up" scrolldelay=15 scrollamount=2 height="25" width="2%"><b>p</marquee><marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="25" width="4%"><b>i</marquee> <marquee align="middle" behavior="alternate" direction="up" scrolldelay=15 scrollamount=2 height="25" width="2%"><b>n</marquee><marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="25" width="2%"><b>o</marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=15 scrollamount=2 height="25" width="2%"><b>_</marquee> <marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="25" width="2%"><b>G</marquee><marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="25" width="2%"><b>r</marquee> <marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="24" width="2%"><b>l</marquee> <marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="25" width="2%"><b>x</marquee> <marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="24" width="2%"><b></marquee> Alternating Comment Backgrounds (Xanga only) <script language="javascript">/*colorCommentsby Sean Fhttp://www.xanga.com/seanmeisterthis script will display your reader commentsin alternating background colors. Paste the codeinto the Website Stats section of your Xanga Look& Feel settings. Change the values of bg1 and bg2 to customize.*/function colorComments(){var bg1="#ffffff";var bg2="#ffc40c";var sw=0;var attname = document.all ? "class"+"Name" : "class";var ctables = document.getElementsByTagName("table");for (var cn=0; cn < ctables.length; cn++){if (ctables[cn].getAttribute(attname) == "blogbody"){sw = sw == 1 ? 0 : 1;ctables[cn].style.backgroundColor = sw == 1 ? bg1 : bg2;}}}if (document.location.href.indexOf("item.aspx") != -1) colorComments();</script> Layer For Your Page this is one way to put your space in a scrollbox put this in the custom header <DIV id=scroll style="BORDER-left: 2px solid #000000; BORDER-TOP: 2px solid #000000; BACKGROUND-color:#999999; FILTER: alpha(opacity=75); OVERFLOW: auto; BORDER-RIGHT: 2px solid #000000; WIDTH: 600px; BORDER-BOTTOM: 2px solid #000000; HEIGHT: 490px"> Blinking Text note: if you are putting this into a weblog entry once you've entered the code when you uncheck the edit HTML button the blinking text won't apear but when you submit the blinking text will show (XANGA ONLY) <script language="JavaScript1.2">message="YOUR TEXT HERE THAT WILL BLINK"var neonbasecolor="STARTING COLOR"var neontextcolor="BLINKING COLOR"var flashspeed=115 //in milliseconds///Don't change anything below this line//var n=0if (document.all){document.write('<font color="'+neonbasecolor+'">')for (m=0;m<message.length;m++)document.write('<span id="neonlight">'+message.charAt(m)+'</span>')document.write('</font>')//cache reference to neonlight arrayvar tempref=document.all.neonlight}elsedocument.write(message)function neon(){//Change all letters to base colorif (n==0){for (m=0;m<message.length;m++)tempref[m].style.color=neonbasecolor}//cycle through and change individual letters to neon colortempref[n].style.color=neontextcolorif (n<tempref.length-1)n++else{n=0clearInterval(flashing)setTimeout("beginneon()",1000)return}}function beginneon(){if (document.all)flashing=setInterval("neon()",flashspeed)}beginneon()</script> Change the Color of the Scrollbar put this code in custom header or webstats...I dunno if it really matters. <!-- Custom Colored Scrollbars : Blogring.net--><style type="text/css"><!--BODY {scrollbar-face-color: #BEC9AF;scrollbar-shadow-color: #BEC9AF;scrollbar-highlight-color: #BEC9AF;scrollbar-3dlight-color: #FFFFFF;scrollbar-darkshadow-color: #A3AC96;scrollbar-track-color: #D6DDBE;scrollbar-arrow-color: #595959;--></style><!-- End Script: Blogring.net--> Ex. Make Your Pictures Glow <style type="text/css">img{filter:glow(color=hotpink,strength=2)}</style> Tables note : if you want to make your table see through, use this code: <style type="text/css"><!--table{filter:Alpha(opacity=?);}--></style> text here <TABLE bgcolor="#ff0000"cellspacing="1"><TBODY><TR> <TD bgcolor="#FFFFFF">writing< /TD></TR></TBODY></TABLE> text here <TABLE bgcolor="#ff0033"> <TBODY><TR><TD bgcolor="#ffffff"><TABLE bgcolor="#ff6600"> <TBODY><TR><TD bgcolor="#ffffff"><TABLE bgcolor="#ffff00"><TBODY><TR><TD bgcolor="#ffffff">writing</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR><</TBODY></TABLE> text here <table border cellpadding="3" cellspacing="0" width="150" bgcolor="#?" bordercolor="#ffffff" bordercolordark="#ffffff" bordercolorlight="#000000"><tr><td><tableboreder cellspacing="0" width="100%" bordercolor="#ffffff" bordercolordark="#ffffff" bordercolorlight="000000"><tr><td bgcolor="#ffffff"><p align="center">text here<BR></td></tr></table></td></trtable> text here <MARQUEE width="100" style="border:2px dotted deeppink">writing</MARQUEE> text here <table width=130 height=130 style="filter: alpha(opacity=100,finishopacity=0,style=2);"><tr><td align=center bgcolor=deepskyblue>writing</td> </tr></table> text here <table width=150 height=150 style="filter: alpha(opacity=100,finishopacity=8,style=3);"><tr><td align=center bgcolor=deeppink><PRE>writing</PRE></td></tr></table> text here <TABLE bgcolor="#000000" cellspacing=1 CELLPADDING=3><TBODY><TR> <TD bgcolor="#ff1493"width="2"height="100"></TD><TD bgcolor="#ff69b4"width="2"height="100"></TD><TD bgcolor="#ffaacc"width="2"height="100"></TD><TD bgcolor="#ffffff"height="100"align="center"width="225">writing</TD></TR></TBODY></TABLE> text here <table width=150 height=150 style="filter: alpha(opacity=100,finishopacity=10,style=1);"><tr><td align=center bgcolor=skyblue><PRE>writing</PRE></td></tr></table> text here <TABLE border="1" bgcolor="000000" bordercolor="skyblue" cellspacing="1" cellpadding="5" width="130"><tr> <TD bgcolor="skyblue" align="center">writing<BR></TD></tr></TABLE> text here <TABLE width="208" border="0" style="border:double 4px;border-color:bebebe;"><tr> <TD bgcolor="ffffff" align="center">writing<br></TD></tr></TABLE> text here <TABLE border="1" bgcolor="000000" bordercolor="orange" cellspacing="1" cellpadding="5" width="217"><tr> <TD bgcolor="orange" align="center"><TABLE bgcolor="000000" cellspacing="1" cellpadding="3"><tr> <TD bgcolor="ffffff" width="237" align="center">writing<br></TD></tr></TABLE></TD></tr></TABLE> text here <TABLE border="0" bgcolor="black" height="50" cellspacing="1" style="border:1 black solid;"><tr><TD bgcolor="blue" width="213">writing</TD></tr></TABLE> text here <TABLE cellpadding="5" cellspacing="0" bordercolor="ffffff" bordercolordark="ffffff" bordercolorlight="hotpink" border="1"><tr> <TD bgcolor="pink">writing</TD></tr></TABLE> text here <table border="0" width="150" height="50" cellspacing=1 cellpadding=0 bgcolor="black"><tr><TD bgcolor="black"><TABLE border="0" width="224" cellspacing="0" cellpadding="3" bgcolor="black" height="50"><tr><td bgcolor="black" width="3"></td><td bgcolor="hotpink" width="3"></td><TD bgcolor="black"width="202">writing</TD></tr></TABLE></TD></tr></table> text here <table cellspacing=1 bgcolor=hotpink><tr><td bgcolor=white width=2 height=2></td><td bgcolor=white width=2 height=2></td><td bgcolor=white height=2></td></tr><tr><td bgcolor=white width=2 height=2></td><td bgcolor=white width=2 height=2></td><td bgcolor=white height=2></td></tr><tr><td bgcolor=white width=2></td><td bgcolor=white width=2></td> <td bgcolor=white>writing</td></tr></table> text here <TABLE style="BORDER-RIGHT:double 3px black; BORDER-TOP:solid 1px black;BORDER-LEFT:solid 1px black; BORDER-BOTTOM:double 3px black;"cellpadding="10"><TBODY><TR><TD>writing<BR></TD></TR></TBODY></TABLE> Shadowed Text Shadowed Text <table border="O"style=filter:shadow(color=black,strenght=30)">Shadowed Text</table> Glowing Text Glowing Text <table border="O"style=filter:glow(color=black,strenght=30)">Glowing Text</table> Blurred Text Blurred Text <table border="O"style=filter:blur(color=black,strenght=30)">Blurred Text</table> Highlighted Text Highlighted Text <span style=background:ff0000><font color="FFFFFF">Highlighted Text</font></span> Words Re-typing Itself Words Re-typing Itself <marquee behavior=type direction=right loop=infinite scroll amount=10 scroll delay=5><MARQUEE BEHAVIOR=right LOOP=infinite SCROLL AMOUNT=10 SCROLL DELAY=10>Words Re-typing Itself</MARQUEE> Body Backgrounds <body background="IMAGE URL"> Background (Non-Moving) <body background="IMAGE URL" bgproperties="fixed"> Body Background Colors <bobdy bgcolor="COLOR OR HEX CODE HERE"> Marquee wit Background <center><MARQUEE direction=<BR>"left" width="" bgcolor="#BG COLOR">writing</MARQUEE> Marquee up down <center><MARQUEE behavior=alternate direction=up scrollAmount=speed>writing</MARQUEE> Wave Marquee <center><MARQUEE DIRECTION=UP <BR>SCROLLAMOUNT=3 WIDTH=100% Height=100 STYLE="filter:wave(add=1, phase=1, freq=1, strength=100);COLORTAG=<BR>"#FFFFFF"><FONT STYLE="text-align:center;font-family:Tahoma; color:#FFFFFF;font-size:10pt;"><BR>TEXT HERE<BR></marquee> Regular Ol Marquee <center><MARQUEE direction="left">TEXT HERE</MARQUEE> EXAMPLE TEXT HERE Big Transparent Marquee <center><MARQUEE direction=left <BR>height=50 scrollAmount=9 <BR>scrollDelay=10 style="COLOR: white;FILTER: <BR>alpha(opacity=30); FONT-FAMILY: centurygothic;FONT-SIZE:<BR> 45pt; FONT-WEIGHT: bold; position:static; RIGHT:200px;Z-INDEX: 25" width=1080;>TEXT</MARQUEE> bouncin Marquee <center><BR><MARQUEE behavior=alternate direction=up scrollAmount=3 width="80" height="20">text here</MARQUEE> Adding an image- <IMG src="url of image here"> Picture Marquee w/scroll bar- <DIV id=scroll2 style="OVERFLOW: auto; WIDTH: 360px; HEIGHT: 200px"><MARQUEE behavior=alternate><MARQUEE width=200><IMG src="url of image here"><IMG src="url of image here"><IMG src="url of image here"></MARQUEE></MARQUEE> Without scroll bar [picture marquee] <MARQUEE behavior=alternate><MARQUEE width=200><IMG src="url of image here"><IMG src="url of image here"><IMG src="url of image here"></MARQUEE></MARQUEE> Example: All The Hexcideciamal Colors
myspace code background music
MYSPACE MUSIC CODES MYSPACE MUSIC CODES SUBJECT FOR MYSPACE MUSIC CODES myspace music code myspace music myspace music video code myspace music video free music code for myspace myspace music html code free music video code for myspace myspace music player code myspace music site myspace.com myspace background music add music to myspace myspace music html myspace music player free music video myspace myspace background music code how to put music on myspace html code for music video myspace myspace music urls myspace music url code myspace music layout myspace music url myspace music video html free music for myspace music for myspace profile adding music to myspace myspace music code site myspace.com myspace music editor myspace music video site myspace.com free html myspace music myspace flash music player download myspace music music for myspace page techno music code myspace upload music myspace putting music on myspace add music to your myspace profile myspace audio music code free music urls for myspace add background music to myspace how to put background music on myspace myspace music links get music on myspace add music video to myspace how to put music video on myspace music for myspace profile site myspace.com myspace christian music code adding background music to myspace myspace music code generator myspace music playlist add music to myspace site myspace.com generator music myspace music code myspace profile music hosting for myspace myspace code background music free myspace music help myspace music playlist code how to put music on myspace site myspace.com code humps music myspace add music to myspace page play music on myspace reggaeton music code for myspace how to put music in myspace html code music background myspace adding music to myspace profile rock music layout for myspace myspace music code trance music video code for myspace site myspace.com galore music myspace music myspace sureno MYSPACE MUSIC CODES Provides code and instructions to place music videos on your MYSPACE MUSIC CODES or Friendster profiles, Blogs, Websites and more.MYSPACE MUSIC CODES is a place to get free music downloads, free ringtones, customize or acquire your MYSPACE MUSIC CODES myspace layouts, myspace editor If you understand HTML, then you can code everything yourself. Otherwise, you'll need to use an online MySpace Profile Editor! Choose your Backgrounds Music Here you can find music video codes for your Myspace account from your favorite artists. Feel free to browse or search through the site Looking for Music Video Codes? We update our videos daily! Largest and most fresh database online.Got a blog, website, myspace, or any type of web-based page? Spice it up with a music video. Look around, find the video of your choice, copy the code Over 15000 free music video codes For MySpace, Xanga, or any website and blog.Fast, Free and Easy! All music genres: rock, pop, hip hop, punk, metal Provides code and instructions to place music videos on your LiveJournals, MySpace Profiles, SocialTree Profiles, Blogs, Homepages, and more.Huge Music Codes collection for all selections of music codes and music video codes or video music codes for myspace music codes Video codes for free has over 20000+ Working Music Video Codes for MySpace, Xanga, Or any Website Blog. We also have codes for flash games. We have become the number one website for MySpace Music Code. So browse our pages for your MySpace HTML Code today and and paste the MySpace HTML code Your source for MySpace music code and Xanga music video codes Songs Videos Artists Album. No track selected. Playing: Audio Video. Add to your Playlist.Add your own mp3s and pictures to your myspace page using our free tools and codes.VideoCodes4U provides free HTML music video codes to put music videos on Myspace, Friendster, Piczo, websites, webpages, blogs, journals and more The largest music video code selection on the internet. If you can't find the music video you're looking for here you won't find it anywhere else.Add music videos code from your favorite artists to your myspace so that your friends can enjoy it while accessing your myspace. Myspace Music Codes give you the ability to show one of your favorite music videos to anybody that visits your site.MySpace Help lets you create, design, edit, and generate your myspace profile Finally to add a music video to your page go to Music Video Codes section.You have reached our MySpace Music Codes Page! If you have any questions or comments about our MySpace Music Codes please post on the MySpace Code Forums they have the best myspace music videos for your profile. the code has no popups unlike music video code music videos myspace music myspace music code band music myspacemyspace song music codemyspace code for hawaiian musicfree background music for myspacehow to put music on your myspace pagemusic video for myspace profile band music myspacedownload myspace music videocode humps music myspace videomyspace music player site myspace.commusic clip for myspacemusic codez for myspacemyspace background music urlscode free humps music myspace videobackground music url for myspacemyspace music sitefree music html code for myspacecountry music code for myspacemp3 music code for myspaceeditor music myspace videomyspace country music video codecountry music myspace videofree music download for myspaceanime music video for myspacehost music myspacebackground music for myspace site myspace.comcode editor html music myspace videomyspace spanish music codemyspace music playlistshalloween music myspacehip hop music myspace blindside code music myspacecode kim lil music myspacecode layout music myspace premadecode music myspace reggaecode mixdown music myspacecode music music myspace videomyspace music code sitemusic code for myspace onlycode music myspace stickwitubackground code mp3 music myspaceclarkson code kelly music myspacecode fantasy final music myspace videocode media music myspace player url video widow background code jay music myspace zchamillionaire code music myspace videocode music myspace pimp video80s music code for myspacegreen day myspace music codecode music myspace playlist videocat code doll music myspace pussycode hawaiian music myspace videomusic code for myspace for the phantom of the opera sitemap myspace music code myspace music video code free music code for myspace myspace music html code free music video code for myspace myspace music player code myspace background music code html code for music video myspace myspace music url code myspace music code site myspace.com techno music code myspace myspace audio music code myspace christian music code myspace music code generator music code myspace profile myspace code background music free myspace music playlist code code humps music myspace reggaeton music code for myspace html code music background myspace myspace music code trance music video code for myspace site myspace.com myspace song music code myspace code for hawaiian music code humps music myspace video code free humps music myspace video free music html code for myspace country music code for myspace mp3 music code for myspace myspace country music video code code editor html music myspace video myspace spanish music code christian code music myspace video code html music myspace naruto video boy code fall music myspace video xanga myspace music code fall out boy music code myspace code disco music myspace panic code music myspace profile video by carey code mariah music myspace rain through myspace code add music black code eyed music myspace pea code get music myspace code halloween music myspace code generator music myspace video background code music myspace xanga code layout music myspace saosin video myspace music help code code music myspace no video music code for myspace background music code editor music myspace page pimp web code music myspace new alexz code johnson music myspace background code music myspace profile mac dre music code for myspace pink floyd music code myspace myspace unedited music code hip hop music code for myspace code to put music on myspace code editor music myspace video how to make myspace music code myspace music vidoe code myspace rock music code anime music code for myspace myspace rap music code code editor music myspace code music myspace pretty ricky code music myspace wallpaper code kazaa music myspace new music video code for myspace audio code html music myspace code journey music myspace myspace music code 4 filipino music code for myspace code layout music myspace music code for my myspace page code music myspace reggaeton video code hernandez marcos music myspace