How to keep content in the centre no matter what screen size

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have created a simple table and added page margins. I would like to keep
the table absolutely positioned so that when the screen size shrinks or grows
the table remains in the centre.


Thanks.
 
You don't want to use any absolute positioning
- just select the table and set its properties to be center aligned
(FP will wrap the table in a <div align="center"><table....</div> tag)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|i have created a simple table and added page margins. I would like to keep
| the table absolutely positioned so that when the screen size shrinks or grows
| the table remains in the centre.
|
|
| Thanks.
 
Back
Top