Help with CSS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Justeazy
    Too Powerful!!!
    • Jul 2008
    • 2542

    #1

    Help with CSS

    To all people editing with CSS!
    If you need help with your editing, or want to help someone else who needs it. Share the love!

    Don't be afraid to ask questions if you need help.

    I myself need help on 2 things:
    1: How do I layer objects.
    2: How do I center objects.

    I've found something on 2, but It didn't work.

    If anyone can help me with either of these, it would be greatly appriciated.
    Last edited by Justeazy; 06-10-2009, 02:13:09.
    READ
    >>CLICK>>sigpic<<CLICK<<
    It'll SHOCK you!
    Post anything and everything about Short Circuit HERE!
  • elle
    Veteran
    • Dec 2007
    • 2735

    #2
    Hi Justeazy. A good site to get you started is www.w3schools.com
    1. You need to work with your z-index.
    2. Set your text-align to "center"
    Hope this helps
    sigpic

    Comment

    • Justeazy
      Too Powerful!!!
      • Jul 2008
      • 2542

      #3
      Thanks for the reply elle...

      1: Thanks, I found what I needed (I think, I'll have to do some more testing) through that.
      2: I'm not trying to center the text, rather the "box" or "section" or whatever it's called that the text is in.
      READ
      >>CLICK>>sigpic<<CLICK<<
      It'll SHOCK you!
      Post anything and everything about Short Circuit HERE!

      Comment

      • elle
        Veteran
        • Dec 2007
        • 2735

        #4
        For 2 centre your <div> like so:

        <div align="center">
        sigpic

        Comment

        Working...