I've created a HTML web page from Fireworks but i want to center the table and i can't do it because of some CSS code...
my html code is:
<div id="FWTableContainer2058007880">
my css code is:
#FWTableContainer2058007880 {
/* The master div to make sure that our popup menus get aligned correctly. Be careful when playing with this one. */
position:relative;
margin:0px;
width:800px;
height:600px;
text-align:center;
}
How can i center this table and not lose the positions of my emergent menus?
Thanks in advance for your help.
my html code is:
<div id="FWTableContainer2058007880">
my css code is:
#FWTableContainer2058007880 {
/* The master div to make sure that our popup menus get aligned correctly. Be careful when playing with this one. */
position:relative;
margin:0px;
width:800px;
height:600px;
text-align:center;
}
How can i center this table and not lose the positions of my emergent menus?
Thanks in advance for your help.