Mile
By: a guest | Aug 17th, 2008 | Syntax:
HTML | Size: 0.22 KB | Hits: 57 | Expires: Never
open message.php
find this line:
<div id = "sc<?php echo $msg_id; ?>" class = "switchcontent">
then change it to:
<div id = "sc<?php echo $msg_id; ?>" class = "switchcontent" style="display:none;">
Does it help?