Jump to content

[SOLVED] Center Everything?


TheFilmGod

Recommended Posts

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!  :)

Link to comment
https://forums.phpfreaks.com/topic/56583-solved-center-everything/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.