When creating a form, I can add all the types of fields EXCEPT a Group Box.
For some reason that is disabled. What's going on?

RE: Can't add Group Box to a form by FrontPageForms

FrontPageForms
Wed Nov 17 20:58:02 CST 2004

Hi Bob,

You probably have your compatibility set to Custom. If it were changed to
something like Microsoft Internet Explorer only it would allow the choice.

The Group Box option inserts <Fieldset></Fieldset> tags. Also <legend>
</legend> tags for the gap inside the fieldset tags.
You can insert this manually, with or without the customary gap.

<Fieldset><legend> </legend></Fieldset>

"Bob Richardson" wrote:

> When creating a form, I can add all the types of fields EXCEPT a Group Box.
> For some reason that is disabled. What's going on?
>
>
>

Re: Can't add Group Box to a form by Bob

Bob
Thu Nov 18 11:19:28 CST 2004

Thanks. Changing to "Microsoft Internet Explorer only" did the trick.

What happens if a Netscape user looks at the Group Box on my form. Is this
only a problem with Netscape 4.0 and earlier, or would it apply to current
versions of Netscape?


"FrontPageForms" <FrontPageForms@discussions.microsoft.com> wrote in message
news:DAD06A80-E712-4A42-A922-08BB15BFC989@microsoft.com...
> Hi Bob,
>
> You probably have your compatibility set to Custom. If it were changed to
> something like Microsoft Internet Explorer only it would allow the choice.
>
> The Group Box option inserts <Fieldset></Fieldset> tags. Also <legend>
> </legend> tags for the gap inside the fieldset tags.
> You can insert this manually, with or without the customary gap.
>
> <Fieldset><legend> </legend></Fieldset>
>
> "Bob Richardson" wrote:
>
>> When creating a form, I can add all the types of fields EXCEPT a Group
>> Box.
>> For some reason that is disabled. What's going on?
>>
>>
>>



Re: Can't add Group Box to a form by Ronx

Ronx
Thu Nov 18 14:04:09 CST 2004

NN4xx ignores the <fieldset> and <legend> tags, but displays any text in the
<legend> (using the browsers default font and font size if formatting is
specified by CSS).
Later versions of Netscape display the groupbox and legend as formatted.

--
Ron Symonds (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.


"Bob Richardson" <bobr at whidbey dot com> wrote in message
news:Fe-dnThznOY9RAHcRVn-iw@whidbeytel.com...
> Thanks. Changing to "Microsoft Internet Explorer only" did the trick.
>
> What happens if a Netscape user looks at the Group Box on my form. Is this
> only a problem with Netscape 4.0 and earlier, or would it apply to current
> versions of Netscape?
>
>
> "FrontPageForms" <FrontPageForms@discussions.microsoft.com> wrote in
> message news:DAD06A80-E712-4A42-A922-08BB15BFC989@microsoft.com...
>> Hi Bob,
>>
>> You probably have your compatibility set to Custom. If it were changed to
>> something like Microsoft Internet Explorer only it would allow the
>> choice.
>>
>> The Group Box option inserts <Fieldset></Fieldset> tags. Also <legend>
>> </legend> tags for the gap inside the fieldset tags.
>> You can insert this manually, with or without the customary gap.
>>
>> <Fieldset><legend> </legend></Fieldset>
>>
>> "Bob Richardson" wrote:
>>
>>> When creating a form, I can add all the types of fields EXCEPT a Group
>>> Box.
>>> For some reason that is disabled. What's going on?
>>>
>>>
>>>
>
>