[quote=stabbedheart]i have a question, can i edit the css of this box?
how can i hide my more about me box after the viewer's box appear?[/quote]
if you want to edit this box personally,
just put this:
[quote]#aboutyou {
[color=red][i]cssproperty[/i][/color]
}[/quote]
and it doesnt matter if you hide your aboutme box.
this box still appear when the viewer come into your page.

[b]edited:[/b]
about your question, how to hide your aboutme box when viewer comes,
it is possible, just change this part:
[quote]addBox("More About "+pageViewerFName,ABOUTYOU.info.about,"aboutyou",/commonbox[\s]*?moreabout/i);[/quote]
into:
[quote]document.getElementById("content_6").innerHTML=ABOUTYOU.info.about;[/quote]
it will automatically chnge the content of your moreabout box into viewer moreabout.
(hidden ur moreabout box)
Last edited by KhErMiNaToR (2008-05-29 21:16:55)