|
Author |
Message |
Shax
Joined: 23 Dec 2005
Posts: 40
|
Posted: Wed May 17, 2006 1:37 am Post subject: Center Site? |
|
|
I want to center my site. Its all the way to the left. Is there an certain code I could use? If so Where do I put it? Here is the link so you can see what I mean.
htp://www.fan-boards.org |
|
|
|
 |
Haunus

Joined: 24 Nov 2004
Posts: 740
|
Posted: Wed May 17, 2006 3:47 am Post subject: |
|
|
inbetween the tags that say style
put
div.center {
position: absolute;
left: 190px;
}
and then around the tags that say image ready slice and end image read slice put:
<div class="center">
and
</div> |
|
|
|
 |
Shax
Joined: 23 Dec 2005
Posts: 40
|
Posted: Wed May 17, 2006 8:37 pm Post subject: |
|
|
thank you so much Haunus!  |
|
|
|
 |
|