Post archive for ‘Tutorials’
Border Codes and Styles
Place these codes anywhere in your MySpace Profile.Solid Border:
border: 1px solid BLACK;
Dashed Border:
border: 1px dashed BLACK;
Dotted Border:
border: 6px dotted BLACK;
Double Border:
border: 3px double BLACK;
Ridged Border:
border: 10px ridge;
Grooved Border:
border: 10px groove;
Inset Border:
border: 10px inset;
Outset Border:
border: 10px outset;
Categorized as Tutorials, Uncategorized
Special Characters
Use the chart below to create exciting text effects. Place the “Name Code” in any section of your MySpace profile. Enjoy! =)
Categorized as Tutorials, Uncategorized
Hide Blurbs
To hide your MySpace Blurbs paste this code snippet into the “About Me” section of your MySpace account:
?View Code HTML<style>table.Blurbs {display:none;}</style>
Categorized as Tutorials, Uncategorized