Interactive Buttons

G

Guest

Does anyone know if it is better to have interactive buttons (from FP 2003
pre-built buttons) free floating on the page or inserted into a cell in a
table? Is there any benefit to either? Or problems to look out for? Is the
formatting issues trying to have a interactive button and table "sharing"
space on a line. For example if you have your buttons free floating to the
left and the table on the right?
 
R

Ronx

Interactive buttons are images, and images cannot "free-float" in a
page. They must be contained in some block level container or other.
Block level containers include <>paragraphs</p>, tables (cells), and
<divs>, but there are others.
 
S

Stefan B Rusynko

I always trap them in an individual cell in a table
- more layout control and consistency of rendering

--




| Does anyone know if it is better to have interactive buttons (from FP 2003
| pre-built buttons) free floating on the page or inserted into a cell in a
| table? Is there any benefit to either? Or problems to look out for? Is the
| formatting issues trying to have a interactive button and table "sharing"
| space on a line. For example if you have your buttons free floating to the
| left and the table on the right?
|
 
A

Andrew Murray

In a table - better for your layout in general rather than using absolute
positioning or layers or whatever.
 
G

Guest

Could you please elaborate on why the button is better in table (Single
Cell?) rather than on a layer?
 

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

Top