Posted by Harlan Messinger on 01/08/07 00:00
Jeff wrote:
> Hey
>
> I want to add this char "*" to the end of a input field. The reason I want
> this * is to tell users that the input field is required to have a value.
>
> I tryed using this traditional approach:
> <td style="width:60%; background-color:#003399;">
> <input type="text" name="username" id="username" />*
> </td>
> But the * get on a new line under the input field!
CSS for the TD: white-space: nowrap;
[Back to original message]
|