This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
View Entire Thread
Re: 'Hidden Field' text showing in IE

Labels are used for accessibility purposes and to help users understand the form. They are not submitted with the form so it won't effect the layout of the email Bravenet sends.

Also, in "Note 2" here:
http://www.w3.org/TR/WCAG20-TECHS/H44.html#H44-description
It lists hidden fields as a type of field that the label is not used for.

-Scut

Browser: Mozilla Firefox 3.6.*

OS: Windows 7

Re: 'Hidden Field' text showing in IE

Thanks for your help, it is now sorted.. Just got rid of the label tag and replaced with input type
Works great, now just to get the site to look great on IE as does on firefox and safari.. frustrating.

Browser: safari

OS: OSX

Re: 'Hidden Field' text showing in IE

Just as an aside... You don't need that massive background image. You can make a much smaller one and get it to repeat using css. Just replace
background="../Images/Untitled-33-4edit.jpg"
with
style="background: url('../Images/small-image.png') repeat: repeat;"
(This assumes you made and uploaded a smaller image called small-image.png)
It will repeat horizontally and vertically.

Browser: Mozilla Firefox 3.6.*

OS: Windows 7