Div effect

R

Ronx

Use a fieldset or groupbox and legend. Example:

<form>
<fieldset>
<legend> Contact Form </legend>
Form contents go here
</fieldset>
</form>

In FrontPage - Insert->Form->Groupbox which adds the <fieldset> and
<legend> tags.

I use this to group fields in forms, such as at
http://www.rxs-enterprises.org/feedback
 
P

Paul M

Thanks Ron

Paul M

Ronx said:
Use a fieldset or groupbox and legend. Example:

<form>
<fieldset>
<legend> Contact Form </legend>
Form contents go here
</fieldset>
</form>

In FrontPage - Insert->Form->Groupbox which adds the <fieldset> and
<legend> tags.

I use this to group fields in forms, such as at
http://www.rxs-enterprises.org/feedback
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 
Top