You need to replace all the line breaks in the text with <br /> tags like so :-
myTextFromDB = replace(myTextFromDB, VbCrLf, "<br />") Dan ________________________________ From: suresh.k.t [mailto:[EMAIL PROTECTED] Sent: 02 November 2004 12:50 To: [EMAIL PROTECTED] Subject: Re: [AspClassicAnyQuestionIsOk] Need help ! Hi, Not exactly, actually the data is loaded to the database from the html text field. the client uses cut and paste method to fill the text field. I want to show the data as it was typed in the text field. --- Mark E <[EMAIL PROTECTED]> wrote: > suresh, > > Do you have any way of knowing where the line breaks > and paragraphs are supposed to be? > > Mark > > "suresh.k.t" <[EMAIL PROTECTED]> wrote: > > > Hi, > thanks for the replay, am retriving a text content > stored in the database and displaying it in the asp > page. but the the text has lost all paragraph and > line > break information and it is overflowing in the > table. > > I want to format this text with proper line breaks > and paragraph > > Regards, > suresh.k.t > > > > > > > > > > > > > > > > --- Mark E <[EMAIL PROTECTED]> wrote: > > What text content are you referring to? And how > do > > you want to format it? > > > > Post more information so that we can help. > > > > Mark > > > > kt_suri <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > am displaying the text content taken from the > > database, so how do i > > format this text ? > > u can view this page with this link > > careermovebangalore.com/jobopenings.asp > > > > any feedback would be appriciated > > > > suresh.k.t > > > > > > > > > > > > > > > > Yahoo! Groups SponsorADVERTISEMENT > > > > > > --------------------------------- > > Yahoo! Groups Links > > > > To visit your group on the web, go to: > > > http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ > > > > To unsubscribe from this group, send an email > to: > > > [EMAIL PROTECTED] > > > > Your use of Yahoo! Groups is subject to the > > Yahoo! Terms of Service. > > > > > > > > [Non-text portions of this message have been > > removed] > > > > > > ________________________________________________________________________ > Yahoo! Messenger - Communicate instantly..."Ping" > your friends today! Download Messenger Now > http://uk.messenger.yahoo.com/download/index.html > > Yahoo! Groups Sponsor > Get unlimited calls to > > U.S./Canada > > > --------------------------------- > Yahoo! Groups Links > > To visit your group on the web, go to: > http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the > Yahoo! Terms of Service. > > > > [Non-text portions of this message have been > removed] > > ________________________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html Yahoo! Groups Sponsor ADVERTISEMENT click here <http://us.ard.yahoo.com/SIG=129vklu91/M=315388.5543472.6613714.3001176/ D=groups/S=1705006764:HM/EXP=1099486292/A=2372354/R=0/SIG=12id813k2/*htt ps:/www.orchardbank.com/hcs/hcsapplication?pf=PLApply&media=EMYHNL40F210 04SS> <http://us.adserver.yahoo.com/l?M=315388.5543472.6613714.3001176/D=group s/S=:HM/A=2372354/rand=304635002> ________________________________ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] subscribe> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
