Share Pastebin
Guest
Public paste!

Mile

By: a guest | Aug 17th, 2008 | Syntax: HTML | Size: 0.22 KB | Hits: 57 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. open message.php
  2.  
  3. find this line:
  4.  <div id = "sc<?php echo $msg_id; ?>" class = "switchcontent">
  5.  
  6. then change it to:
  7.  <div id = "sc<?php echo $msg_id; ?>" class = "switchcontent" style="display:none;">
  8.  
  9. Does it help?