TheFilmGod Posted June 21, 2007 Share Posted June 21, 2007 How do I center everything on the page? I tried putting everything in between the "<center" tags but that makes everything messed up because I'm using relative positioning. So is there anyway to put everything centered that doesn't mess up the relative positions? Thanks in advance! Quote Link to comment https://forums.phpfreaks.com/topic/56583-solved-center-everything/ Share on other sites More sharing options...
ToonMariner Posted June 21, 2007 Share Posted June 21, 2007 well. give you body a width and then set its margin to margin: 0 auto; in teh css. that shoudl centre you body. what the positioned elements do depends on how you have implemented positioning on the parent elements.. post a link and we can have a look. Quote Link to comment https://forums.phpfreaks.com/topic/56583-solved-center-everything/#findComment-279539 Share on other sites More sharing options...
TheFilmGod Posted June 22, 2007 Author Share Posted June 22, 2007 yes it worked. Thanks a lot!! Quote Link to comment https://forums.phpfreaks.com/topic/56583-solved-center-everything/#findComment-279713 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.