Request Template - using html code in Description
I am creating a new template and wanted to add some html code in the body to make the free form look like a actual form to fill out.. example code of a simple table.
<table width="100%" border="3">
<tr>
<th width="34%" scope="row">Request Change (Internet\Intranet):</th>
<td width="66%"></td>
</tr>
<tr>
<th scope="row">Requested Due Date:</th>
</tr>
<tr>
<th scope="row">URL: </th>
<td> </td>
</tr>
</table>
The issue is when you put the html code into the body and switch back from HTML to normal view it adds about 30 lines and pushing the table off the screen? Which i cant remove or resize. I have made sure there is no extra code that would tell it to do this.. Why is it doing this?
New to ADSelfService Plus?