BenEskew.com Just another web developer's personal weblog.

TigerDirect
16Jun/070

Remove The “Extended Network” Text From Your Myspace Profile

So I figured out how to remove the text that says "Name is in your extended network." recently and now I'll post it here for you. NOTE: This just removes the text, not the whole table. Just simply place this code anywhere in your profile:

<style="text/css">span.blacktext12 {
visibility:visible !important;
background-color:transparent;
font-size:0px; letter-spacing:-0.5px;
width:435px; height:75px; display:block !important; }
span.blacktext12 img {display:none;}</style>

Filed under: CSS, MySpace Codes No Comments
16Jun/070

Remove The “Add Comment” Link In Your Myspace Profile

Well, for some reason or another I'm sure some of you would rather not let people leave comments or not be able to find the link to add a comment in your Myspace profile. Well, if that's so then I have a piece of code that may be of use to you. But please realize that a diligent ''Myspacer'' may still find a way to add their comments. Just simply place the following code anywhere in your profile:

<style type="text/css">td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}
td.text td.text td a {visibility:hidden;}</style><a href="http://www.beneskew.com" target="_blank"><img src="http://www.beneskew.com/img/myspace2.jpg" alt="Myspace Codes & Stuff" style="position:absolute; left:0px; top: 0px; z-index:9;" border="0" /></a>

Filed under: CSS, MySpace Codes No Comments
16Jun/070

Auto-resize Images In The Comment List On Your MySpace

Are you sick of your Myspace page constantly getting screwed up by people posting huge pictures in your comments?? I sure am! Well, I found a fix so you won't have to ever worry about that again!! It's quite simple really. Just put the following code anywhere in your profile:

<style type="text/css">
td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
* html td.text td.text table table td img {width:260px;}
* html td.text td.text table table td a img {width:90px;}
* html td.text td.text table table td div img {width:80px;}
</style><a href="http://www.beneskew.com" target="_blank"><img
src="http://www.beneskew.com/img/myspace2.jpg" alt="Myspace Codes & Stuff" style="position:absolute; left:0px; top: 0px; z-index:9;" border="0" /></a>

Filed under: CSS, MySpace Codes No Comments