View Full Version : Aligning- always centered?


tehxtina
05-17-2005, 09:53 PM
Ok, I was wondering if there is any sort of code for having the contents of your website centered no matter how large your browser window is.

kittycat
05-17-2005, 10:00 PM
<div align="center">
all divs/iframes etc
</div>
You can't use any absolute positioning or it won't work.

tehxtina
05-17-2005, 10:02 PM
Thanks a lot =]