| | | Forum Newbie
       
Group: Forum Members Last Login: 5/28/2006 9:48:00 PM Posts: 7, Visits: 1 |
| Hi All, Is there an easy way to increase the size of the box where you compose your email in the Web messaging system. I am using Imail Pro 8.12 & classic templates. Thanks Gordon. |
| | | | Time Traveler
       
Group: Forum Members Last Login: 8/12/2005 10:51:00 PM Posts: 151, Visits: 1 |
| | | | | Forum Newbie
       
Group: Forum Members Last Login: 5/28/2006 9:48:00 PM Posts: 7, Visits: 1 |
| Hi Dmitri
Yes I mean the textarea.
Gortdon. |
| | | | Time Traveler
       
Group: Forum Members Last Login: 8/12/2005 10:51:00 PM Posts: 151, Visits: 1 |
| Hi, The most simple way to do this is to replace existing ipswitch class templates with yours. Goto: Imail Administrator\localhost\jaspa.com\WebMessagingContent\sendmail.html find this text: <STYLE TYPE="text/css"> <!-- <!--IMAIL.Include.style.cgi--> --> </STYLE>
then insert your new class template, called "textfield" <STYLE TYPE="text/css"> .textfield { FONT-SIZE: 11px; } </STYLE> the final step is to enable new class to your textarea: Find the string: <TEXTAREA NAME="textBody" ROWS="12" COLS="52" WRAP="physical"><!--IMAIL.SendMsgBody--></TEXTAREA> And replace it with: <TEXTAREA NAME="textBody" ROWS="12" COLS="52" WRAP="physical" class=textfield><!--IMAIL.SendMsgBody--></TEXTAREA> That's all 
Regards, Dmitri Elgin, http://imailzip.com |
| |
|
|