Quote:
In Subject filed, I would like to put multiple subjects in the
database and have them appear on the web page in multiple lines ( one
subject in one line), but right now I type in three subjects in
Subject field and the three subjects all appear in one line, and I
have to seperate them with comma. But I wuld like to have the three
subjects in three lines instead. |
Really, we're looking at [FMP-Field: Subject] here...
Now if you have the information on seperate lines in the
database field:
One
Two
Three
Then you can use one of the attributes of FMP-Field like
this:
[FMP-Field: Subject, break]
That should insert a <br> wherever there is a new line in
the database field.
This is in the CDML Reference database that you can download
from FileMaker.
Webko