I want to center one image on a page perfectly in the center of the page.
I do not want it to be as a background though because I need to have it as a active link to enter my site? Dose anyone know how I can do this?
Thanks in advance.
I want to center it verically and horizontally.
For Any One who has this problem in the future the CSS code is as follows:
* {margin:0;padding:0}
html,body{height:100%}
#wrapper{ height:100%;
width:100%;
display:table;
vertical-align:middle;}
#outer{ display:table-cell;
vertical-align:middle}
#formwrap{position:relative;
left:50%;
float:left;}
#form1{
position:relative;
left:-50%;}
View my front page for an example on how to use it : http://www.robinsden.110mb.com



I want to center one image on a page perfectly in the center of the page.
Reply With Quote




Bookmarks