Announcement

Collapse
No announcement yet.

How do I center my template?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do I center my template?

    I have made a site (sadly hosted by a free host, I'm not one to purchase things over the net, although it may change) where I make flash games and movies. However if you notice the flash are not centered and look rather awkward slightly to the left. I'm wondering how can I center my template so it is always in the center no matter what size of PC screen.

    sites which are centered in that fashion.

    If there is not an option may I suggest a button that will center objects perfectly and it codes it so they remain in that positino, I've tried HTML but a simpler method would be fantastic.

  • #2
    Re: How do I center my template?

    width: ???px;
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    Best regards,
    Jeremy

    www.cornwall4rent.com

    Comment

    Working...
    X