danial
By: a guest | Dec 25th, 2007 | Syntax:
HTML | Size: 0.22 KB | Hits: 106 | 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?