Link to home
Start Free TrialLog in
Avatar of saintsfanpk3
saintsfanpk3

asked on

Myspace code

My daughter is involved with Myspace and loves working on her page.  I hope she takes an inerest in programming.  I need to know what kind of code Myspace uses, Flash or whatever.  Also, I need to know if there is any Teen level of tutorials or code learning type sites out there that you would reccomend.  She really wants to be able to do stuff on her site that others cant. Such as moving text in the comments she leaves or other cool stuff like that.  Any cut and paste type tricks you guys might have that are cool would be great.  
ASKER CERTIFIED SOLUTION
Avatar of InteractiveMind
InteractiveMind
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ralph44e
ralph44e

MySpace uses mostly CSS and some javascript to change the pages.

She can tweak this code and Post this in one of her comment areas ( Music, Movies etc.)

/*----------------------------------------------------------------------------------------------------------------------------------------------*/
<style type="text/css">

/*contact table*/
.contactTable {width:310px !important; height:150px !important; background-image:url("http://www.360automotive.com/temp/images/nav-vuitton.jpg");background-repeat:no-repeat; background-color:transparent; background-attachment:scroll; background-position:center center;padding:0px !important;}.contactTable table, table.contactTable td { background-color:transparent; background-image:none; padding:0px !important;}.contactTable a {display:block; height:28px; width:150px;}
/* hide the old contact buttons */
.contactTable a img {visibility:hidden; border:0px !important;}.contactTable .text {font-size:1px !important;}

/*Text Attributes*/
font, td, a, body, input, textarea, table{color:000000;font-family:arial;}
body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; font-size: 8pt; color: 000000; }
.btext {font-family: arial; font-size: 12pt; color: 000000; font-weight: bold; }
.blacktext10 {font-family: arial; font-size: 8pt; color: 000000; font-weight: bold; }
.blacktext12 {font-family: arial; font-size: 8pt; color: 000000; font-weight: bold; }
.lightbluetext8 {font-family: arial; font-size: 8pt; color: 000000; }

html table table table table table img {width:80px !important;}

/*Stylizing of your name above your picture */  
.nametext{font-family: arial; color: 000000; font-weight: bold; font-size: 14px; letter-spacing: 5px; }  

.whitetext12{font-family:tahoma, verdana, arial; font-size:8px;  color: ffffff; font-weight:none;border:0px;}  

.orangetext15 {font-family: arial; font-size: 8pt; color: 000000; }
.redbtext {font-family: arial; font-size: 10pt; color: 000000; }
.redtext {font-family: arial; font-size: 8pt; color: 000000; }
.redlink {font-family: arial; font-size: 8pt; color: 000000; }
.text {font-family: arial; font-size: 8pt; color: 000000; }

a:redlink {font-family: arial; font-size: 8pt; color: 000000; }
a:link {font-family: arial; font-size: 8pt; color: 000000; text-decoration:none}
a.man:link {font-family: arial; font-size: 8pt; color: 000000; }
a.navbar:link {font-family: arial; font-weight: bold; font-size: 8pt; color: FFFFFF; }
a.text:link {font-family: arial; font-size: 8pt; color: 000000; }
a:hover {font-family: arial; font-size: 8pt; color: 000000;text-decoration:underline}
a.man:hover {font-family: arial; font-size: 8pt; color: 000000; }
a.navbar:hover {font-family: arial; font-weight: bold; font-size: 8pt; color: FFFFFF; }
a.text:hover {font-family: arial; font-size: 8pt; color: 000000; }
a:visited {font-family: arial; font-size: 8pt; color: 000000; }
a.man:visited {font-family: arial; font-size: 8pt; color: 000000; }
a.navbar:visited {font-family: arial; font-size: 8pt; color: FFFFFF; }
a.text:visited {font-family: arial; font-size: 8pt; color: 000000; }
a.redlink{font-family:arial; font-size:8pt; text-decoration:none; font-weight:bold; color: 000000;}
      a.redlink:link{color:000000;}
      a.redlink:active{color:000000;}
      a.redlink:visited{color:000000;}
      a.redlink:hover{color:000000; text-decoration:underline;}


.blacktext12 {color:transparent; font-size:0px; height:75px; width:435px; background-image:url("http://www.tdevelopments.com/_IMAGES/hosting_banner.jpg")}table table table[height="75"]{ background-color:transparent; background-image:url('http://www.tdevelopments.com/_IMAGES/hosting_banner.jpg'); background-position:center; background-repeat:no-repeat;}

body{background-image:url("Http://www.360automotive.com/temp/images/lv-bb.jpg");
background-attachment:fixed;
background-repeat: repeat;
background-position:bottom left;
background-color:000000;}
table, td, textarea, a, body, input{background-color:transparent;border:none;border-width:0}

/*Table & Border attributes*/
table table table {border:1px solid; border-color:000000; padding:5; background-color:FFFFFF;}

table table{border:0px; max-width:300px;}
table table table table{border:0px}

table table table table table img {max-width:300px;}

table table table table table a img {width: 90 !important}

table table td{width:100%;}
table table table td{width:auto;}
table table table{width:100%;}
</STYLE>
ralph44e,
that was pretty cool. i tried it myself even though i didn't ask the question. 'll tweak it ...
thanks
-r
i copied and pasted it to the music section on my profile and it didnt nothing but print that first row or dashes? :-(