Hey everyone, need some help here.
I'm designing a site for my group, and I'm having some problems. Most of all, dealing with the XHTML 1.0 Strict format that I'm using. This is my site being designed:
http://y1v.net/mbbsite/
In Internet Explorer, it looks fine. In Firefox, though, it is aligned to the left. I am currently using
to center to center the entire contents of the body, but it seems this doesn't work in Firefox. Can anyone help me out?
The most important thing to me is to keep it XHTML 1.0 Strict, so I can't use
or
tags. Thanks for the help.
I'm designing a site for my group, and I'm having some problems. Most of all, dealing with the XHTML 1.0 Strict format that I'm using. This is my site being designed:
http://y1v.net/mbbsite/
In Internet Explorer, it looks fine. In Firefox, though, it is aligned to the left. I am currently using
Code:
<div style="text-align: center">
The most important thing to me is to keep it XHTML 1.0 Strict, so I can't use
Code:
<div align="center">
Code:
<center>










