
dlo_itools
Staff

Nov 13, 2002, 5:14 PM
Post #2 of 3
(3165 views)
Shortcut
|
|
Re: [mkerk] Size of update screen
[In reply to]
|
Can't Post
|
|
1. When the latest version of Page Publisher (1.19), you can edit the file _page_menus.html to change the width of all textarea's. Look for for a line called <!-- templatecell : textarea --> Below that, you will see a textarea tag with col=60. Change the 60 to some bigger number to get a wider box. Just remember that this is a global setting and will apply to all textareas. Also remember to backup this file before making changes, otherwise errors can cause the program to stop working. 2. The difference between a TEXT and HTML field is how extra blank lines are treated. In a TEXT field, the blank lines are converted to <br>'s, so you will get see the blank lines in your HTML output. For a HTML field, nothing special is done, so blanks lines are not shown. 3. The way to handle a list of URL's is to use several <!-- publish type="link" --> fields. These type of publish tags will prompt the user for the NAME and the URL, so they don't have to knowing anything about <a href>'s. /Dave Lo
|