Printable Version of Topic

Click here to view this topic in its original format

Forums _ MySpace Support _ hiding borders around myspace modules ?

Posted by: gabelazo Jul 10 2010, 05:15 PM

i've searched all over the internet and can't find any help.

how do i remove these rounded borders around my modules ? i'm using IE.

http://img9.imageshack.us/i/67256070.png/http://img9.imageshack.us/img9/1148/67256070.png


Posted by: Cum Jul 10 2010, 07:53 PM

Um try these codes.

Option 1:

CODE
div.moduleMid, div.moduleMid1 {border: 0px;}
div.moduleTop, div.moduleBottom {display:none;}


Option 2:
CODE
div.module div.moduleMid li,
div.module h3.moduleHead,
div.module li.moduleItem,
div.module div.userComment,
div.module div, div.content
{background-color:transparent; border:0px;}
hr, div.moduleTop, div.moduleBottom {display:none;}



Or, you could always look at this tutorial.
http://eml5050.blogspot.com/.


See if any of these options help you.

Posted by: ButtsexV2 Jul 10 2010, 09:26 PM

you've got firefox installed but you use IE?

Posted by: Cum Jul 10 2010, 09:51 PM

i was about to say the IE thing, lmfao

Posted by: Mike Jul 16 2010, 01:51 PM

Try this code:

CODE
div.moduleTop div div {border: 0px;}
div.moduleBottom div div {border: 0px;}
div.moduleMid {border: 0px;}
div.moduleMid1 {border: 0px;}