I would like to know whether possible in UltraEdit: Insert "complete" HTML commands
I have been looking at NoteTab and notice that when introducing some HTML commands the code produced is "complete" or has options, for example, to introduce a numbered list with all the codes for the number of items to be produced (based on what is chosen by the user), e.g.
This is all inserted at one go. Also to start a webpage, NoteTab allows for choices of the type of document/type standard to be used etc.
Does UltraEdit have this type of functionality?
Victor Warner.
I have been looking at NoteTab and notice that when introducing some HTML commands the code produced is "complete" or has options, for example, to introduce a numbered list with all the codes for the number of items to be produced (based on what is chosen by the user), e.g.
Code: Select all
<UL>
<LI></LI>
<LI></LI>
<LI></LI>
</UL>
Does UltraEdit have this type of functionality?
Victor Warner.