|
Posted by Edwin van der Vaart on 04/01/06 15:52
LeftHorn wrote:
> Hi,
>
> I have a problem...Got a webpage with alot of different input fields - where
> a user can maintain a database.
>
> They are allowed to use 'spaces' in their textfields, sometimes they require
> to insert a space in the end, sometimes it would be fatal if they do - the
> problem is that from a visual point of view the inputfield is like this:
>
> TextColor Black
> BackGround White
>
> Nobody are able to see how many spaces there is after a string, unless the
> cursor is placed in the field - i need somehow to get a different
> TextBackgroundColor (ex. gray) then they would be able to locate it by
> sight, instead of having to manually run through all fields.
>
> Can this be done ? by HTML or JS or something ? hope you can help.
What you can do is add for the <input> gray as background e.g.
<input name="Name" size="32" style="background: gray;">
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Persoonlijke website
Explicitly no permission given to Forum4Designers, onlinemarketingtoday,
24help.info and issociate.de to duplicate this post.
Navigation:
[Reply to this message]
|