You must edit the file include/templates/openchat/input.tpl
this template work with firm broad one.
And you can/must change indicated with for the framset.
look frameset.tpl lines
<frameset rows="78%,*,0,0" onunload="closeWindows();logout()">
<frameset cols="85%,*">
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Presently the chat has a width of 100% that means it will be as wide as your browser is.
How do I make it fixed? eg I would like the chat to be 700 pixels all the time.
Regards,
You must edit the file include/templates/openchat/input.tpl
this template work with firm broad one.
And you can/must change indicated with for the framset.
look frameset.tpl lines
<frameset rows="78%,*,0,0" onunload="closeWindows();logout()">
<frameset cols="85%,*">