: I suppose you mean, you are using Dreamweaver to create your site.
: The questions you ask, are not really JavaScript-questions, but here are the answers.
: About the tables, Tyreal was right, but you should be able to figure that out yourself. Just let macromedia create a table and view the source code (with the <>-icon in the right bottom corner)
: A feedback FORUM is going to be a bit tougher, you should really use a serverside language like PHP, ASP or CGI.
: However, you can use JavaScript to mail a form to you. Just use:
:
: <form action="mailto:my@email.address.com" enctype="text/plain">
: Your name: <input type=text name=Name>
: What do you think of my site?
: <select name="rating">
: <option value=1>Very bad</option>
: <option value=2>Allright</option>
: <option value=3>Excellent!</option>
: </select>
: </form>
:
:
: Hope that helps.
:
: : a table in macromedia ???
: :
: : don't know your question mate, try to explain it a little more?
: :
: : a table in HTML is
: : <table>
: : <tr>
: : <td> colomn one </td>
: : <td> colomn two </td>
: : <td> colomn three</td>
: : <td> colomn four </td>
: : </tr>
: : </table>
: :
: : : I've been writing a macromedia website and I'm almost finished. I just need two more codes. I have no idea how to make a table or a feedback fourm. Will one of you smart computer oriented people please show me how to do this????????????????
: : :
: :
: :
:
:
Be fore I can give you an answer! --- what browser are you targetting and what is the server-side capability of the web host?