Site Emergency
Site Emergency
Out of context: Reply #3
- Started
- Last post
- 13 Responses
- lvl_130
yo, use something like this (this will probably get cutoff, but let's try shall we):
<style type="text/css">
body {
text-align: center; /* for old IE versions */
}
#wrapper {
width: 260px;
margin: 0 auto;
position: absolute;
left: 50%;
margin: 0px 0 0 -130px;
}</style>
- put in your own data into the width margin position etc. obviouslylvl_13