Jump to User:

myOtaku.com: Overruled


Saturday, August 18, 2007



Removing stuff

Remember, always change the ( to < and ) to > or the codes won't work!

Now these are the codes you want to be careful with. The wrong code can remove something very vital. So I suggest you make all the links you need if you plan on removing your navigation bar.

Remove the ads:

We hate ads, don't we? So here's the code for killing them from your site.

(style type="text/css") iframe{display:none}
(/style)

Remove the MyO-logo:

(style type="text/css") .header_logo{display: none;}(/style)

Remove your avatar from view:

This code doesn't completely remove your avatar. You can change it like always and it shows on comment and PMs, but it won't show on your site.

(style type="text/css") .panel{display: none;}
(/style)

Remove datetime:

(style type="text/css") .datetime{display: none;}
(/style)

Remove your navigation bar:

Be careful with this one!

(style type="text/css") .navbar{display: none;} (/style)

Remove your username:

(style type="text/css") .username{display: none;}
(/style)

Remove Friends list and Search bar:

(style type="text/css") select, form{display: none;}(/style)

Remove the horizontal divider:

(style type="text/css") .hr{display: none;}
(/style)

And as some of you know, you can always remove more than one thing at a time by grouping the code, like this for example:

(style type="text/css")
.navbar{display: none;}
.username{display: none;}
.hr{display: none;}
(/style)

You put all these codes to Post Styles or they won't work.

Be careful using these codes!


Comments (0)

« Home