
Mile
By: a guest on Aug 17th, 2008 | syntax:
HTML | size: 0.22 KB | hits: 58 | 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?