PDA

Click to See Complete Forum and Search --> : Paragraph in TextBox


ShadowSpy
Jan 15th, 2000, 08:03 PM
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

smalig
Jan 15th, 2000, 09:02 PM
Try it:
"<html>" & vbCrLf & "<body>"

------------------
smalig
smalig@hotmail.com
http://vbcode.webhostme.com/