PM me with your msn and I will happily re-write the code for it to work.
EDIT: This is because you will need to give me the sizes etc...
Printable View
PM me with your msn and I will happily re-write the code for it to work.
EDIT: This is because you will need to give me the sizes etc...
That should work, hope it helps :)Quote:
<style>
.centered {
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
}
</style>
All those are long.
If its within your html then
Or within your css.Code:<div align="center">
Code:#div }
align: center;
}
Code:<style>
#wrapper
{
margin:auto;
}
</style>
<div id="wrapper">
<div>Centered</div>
</div>