MySpace

IF YOU SEND ME A MESSAGE ASKING ABOUT A BLOG I WILL NOT ANSWER YOU BACK, THATS WHAT LEAVING COMMENTS ON THE BLOGS ARE FOR, MY INBOX IS ONLY FOR DONATIONS AND LAYOUT SUBMITTING. THANK YOU.

nmm Layouts



Last Updated: 5/25/2009

Send Message
Instant Message
Email to a Friend
Subscribe

Gender: Female
Country: US
Signup Date: 8/6/2004

Blog Archive
[Older      Newer]
 /  / 
Monday, October 18, 2004 
myspace automatically makes your intrests, music, movies, heroes, blahblahblah links which cause them to be a different color. Changing this is VERY simple. all you need to do is put <z> in front of your text. so for example say you're editing your intrests. all you is

1. go to edit them like you're going to add some text to your intrests

2. put <z> in front of your text.

so it would look like this.

<z> my name is blahblahblah these are my intrests. blahblahblahbalbhakdfjkghsdljg
Sunday, August 29, 2004 
example:
so this is the example of what
your about me would do if you
put this code in your profile
and blahblahblahblahblah
blahblahblahblahblah
blahblahblahblahblah
blahblahblahblahblah
blahblahblahblahblah
blahblahblahblahblah
blahblahblahblahblah
blahblahblahblahblah
blahblahblahblahblah
blahblahblahblahblah 
<MARQUEE SCROLLAMOUNT=1; direction=up>

<font color=FONT COLOR HERE> <pre> TYPE SOMETHING HERE
TYPE SOMETHING HERE
TYPE SOMETHING HERE
TYPE SOMETHING HERE
</pre> </FONT> </marquee>
Tuesday, August 10, 2004 
making a border go around your about me, music, intrests, ect..



title here 
this is what the border looks like, dont worry it works out a lot better once u put it in ur profile haha, i have one on the main page actually, its surrounding all of the free layouts. you dont have to put it in just 'about me' either, you can put it in any place on your profile like your music, intrests, who you'd like to meet, ect.. if u want to change the font style on the title then just change this part <font face="FONT NAME" size="FONT SIZE pt">
HERE IS THE CODE
<fieldset><legend><font face="small fonts" size="5pt"> <b>TITLE HERE </b> </font></legend><blockquote> WRITE SOMETHING HERE WRITE SOMETHING HERE WRITE SOMETHING HERE </blockquote></fieldset>


Tuesday, August 10, 2004 
Making Pretty Links


when you're about to click on a link and you run your mouse over it, its called hovering. sometimes people have cool affects for when u hover over a link, here are some affects u can use to make ur links look nifty too.

somewhere in your html you should see something that looks like this...
<STYLE type="text/css">
A:link{color:COLOR;text-decoration:none;font-weight:normal;}
A:visited{color:COLOR;text-decoration:none;font-weight:normal;}
A:hover{color:COLOR;text-decoration:none;font-weight:normal;}
A:active{color:COLOR;text-decoration:none;;font-weight:normal;}
</style>

So basically you can add any of these to the A:hover section so it will look spiffy when someone moves their mouse over the link. Of course, most likely most of these only work in Internet Explorer. Hover Effects:

  • border:1 solid; border-color:COLOR; -- makes a solid border around links
  • border:1 dashed; border-color:COLOR; -- makes a dashed border around links
  • border-bottom:1 dashed COLOR; -- makes a dashed border on the bottom of the link
  • border-bottom:1 solid COLOR; -- solid border on the bottom of the link
  • filter:dropshadow(color=COLOR,offX=1,offY=1); height:7pt; -- shadow behind the link
  • filter:shadow(color=#000000,offX=1,offY=1); height:0; -- blurred shadow behind the link
  • filter:blur(add="0",direction="180",strength="4"); height:0; -- blurs links [what i normally use]
  • filter:fliph; height:0; -- backwards links
  • filter:flipv; height:0; -- turns links upside-down
  • filter:gray(); height:0; -- makes links gray [will make ur images black and white]
  • filter:invert(); height:0; -- inverts links to opposite colors
  • filter:mask; height:0; -- transparent [makes links disappear]
  • filter:wave(strength="1"); height:0 -- wavy links
  • height:0;color:COLOR;filter:wave(add=0,phase=4,freq=5,strength=2); -- wavy links
  • filter:glow(color=COLOR, strength=5); height:0; -- text glow
  • text-transform:uppercase; -- all capitals
  • text-transform:capitalize; -- first letter a capital letter
  • text-transform:lowercase; -- lowercase
  • background-color:COLOR; -- changes background color
  • position:relative;left:1px;top:1px; -- move links 1px from the left and top

    still a little confused? heres an example
    to make these work all u need to do is add them to the 'hover' section. so say u want to use the first one on the list. heres what u do.
    your original html
    <STYLE type="text/css">
    A:link{color:COLOR;text-decoration:none;font-weight:normal;}
    A:visited{color:COLOR;text-decoration:none;font-weight:normal;}
    A:hover{color:COLOR;text-decoration:none;font-weight:normal;}
    A:active{color:COLOR;text-decoration:none;;font-weight:normal;}
    </style>

    after you add the affect
    <STYLE type="text/css">
    A:link{color:COLOR;text-decoration:none;font-weight:normal;}
    A:visited{color:COLOR;text-decoration:none;font-weight:normal;}
    A:hover{color:COLOR;text-decoration:none;font-weight:normal;border:1 solid; border-color:BLUE;}
    A:active{color:COLOR;text-decoration:none;;font-weight:normal;}
    </style>


  • Saturday, August 07, 2004 
    paste this code into the 'about me' in your myspace and fill in the blanks to get a border around your myspace.
    Saturday, August 07, 2004 
    paste this code somewhere in your 'about me' section and every picture shown on your MySpace will turn black and white. pretty nifty eh?