Click to See Complete Forum and Search --> : Can you put css on a myspace? If so HOW?


frankiisimone
04-19-2007, 06:19 PM
I am learning about how to make Cascading style sheets and I wanted to know if you could put one on a myspace? And if so how. Please help me. I am only a begginer at this but I am understanding it prety easily but I Still need help. :confused:

Thanks
Frankie

WebJoel
04-19-2007, 08:16 PM
You should be able to. I am not familiar with myspace.com, but having just skimmed through their Terms of Service tort, section 8 sub-section 18 states: "covering or obscuring the banner advertisements on your personal profile page, or any MySpace.com page via HTML/CSS or any other means; (is a violation of TOS)", so I would suspect that, yes, CSS is permitted on myspace.com, -you just have to know how to create it.

Is this your question, -how to create a CSS file for an HTML document? That it will be uploaded to myspace.com seems irrelevant now to the question (as the answer appears to be "yes").

The easiest way, is to create a "style" and have in directly in the HTML page, just before the closing "</head>" tag.
<style>
body {width:95%;}
p {color:black; margin:14px 0 0 0;} etc. etc.
</style>
</head>

disgracian
04-20-2007, 03:35 AM
MySpace is the world's foremost authority and exhibition of CSS misuse and abuse.

Cheers,
D.

LeeU
04-20-2007, 11:21 AM
A search on Google will provide several sites which can give you direction. Also, the Firefox Firebug extension can help tremendously.

Also, Here's (http://freecsshtmleditors.com/freecsshtmleditors-freewebsitetools-myspaceprofileeditor.php) an editor that might help.