PDA

View Full Version : Myspace html help?


LeeV-_-1739
03-26-2008, 07:10 PM
I am inserting the following layout code into my "about me" section:<style type="text/css"> .r{} body { background-color:white; background-image:url(http://i72.photobucket.com/albums/i185/ohbabydoll/s.jpg); background-position: bottom left; background-repeat:no repeat; background-attachment:fixed; } .r{} table, tr, td {background:transparent; border:0px;} table table table {background:transparent;} table table table td { background-color:white; filter:alpha(opacity=50); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8; } table table table table td {filter:none;} table table table { border-width:2px; border-color:black; border-style:solid; } table table table table {border:0px;} .r{}Now, in this mass of computer language, where would I insert my actual "about me" statement and what could I do with this code to make my friends list invisible?Thanks much! :DI don't care about the number of friends on my myspace, but it's totally awkward to rank my friends.Neeways... thanks you guys!

lordhidetora
03-26-2008, 07:19 PM
Just write stuff after it.

StefanL1199
03-26-2008, 07:29 PM
That's just the style of the page - how it appears concerning color of tables and borders, and telling which picture you use a.s.o.

Eka
03-26-2008, 07:39 PM
You would just enter it after the code. However, that code needs </style>at the end of it. Without it, your text gets included in the code.