simple help put some thing to the right !

Discussion in 'PHP' started by calcalmx123, May 2, 2008.

  1. #1
    calcalmx123, May 2, 2008 IP
  2. Altari

    Altari Peon

    Messages:
    188
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you'd like some help doing it, send me an IM or PM with information on the page.

    Otherwise, it will look something like
    #left {
    float:left;
    height:65px;
    }
    
    #right {
    float:right:
    height:65px;
    width:473px;
    }
    
    #right a img {
    margin:0px;
    padding:0px;
    }
    Code (markup):
    <div id='left'>Your text</div>
    <div id='right'>Your banner code</div>
    Code (markup):
    You'll need to play with the CSS a lot, because it never works exactly the same way twice. But that's the basic idea.
     
    Altari, May 2, 2008 IP