Is this Wordpress Template Edit possible??

Discussion in 'HTML & Website Design' started by tonyfloyd, Oct 8, 2007.

  1. #1
    tonyfloyd, Oct 8, 2007 IP
  2. longhornfreak

    longhornfreak Well-Known Member

    Messages:
    2,067
    Likes Received:
    95
    Best Answers:
    0
    Trophy Points:
    140
    #2
    have a background behind the content, when you set the margins the colors will show up. They used a gradient behind theirs.
     
    longhornfreak, Oct 8, 2007 IP
  3. tonyfloyd

    tonyfloyd Well-Known Member

    Messages:
    1,230
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    140
    #3
    how do I insert the background behind the content?....and u saying if i squeeze the margins...the color will show up behind?
     
    tonyfloyd, Oct 8, 2007 IP
  4. longhornfreak

    longhornfreak Well-Known Member

    Messages:
    2,067
    Likes Received:
    95
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Have something like this

    
    
    <div class="container">
         <div class="right">
         </div>
    
         <div class="left">
         </div>
    </div>
    
    
    Code (markup):
    
    
    .container {
    background-color: #F6F6F6;
    }
    
    .left {
    margin: 6px 3px 6px 6px;
    }
    
    .right{
    margin: 6px 6px 6px 3px;
    }
    
    
    Code (markup):
    but you would have to define sizes, its just a sample code so i didn't.
     
    longhornfreak, Oct 8, 2007 IP