box needed - simpe i think

Discussion in 'CSS' started by tony84, Aug 7, 2006.

  1. #1
    Hi as i say i think its fairly simple, but my limit is html im not really a css person.

    anyway www.fitnessblast.info i want a box atthe bottom like the green and grey 1 but i want it to be much thinner and as wide as both of the boxes together.

    baiscally a place i ca just put copyright info

    does anyone know what code i need to add?

    Cheers
     
    tony84, Aug 7, 2006 IP
  2. AdamSee

    AdamSee Well-Known Member

    Messages:
    422
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    135
    #2
    Hiya Tony,

    This is what you need to add to the page:
    <div id="footer"><p>your copyright info</p></div>
    Code (markup):
    To the stylesheet:
    
    #footer {clear:both; color:#fff;  width:560px; padding: 10px 20px;}
    Code (markup):
     
    AdamSee, Aug 7, 2006 IP