Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Mile

By: a guest on Aug 17th, 2008  |  syntax: HTML  |  size: 0.22 KB  |  hits: 58  |  expires: Never
download  |  raw  |  embed  |  report abuse
This paste has a previous version, view the difference. Copied
  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?