[quote]If the other hide codes are working in ur external css all should work. The "my div tag" is a js code you can not add that to ur external css[/quote]
.
i don't know but the "about me paragraph in control panel" is still present...
i'm using og...
please check...
here's inside my html program... link to my css...
[quote]<head>
<link href=[b]'
http://www.geocities.com/mr_suwab3/ADCcss.css' [/b]rel='stylesheet' type='text/css' />
<title>ADC PROFY</title>[/quote]
inside ADCcss.css code...
[quote]/*About ME CSScode Section*/
/* Control Panel Button just below the photo */
#controlPanelButtons {display:none!important;}
/* Recent Updates Box */
.user_tracker {display:none!important;}
/* About Me Link in Control Panel*/
.more {display:none!important;}
[b]/* About Me Paragraph in Control Panel*/[/b]
.controlpanel p {display:none!important;}[/quote]
back to my html program... i use this div tag for auto control panel update....
[quote]<!--ME Page-->
<div id="me">
<h4 class="style1">About Me...</h4>
[b]<div id="content_0"></div>
<script language="javascript">
module0="yes";
</script>[/b]
</div>[/quote]
do you see any problem!?? can't hide the about me paragraph in control panel... sigh...