This topic is locked

New line without using Rich text

8/10/2006 3:09:55 PM
PHPRunner General questions
A
amirgulamali author

Hi,
I have an address field in my table where each postal address has several lines. I dont want to use the rich text editor funtion simply because it creates double spaced lines between lines and it has too many funtions for just an address field.
Is there anyway a new line could be preserved in a text area. Currently a new line started when adding entries appears to join with the previous line in list
thanx

amir <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=3154&image=1&table=forumtopics' class='bbc_emoticon' alt=':huh:' />

J
Jane 8/11/2006

Amir,
use
to mark new line:

line1
line2
line3



Also set View as as HTML on the Formatting tab.

A
amirgulamali author 8/11/2006

thanx jane,

  1. but is there another way instead of using
    ?
    OR
  2. is there another way to reduce the line spacing when using rich text? and removing the rich text tool bars?
    thanks

J
Jane 8/11/2006
  1. Use Enter with using Rich Text Editor
  2. or use html tags (
    , <p>) without using RTE.

A
amirgulamali author 8/11/2006

i want to use RTE but want to reduce the line spacing and remove the RTE toolbar.. and perhaps set a default font to match with the fonts of other fields.. all this so that i can go to a new line using ENTER key
is that doable?

J
Jane 8/11/2006

Double spaces appears because RTE adds <p> tags after you using ENTER key.

RTE is a third party tool and it's impossible to make changes in it.

A
amirgulamali author 8/11/2006

Could this feature be added in the new version. Double spacing makes the pages alil untidy, just a suggestion.. Thanks tho, great product and support!
Amir