April 11, 2011 at 8:25 am
can you guys tweak the html on the textarea for Editing your signature?it is annoyingly skinny, and appears that way in all browsers(IE,FireFox,Chrome)
the core issue is the style for height is missing the pixels:
height:300; should be height:300px;
FYI, the html current definition of the textbox is:
<textarea
name="txtSignature"
id="txtSignature"
tabindex="1"
class="FormInputText"
style="width:100%;
height:300;
border-left:0px;
border-bottom:0px;
border-top:1px #7F9DB9 solid;
border-right:1px #7F9DB9 solid;
padding:3px;
background-color:White;">stuff></textarea>
Lowell
April 11, 2011 at 9:14 am
Added to the bug list
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply