what is the question.. there is no question mark anywhere..
Thread Starter
htown
(@htown)
Can I use HTML code in side of a post? Can I create a post that looks like this:
<table width="100%">
<tr><td width="26%">Name</td>
<td colspan="3"><label>
<input type="text" name="name" id="name" />
</label></td>
</tr>
<tr>
<td>Address</td>
<td colspan="3"><label>
<input type="text" name="address" id="address" />
</label></td>
</tr>
<tr>
<td>City</td>
<td colspan="3"><label>
<input name="city" type="text" class="short" id="city" />
</label>
<label></label> <label></label></td>
</tr>
<tr>
<td>State</td>
<td width="28%"><input name="state" type="text" class="short" id="state" /></td>
<td width="8%">Zip</td>
<td width="38%"><input name="zip" type="text" class="short" id="zip" /></td>
</tr>
<tr>
<td>Home Number</td>
<td colspan="3"><label>
<input name="homePh" type="text" class="short" id="homePh" />
</label></td>
</tr>
<tr>
<td> Work Number</td>
<td colspan="3"><label>
<input name="workPh" type="text" class="short" id="workPh" />
</label></td>
</tr>
<tr>
<td>Mobile Number</td>
<td colspan="3"><label>
<input name="mobilePh" type="text" class="short" id="mobilePh" />
</label></td>
</tr>
<tr>
<td>Fax Number</td>
<td colspan="3"><label>
<input name="faxPh" type="text" class="short" id="faxPh" />
</label></td>
</tr>
<tr>
<td>Email Address</td>
<td colspan="3"><label>
<input type="text" name="email" id="email" />
</label></td>
</tr>
</table>
Thread Starter
htown
(@htown)
Of course I do not want the post to display the HTML code as is, I want the table and the content to show up. I want people to be able to fill out this form and submit it. Is this possible?
Thanks,
Houston