dping28
User
 Junior Boarder
| Posts: 8 |   | Karma: 2
|
Re:edit newsletter in frontend too wide - 2008/02/24 02:20
Ok if anyone else wishes to move that gray box to above the text area to get a complete single column front end window here is what I did (this is the changes required AFTER making the above changes):
Delete lines 589-591 *** AGAIN THIS IS AFTER MAKING ADRIENS CHANGES FROM ABOVE ***
Go to the end of what is now line 607 and hit Enter paste the following on line the new line 608:
| Code: | </tr><tr>
<td>
<textarea name="alt_content" rows="20" cols="70"><?php echo $mailingEdit->textonly ; ?></textarea>
</td>
|
go to line 486 set width to 90%
go to line 506 set width to 90%
delete line 503:
Hope this helps someone..
-D
|
|
|
| | To post on the forum you need to sign in. |