CSS is what website designers use to format there page such as the background colour of the page and the text colour and size, you can use it in myspace in the same way, although i am supposing you are using a prebuilt one, just copy and paste the code into your about me section
you can use html, dhtml, or css !! do not use javascript though!
You'll need to use JavaScript to do something like that. And unfortunately, at the time of writing this, MySpace won't allow JavaScript on profiles.
Though simply not filling them in would obviously suffice, many users use a form of CSS (a programming language) to cover their various boxes on their page.
You can choose to use CSS when you want your web page to look good. It styles the page according to user's experience.
CSS is used in web designing along with HTML. All the styling on the page is done only by CSS.
Myspace trackers are against myspace terms of service (TOS) so if you use any trackers on your page your page can be deleted.
Inline CSS sits within the HTML tag.For example: your text hereWhen using Internal CSS, all the CSS instructions sit in the section between your css here tags.To use Internal CSS you have to tell the page that you want it to use the css whilst Inline CSS is run automatically as the page is read.
If you choose to use a template on your freewebs page (Instead of using raw HTML and CSS), you cannot modify the template's CSS.
Use an HTML validator - http://validator.w3.org/ and a CSS validator - http://jigsaw.w3.org/css-validator/
A CSS file can tell the web browser how a web page is supposed to look. The web page (HTML file) itself says what words are on the page, and which pictures, but you CAN use the CSS file to specify what goes where, how big, what color and font, and things like that.You CAN also specify all those things in the HTML file. The biggest advantages of using separate CSS are:The same CSS file can be used for all pages in a site, so if you want to change something, you can just change it in one place, and all the pages will now look the way you want.If you use the same CSS file for every page, your pages will load faster, since the browser does not re-fetch the CSS file every time.
Html, css, php