Results 1 to 2 of 2

Thread: Paragraph in TextBox

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Porto, S. Mamede, Portugal
    Posts
    1

    Post

    I have one problem: Im making a html program and when I click on a button to insert the <html> and head tags, it writes this:
    <html><head>
    Because i use SelText.
    I want it to be like this:
    <html>
    <head>

    ------------------
    ShadowSpy

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    232

    Post

    Try it:
    "<html>" & vbCrLf & "<body>"

    ------------------
    smalig
    [email protected]
    http://vbcode.webhostme.com/



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