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
<html><head>
Because i use SelText.
I want it to be like this:
<html>
<head>
------------------
ShadowSpy