Tag: html

Hints HOWTOs HTML/XTML Web Development

Uncheck Checkbox Values

I recently ran into a situation with a custom form where users had a number of checkboxes where the values were saved upon submit. When they went back through the form to make changes, if they unchecked something that was already checked and submitted the form again, the checkbox value would not change (not empty). […]

Hints HTML/XTML Web Development

using the title attribute in html links.

Ever wonder how to get a mouse over “tool tip” to appear without much hassle? Use the title attribute (keep your mouse over the link for a few seconds to see this in action). Not only does this help your users/readers get more information, it also helps people who are using auditory browsers will have […]