Ask a Question related to Dreamweaver AppDev, Design and Development.
-
BurritoVictim #1
Server Behavior - Dynamic Text
Hi, all
This may be something simple, not sure, as I continue to search for an answer.
I have some text in a SQL database that I'm displaying using Dreamweaver
MX2004's Server Behavior - Dynamic Text. The text pulls in just fine, but it's
just one big chunck of text. I am sumitting the text to the database via an
update form I created in Dreamweaver (I'm trying to create a web app so that my
client can update her own content and I'm testing it) and when I enter the text
I have four separate paragraphs, however it is displaying it as one big
rambling paragraph. Can anyone advise me on what I am missing? Please and
thank you!
John
BurritoVictim Guest
-
Server Behavior
Hello, I installed a mxp file that i got from DMXzone and in Extension Manager said that i have to go to the Server Behaviors menu:... -
Dynamic text box within dynamic movie clip
I'm having a similar problem. On mine I noticed that although the text doesn't show and the border doesn't show, the cursor changes appropriately... -
Dynamic attaching of behavior
I have created a behavior script during runtime which I want to attach to a sprite. But I just can't figure out how to get the darn thing attached.... -
[DW MX] or [DW4] Dynamic menu and image behavior
Hi Dave, Take a look at the Layer Genie extension at DMXzone. It will help you create cascading menus with links or images.... -
Strange Text/XML Behavior
I have a strange problem that I spent quite some time trying to debug last night. I'll try and explain this as well as I can. I have a simple... -
mitchel #2
Re: Server Behavior - Dynamic Text
John,
Check out this extension/suite:
[url]http://charon.co.uk/content.aspx?CategoryID=11[/url]
Then use the "Preserve Whitespace" function.
Mitch
"BurritoVictim" <webforumsuser@macromedia.com> wrote in message
news:d4b4p4$i2p$1@forums.macromedia.com...answer.> Hi, all
>
> This may be something simple, not sure, as I continue to search for anit's> I have some text in a SQL database that I'm displaying using Dreamweaver
> MX2004's Server Behavior - Dynamic Text. The text pulls in just fine, butan> just one big chunck of text. I am sumitting the text to the database viathat my> update form I created in Dreamweaver (I'm trying to create a web app sotext> client can update her own content and I'm testing it) and when I enter theand> I have four separate paragraphs, however it is displaying it as one big
> rambling paragraph. Can anyone advise me on what I am missing? Please> thank you!
>
> John
>
mitchel Guest
-
BurritoVictim #3
Re: Server Behavior - Dynamic Text
Thanks, Mitchel - I'm using ASP.NET (aspx) pages and it doesn't seem to work with them. Is it ASP only? If it's any help to further expound, I'm using VB.
BurritoVictim Guest
-
BurritoVictim #4
Re: Server Behavior - Dynamic Text
Found the answer - so simple actually (sigh). Added Replace(Chr(13), "<br>")
to my dynamic text line and it solved everything. Like this:
<%# dsMysite.FieldValue("main", Container).Replace(Chr(13), "<br>") %>
Yay!
BurritoVictim Guest



Reply With Quote

