Japan Queen
05-29-2003, 03:46 AM
Does anyone know how you can center DIVs like in the middle of the page not the content inside being centered? Help is much appreciated. Thanks in advance.
|
View Full Version : Center DIVs Japan Queen 05-29-2003, 03:46 AM Does anyone know how you can center DIVs like in the middle of the page not the content inside being centered? Help is much appreciated. Thanks in advance. Owlie42 05-29-2003, 03:50 AM Either use absolute positioning or <center> <div id="blah"> content </div> </center> I think you can also add "align=center" to the div id part. Japan Queen 05-29-2003, 04:31 AM Thanks! :D Owlie42 05-29-2003, 06:51 PM You're welcome! :D |