I have come across a dynamically written form which I would like to style but I am unsure how to style this style of html -> Just as I was getting use to forms!
<pre wrap="">
<form action="http://develop.jzm.co.nz/pyrocms/contact" method="post" accept-charset="utf-8" enctype="multipart/form-data">
Name:<input type="text" name="name" value="" class="name" />
Email:<input type="text" name="email" value="" class="email" />
Message:<textarea name="message" cols="40" rows="10" class="message"></textarea>
<p class="contact-button"><input type="submit" name="send" value="Send" /></p>
</form></pre>
I had forgotten it was controlled by a WYSIWYG and the
pretags were added in when I saved I just changed them to a<div id=""></div>