romas
By: a guest | Jun 8th, 2008 | Syntax:
HTML | Size: 0.22 KB | Hits: 34 | 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?