View Single Post
  #155 (permalink)  
Old 06-17-2008, 04:47 PM
scsefrmr scsefrmr is offline
Learning Programmer
 
Join Date: May 2008
Posts: 39
Credits: 0
Rep Power: 3
scsefrmr is on a distinguished road
Send a message via MSN to scsefrmr
Default Re: Do you write html in notepad?

Xav is right, VWD is excellent for typing the raw code in. It has that VB feel where it gives you a drop down list for alternative commands for the text you have typed etc.
I was impressed by that, made it a lot easier.
Plus theres less chance for user error, as it gives you the commands available for the position your cursor is in the code (i.e. it will only offer <TD> and </TR> if you are typing after a <TR> tag in HTML).

Sponsored Links