HTML Tag Colours

atr232000

Member
Joined
Jan 9, 2010
Messages
17
Programming Experience
Beginner
Hello all

I am writing a Marketing email program so we can email news letters and the lke to customer listed in our database.

One part of the application is a email templates page. On this there is a tabpage. Tab1 has a textbox and teb2 has a browser window.

The user pastes/write HTML code in to the text box and it displays the formatted email/html in the browsers window.

The users just want to edit the text from time to time and within VS.NET and TEXPAD the html code is colour coded depending on the html tags.

I guess this can not be done in my textbox1 but can it be done in a rictextbox and text_change event?

I hope I have made sense!!

thanks

Atr
 
Hi there..

There is so many HTML tutorials can be found in the net, for you to easy to work up, i suggest you try it first in MC front page its WYSWYG very simple, you learn a lot..
 
Hi thanks for your reply

However it is not HTML coding I am after. Frontpage is ok but visual studio is better!!
You know when your in source mode in frontpage and you get all the coloured text identifying you tags, breaks and classes.
The colour texting I what I am looking for in a richtextbox in my application.

Thanks

Alan
 
Back
Top