{exp:comment:form}
<label for="name">Name</label>
<input type="text" name="name" value="{name}" id="name" size="37" /></p>
<label for="email">Email Address</label>
<input type="text" name="email" value="{email}" id="email" size="37" /></p>
<label for="comment">Comment</label>
<textarea name="comment" rows="8" cols="35" id="comment">{comment}</textarea></p>
<input type="submit" name="submit" value="Submit" /></p>
{/exp:comment:form}This is my code, I’m sure I’m missing something obvious, I’m really new to this so but the form looks great without the EE code, but when i replace it with the EE tags it disappears? why is this?