+ Reply to Thread
Results 1 to 2 of 2

Thread: How do I center my template?
      
   

  1. #1
    pixelz is offline Private
    Join Date
    Jun 2007
    Posts
    1

    Default 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. #2
    Jeremy's Avatar
    Jeremy is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    1,503

    Default 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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49