Design a WebPage
Posted: Mon Aug 27, 2007 9:13 pm
I want to design a WebPage. I use DreamWeaver 8 as a PHP editor. 
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
The red thin border is Dreamweaver's way to signify the form area. You put all your form elements inside of this by selecting inside the form area then adding the form element as I explained earlier.asif_phpdn wrote:I can't design a form using DreamWeaver 8. When I click on a form tag then there comes a red thin border. But I can't do nothing after that.
I wouldn't do it any other way. HTML generators, including Dreamweaver, are capable of creating some pretty crappy and often invalid html markup.Is it better to design using code?
My feelings exactly!!Jcart wrote:I wouldn't do it any other way. HTML generators, including Dreamweaver, are capable of creating some pretty crappy and often invalid html markup.
I use it all the time and it works perfectly for me when i need to do laborious tasks quickly.califdon wrote:My feelings exactly!!Jcart wrote:I wouldn't do it any other way. HTML generators, including Dreamweaver, are capable of creating some pretty crappy and often invalid html markup.