I need help with dreamweaver :(
Page 1 of 1
I need help with dreamweaver :(
How do i make a box that anyone on the website can type something into Like when you are typing into the reply box but i dont want it to have any function, thanks!!Re: I need help with dreamweaver :(
1st called Text areathere is 2 way in dreamweaver to add text area
1.Goto the Code Area and write this code
- Code: Select all
<textarea rows="2" cols="20">
</textarea>
2.GUI way to insert textarea in dreamweaver
goto Insert menus -> clik on form -> click on Texearea
I hope this may help you !
Regards
Page 1 of 1