![]() |
||||||||||||
|
||||||||||||
| Comments: |
| Posted By: ****** Date: 10:59 AM On 12-07-2003 |
| In 1.1.1, the clickable smilies box is sometimes much wider than it should be, and it will oftentimes go *under* the textbox. Refreshing will often fix the problem, but it is still an annoyance. |
| Posted By: ****** Date: 11:02 AM 12-07-2003 |
| Fixed in 1.1.2 by adding a hard-coded width to it. To fix in 1.1.1, open functions.inc.php, and find this line: <div style="margin: 15px;text-align: left;"> And replace it with this line: <div style="margin: 15px;text-align: left; width:70px;"> |