samtha25
Fri 4th Jan '02, 4:05am
I thought I'd past along this discovery. If you prefer fixed space and larger fonts for composition boxes, browsers, including N4 and IE5, will size the boxes the same if you use a style class on the TD that contains the message box rather than rely on the textarea declaration. All you need to do is add a simple class to the style in headinclude, like:
.compbox { font-family: "courier new", courier, monospace }
then find the TDs in the various posting tempates that contain the textarea and add the class to the TD, like so:
<td class="compbox">
You can then set the width for textareas in the admin panel to the same value for each browser family - or hand-code the width in the template. The size of the font will be determined by the default fixed font users have set in their browsers, which gives them more control over the sizing to the font to their platforms.
.compbox { font-family: "courier new", courier, monospace }
then find the TDs in the various posting tempates that contain the textarea and add the class to the TD, like so:
<td class="compbox">
You can then set the width for textareas in the admin panel to the same value for each browser family - or hand-code the width in the template. The size of the font will be determined by the default fixed font users have set in their browsers, which gives them more control over the sizing to the font to their platforms.