Ask a Question related to Coldfusion Database Access, Design and Development.
-
poirot #1
Line break in output from a access Database
I am using a cfform with the cfformitem tag style text to output a field from
my database. I cannot seem to be able to do the line break that is present in
my table. I have tried putting the tag <br /> directly in my table but tit's
not working. Could someone help me.
I am pretty new in database driven web site so any help would be appreciated.
I have included the basic code for my test.:confused;
<cfformitem type="hrule"/>
<cfformitem type="text">
<cfoutput>#rsProduits.carateristiqueDVR#</cfoutput>
</cfformitem>
<cfformitem type="hrule"/>
poirot Guest
-
How do I put line break in my asp page?
Try: <br> <br> <br> "Jules" <jules.farrell@james-chapman.co.uk> wrote in message... -
line break
I can't seem to get the line break to work in Contribute, so when I hit SHIFT + ENTER, it still gives a Paragraph tag. According to the help, it... -
Forced line break changes previous line endings
Gang-- Give this script a try. It's quite experimental (i.e., use at your own risk), but in my tests it actually works to "freeze" the line... -
break access database lock in mx?
all, I'm trying to remotely compact an access database that holds all client variables. problem is, the ldb lock is there and i don't know how to... -
flash asp access LINE Break!
I have a problem when I try to pass data from a flash form through asp to a ms database. while i was typing data into the flash text box, i... -
poirot #2
Re: Line break in output from a access Database
Ok i found my answer using the style html instead of text
poirot Guest
-
Dan Bracuk #3
Re: Line break in output from a access Database
Other than putting a break tag directly into your record, how do the line breaks in your data get generated in the first place?
Dan Bracuk Guest
-
poirot #4
Re: Line break in output from a access Database
In this particular table, information on relevant parts is display. That
information could contain more than one one paragraph. Placing line break and
paragraph break was important in order to maintain lisibility.
But Like I sais I figured it out. But thanks a lot for the time you took to
answer.
Poirot
poirot Guest



Reply With Quote

