Skip to main content

Posts

Showing posts from April, 2007

How to hide the * for required fields

Sometimes it is annoying to see the '*' in front of a required field. If a customer demands the '*' to be removed, you really have a problem ! It seems to be impossible to remove it and a lot of people say that it is..................... But here is your solution. If you put the following line of code in your stylesheet, the '*' will not be displayed ! .xi { display: none; } For outlining everything, you can use the ussual stuff. More to come