answersLogoWhite

0

Can you remove the CSS code on MySpace?

Updated: 8/17/2019
User Avatar

Wiki User

12y ago

Best Answer

No, you can not remove it, but you can overwrite it, say you used the editor to make the text (p elements) gray, and you want to make it black with css, all you have to do is copy this into one of the info boxes, i.e. about us etc:

I think that's it.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you remove the CSS code on MySpace?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you remove CSS on your MySpace page?

Primarily, you are not allowed to remove the core CSS (or references to them) that makes up a profile page. However, you are sometimes allowed to override certain elements, and to define styles to your own custom elements.You can remove a personal CSS code that you have added before yourself by editing your page, highlighting the CSS code, and pressing the delete or backspace button.


What is the code to remove ads on MySpace 2.0 profiles?

put this on the CSS code: div#topnav, div#header {display:none;} And it removes the nav. bar with it. But ads will not show up.


What code does MySpace use?

you can use html, dhtml, or css !! do not use javascript though!


How do you paste your MySpace layout in MySpace 2.0?

You have to paste the 2.0 layout code into the CSS Box, here are directions to find the CSS box: http://profilerehab.com/help/how_to_use_myspace_20_layouts Make sure you are using 2.0 code. the old code for 1.0 will not work in 2.0 profiles.


Myspace upcoming shows won't show up does a code need changed?

Search your css for "visibility: hidden" and then remove it or change to "visibility: visible". That should do the trick! /Jon Törnros


Why cant you get a background on 2.0 version on MySpace?

you can you have to paste the codes in the css section then paste the other code in your about me


What is a CSS in a MySpace?

CSS means cascading style sheet, CSS in a myspace profile styles the profile to look different using colors and background images.


Is it illegal to through css coding remove ad banners from your Myspace page?

Illegal, no. Against TOS, yes.


What is css on MySpace?

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


How do you put css code on your MySpace profile?

Depends on whether it has to go into the About Me or another section. You basically place the CSS between the style tags and style the required tags or selector names.


How do you fix your profile with MySpace 2.0?

Go to a site like profilerehab.com to get a myspace layout. Look for 2.0 Layouts and then the layout code will be on the layout page. You have to paste the 2.0 layout code into the CSS Box, here are directions to find the CSS box: http://profilerehab.com/help/how_to_use_myspace_20_layouts Make sure you are using 2.0 code. the old code for 1.0 will not work in 2.0 profiles.


How Do You Have No Name On MySpace?

Just place this code in your about me :] <STYLE type='text/css'>table table td.text span.nametext {display:none;}</STYLE>