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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

CSS help 17
curved table corners 3
Display database records horizontally 16
Dropdown navigation 3
Firefox issue 2
SQL Help 2
Divs or tables? 2
Insert javascript help 3

Back
Top