|
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
Powered by  | | English | | Albanian | | Arabic | | Bulgarian | | Catalan | | Chinese | | Croatian | | Czech | | Danish | | Dutch | | Estonian | | Filipino | | Finnish | | French | | Galician | | German | | Greek | | Hebrew | | Hindi | | Hungarian | | Indonesian | | Italian | | Japanese | | Korean | | Latvian | | Lithuanian | | Maltese | | Norwegian | | Polish | | Portuguese | | Romanian | | Russian | | Serbian | | Slovak | | Slovenian | | Spanish | | Swedish | | Thai | | Turkish | | Ukrainian | | Vietnamese |
|
|
|
|
Sunday, August 29, 2004
 |
example:
<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>
|
Powered by  | | English | | Albanian | | Arabic | | Bulgarian | | Catalan | | Chinese | | Croatian | | Czech | | Danish | | Dutch | | Estonian | | Filipino | | Finnish | | French | | Galician | | German | | Greek | | Hebrew | | Hindi | | Hungarian | | Indonesian | | Italian | | Japanese | | Korean | | Latvian | | Lithuanian | | Maltese | | Norwegian | | Polish | | Portuguese | | Romanian | | Russian | | Serbian | | Slovak | | Slovenian | | Spanish | | Swedish | | Thai | | Turkish | | Ukrainian | | Vietnamese |
|
|
|
|
Tuesday, August 10, 2004
 |
making a border go around your about me, music, intrests, ect.. |
|
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>
|
|
Powered by  | | English | | Albanian | | Arabic | | Bulgarian | | Catalan | | Chinese | | Croatian | | Czech | | Danish | | Dutch | | Estonian | | Filipino | | Finnish | | French | | Galician | | German | | Greek | | Hebrew | | Hindi | | Hungarian | | Indonesian | | Italian | | Japanese | | Korean | | Latvian | | Lithuanian | | Maltese | | Norwegian | | Polish | | Portuguese | | Romanian | | Russian | | Serbian | | Slovak | | Slovenian | | Spanish | | Swedish | | Thai | | Turkish | | Ukrainian | | Vietnamese |
|
|
|
|
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>
|
|
Powered by  | | English | | Albanian | | Arabic | | Bulgarian | | Catalan | | Chinese | | Croatian | | Czech | | Danish | | Dutch | | Estonian | | Filipino | | Finnish | | French | | Galician | | German | | Greek | | Hebrew | | Hindi | | Hungarian | | Indonesian | | Italian | | Japanese | | Korean | | Latvian | | Lithuanian | | Maltese | | Norwegian | | Polish | | Portuguese | | Romanian | | Russian | | Serbian | | Slovak | | Slovenian | | Spanish | | Swedish | | Thai | | Turkish | | Ukrainian | | Vietnamese |
|
|
|
|
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.
Powered by  | | English | | Albanian | | Arabic | | Bulgarian | | Catalan | | Chinese | | Croatian | | Czech | | Danish | | Dutch | | Estonian | | Filipino | | Finnish | | French | | Galician | | German | | Greek | | Hebrew | | Hindi | | Hungarian | | Indonesian | | Italian | | Japanese | | Korean | | Latvian | | Lithuanian | | Maltese | | Norwegian | | Polish | | Portuguese | | Romanian | | Russian | | Serbian | | Slovak | | Slovenian | | Spanish | | Swedish | | Thai | | Turkish | | Ukrainian | | Vietnamese |
|
|
|
|
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?
Powered by  | | English | | Albanian | | Arabic | | Bulgarian | | Catalan | | Chinese | | Croatian | | Czech | | Danish | | Dutch | | Estonian | | Filipino | | Finnish | | French | | Galician | | German | | Greek | | Hebrew | | Hindi | | Hungarian | | Indonesian | | Italian | | Japanese | | Korean | | Latvian | | Lithuanian | | Maltese | | Norwegian | | Polish | | Portuguese | | Romanian | | Russian | | Serbian | | Slovak | | Slovenian | | Spanish | | Swedish | | Thai | | Turkish | | Ukrainian | | Vietnamese |
|
|
|