I have a problem with radio buttons and check boxes being displayed in IE
correctly. The radio buttons and/or check boxes do not display as they should
but have either the HTML script or java script being displayed instead.
Therefore, you cannot check a radio button or yes/no box to proceed any
further within a web-site.

Has anyone come across this and do they have a fix?

Thanks.

Re: Radio Buttons Displayed in IE by rob^_^

rob^_^
Wed Mar 19 12:02:10 PDT 2008

Hi Steve,

Check your code for orphaned tags.

ie. <script>{</script> missing}

Validate your html code with the W3C html validator

http://validator.w3.org/


Regards.

"steve" <steve@discussions.microsoft.com> wrote in message
news:EFDDBE98-0BD9-4257-ACEE-5561C1AC43EE@microsoft.com...
> I have a problem with radio buttons and check boxes being displayed in IE
> correctly. The radio buttons and/or check boxes do not display as they
> should
> but have either the HTML script or java script being displayed instead.
> Therefore, you cannot check a radio button or yes/no box to proceed any
> further within a web-site.
>
> Has anyone come across this and do they have a fix?
>
> Thanks.