Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Nov 2007
    Posts
    1,253
    Tokens
    150

    Latest Awards:

    Default

    PM me with your msn and I will happily re-write the code for it to work.

    EDIT: This is because you will need to give me the sizes etc...


    www.fragme.co = a project.

  2. #12
    Join Date
    Jul 2005
    Location
    Cymru! :o Bahh
    Posts
    571
    Tokens
    0

    Default

    <style>
    .centered {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    }
    </style>
    That should work, hope it helps

    So A Kiss Is Out Of The Question Then..?

    ♥ My Boy <sinlge> Tbh ♥
    This love isn't good unless it's me and you
    Complicated is the whole point. x

    Theres nothing scarier than getting something you want because then you have something to lose..





  3. #13
    Join Date
    Dec 2006
    Posts
    239
    Tokens
    0

    Default

    All those are long.

    If its within your html then
    Code:
    <div align="center">
    Or within your css.

    Code:
    #div }
    align: center;
    }
    Last edited by Jonathans; 22-04-2008 at 07:29 PM.
    -JT

  4. #14

    Default

    Code:
    <style>
    #wrapper
    {
    margin:auto;
    }
    </style>
    <div id="wrapper">
    <div>Centered</div>
    </div>

  5. #15
    Join Date
    Aug 2006
    Posts
    180
    Tokens
    0

Page 2 of 2 FirstFirst 12

Posting Permissions

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