View Single Post
  #2  
Old 29th September 2008, 23:18
Tony's Avatar
Tony Tony is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 182
Default
you will need to post the shoutbox code from your index so i can look at it but to save you from doing that try doing this

open index.php and look for the start of the shoutbox code and add this
Code:
<?begin_frame("shoutbox",true,5);?>
then add this at the end of the shoutbox code

Code:
<?end_frame();?>
that should fix your style problems out :)
Reply With Quote