Hi All,
The following code describes an input box on a form.
<tr>
<td valign="top" nowrap="nowrap">
<?php echo htmlspecialchars($params->subjectlabel); ?> </td>
<td>
<input name="subject" type="text" class="inputbox" value="<?php echo
htmlspecialchars($params->subjecttext.' '.$title); ?>" size="70" maxlength="100" /></td>
</tr>
I am trying to add some css within this to add a border, where can I put it?
Cheers, Tek
The following code describes an input box on a form.
<tr>
<td valign="top" nowrap="nowrap">
<?php echo htmlspecialchars($params->subjectlabel); ?> </td>
<td>
<input name="subject" type="text" class="inputbox" value="<?php echo
htmlspecialchars($params->subjecttext.' '.$title); ?>" size="70" maxlength="100" /></td>
</tr>
I am trying to add some css within this to add a border, where can I put it?
Cheers, Tek