Jump to content

bunnyhat55

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by bunnyhat55

  1. I'm not sure where I put the codes that the guild layout tutorial gave me.

     

    <style />

     

    SELECTOR {

    ATTRIBUTE: PROPERTY;

    }

     

    </style />

     

    Do I put all those different code bits in between the { and } brackets with the ATTRIBUTE: PROPERTY; text? Like this:

     

    <style />

     

    SELECTOR {

    ATTRIBUTE: PROPERTY;

    #footer, .sidebar, .user, #nst {

    display: none;

    }

    }

     

    </style />

     

     

    Or do I make it like this:

     

    <style />

     

    SELECTOR {

    ATTRIBUTE: PROPERTY;

    }

    #footer, .sidebar, .user, #nst {

    display: none;

    }

     

    </style />

     

    Thanks in advance.

×
×
  • Create New...