|
-
Jan 15th, 2000, 09:03 PM
#1
Thread Starter
New Member
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
-
Jan 15th, 2000, 10:02 PM
#2
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|