Im quite new to VB . Hopefully kind soul like you will able to help me up
i wanted to do a VB programe to generate HTML template .
the following is an example
====================================
<html>
<title> welcome</Title>
<body >
Im new to VB . and i like the <colours> bags .
</body>
=====================================
By typing eg "blue" in an interface , it will change the code as the following
======================================
<html>
<title> welcome</Title>
<body >
Im new to VB . and i like the blue bags .
</body>
=======================
if you are able to help me , pls let me know and i will be really appreciate all the help
Thank you


