Div effect

  • Thread starter Thread starter Paul M
  • Start date Start date
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
 
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
 
Back
Top