DAAAH,I forgot about <br>. I try to make things more complicated than they are. Thanks
--- In [email protected], "Peter Brunone" <[EMAIL PROTECTED]> wrote: > If you want a line break in the HTML, I don't know what to tell you except to add a <br /> tag. If you just want a line break in the source, you could use the relevant character for whatever your language is. > > VB: vbCrLf > C#/C/C++/Java/JS: \n > > From: "scaevola637" <[EMAIL PROTECTED]> > > I created some generic html controls on the page. I would like to get a > carriage return line break between them for easier reading. Is there > a way to do this? I know htmltextwriter has the newline property, but > I cannot get it hooked to any of the htmlgeneric controls. > > > > [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> 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/
