CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,900

    [RESOLVED] HTML Question

    I am generating some HTML output through VB6 and am having problems with formatting the output text

    I can output this

    This is a email has 2 pictures

    This is the last line of the email
    I can output this

    * A list item.
    * And another item
    * And another

    This is a sample email with embedded picture
    But I cant ouput this

    This is a email has 2 pictures
    This is the last line of the email
    All I want to do is output 2 consecutive lines (without an extra GAP)

    ie, How do you output CRLF at the end of a line(The double linefeed above was caused by making each line a paragraph)

    ie,

    Code:
    <P>text text text text</P>

  2. #2
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,900

    Re: HTML Question

    One hour later - finally found it <BR>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured