• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ Contributions (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

No more horizontal scrollbar when not needed

Post a bug fix, a new feature, a theme ...

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
1 post • Page 1 of 1

Postby Mgccl » Sat Apr 22, 2006 11:42 pm

if you go though the PHPfreechat's demos, you will found the horizontal scrollbar always appear...
Yep... it's not even a little deal to most people... but when it's embedded in a popup window and wants lowest space used... you must change something to make the scroolbar not appear...

go to the original index, and found

Code: Select all
<?php $chat->printChat(); ?>

replace with
Code: Select all
       <table border="0" width="100%">
   <tr>
      <td><?php $chat->printChat(); ?></td>
   </tr>
</table>

and you are done...
Mgccl
Member
 
Posts: 35
Joined: Sun Apr 16, 2006 9:40 pm
Top

Post a reply
1 post • Page 1 of 1

Return to Contributions (v1.x)

Who is online

Users browsing this forum: No registered users and 8 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub