|
hi
i fixed the the units of the site with px. and i exported from flash as centered page.but when i open it in the browser its on the left side,and its not in the center.
how can I do it in the center please?
i tried with tah scriped which i pasted in the body of my html,but didnt work
.centered {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 50%;
height: 50%;
margin: auto;
}
and i dont know what to do please
[removed at request of poster]
thank you
Last edited by NullPointer; 03-19-2011 at 02:51 PM..
|