Putting banner in header

Discussion in 'HTML & Website Design' started by darkraven, Jan 2, 2007.

  1. #1
    Hi,

    I have a standard 468x60 banner that I want to put over the right side of my header, any one know how I can do this?

    I believe I have to set my header image as a background image in a table and then implement the banner somehow?


    thanks
     
    darkraven, Jan 2, 2007 IP
  2. AaronM

    AaronM Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    a link to your site would be useful to determine the best way to accomplish your request.
     
    AaronM, Jan 2, 2007 IP
  3. danbradster

    danbradster Peon

    Messages:
    156
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you are going to do it in a table, you would have the cell background as the banner with a right aligned header image on top.

    If you were to use CSS you could do something like -

    <div style="height: 100px; width: 750px; background-image: url(/banner.jpg); text-align: right;">
    <img src="/header.jpg" />
    </div>
     
    danbradster, Jan 2, 2007 IP
  4. Alvin

    Alvin Notable Member

    Messages:
    2,076
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    210
    #4
    can post of pm the url where you want banner than I can give you right code to put in.
     
    Alvin, Jan 2, 2007 IP
  5. zumo

    zumo Peon

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Create table with 2 columns should work .
     
    zumo, Jan 3, 2007 IP