Add picture to blog header

Discussion in 'HTML & Website Design' started by qantar, Jan 28, 2009.

  1. #1
    I want to change my header to the one designed by my friend. But I don't know to to do that. Can anyone help me out with this?

    I supposed to write my blog title at the ... in above HTML. If I type HELLO, then HELLO will appear as my blog's title.

    Now I have a special header and already uploaded it in a photosharing web. How can I embed the picture to be my header. Please help me with the codes.
     
    qantar, Jan 28, 2009 IP
  2. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If that what I guess the <td align='center' height='100'>...</td> is your header layout. So simple thing to do if you don't want to get in CSS file is place your image as td's background

    code
    <td align='center' height='100' background="yourimage_url.jpg">...</td>
     
    normalfx, Jan 29, 2009 IP
  3. qantar

    qantar Active Member

    Messages:
    489
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #3
    The image have included my blog title. So what should I put in the ... before </td> ?
     
    qantar, Jan 29, 2009 IP
  4. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I don't know how's your website layout. please give me your more code then I think I would know how to do.
     
    normalfx, Jan 29, 2009 IP
  5. arulnitt

    arulnitt Peon

    Messages:
    63
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    even u dont need to keep anything in between <td></td> tags. provide ur blog link. u can get more suggestions from gurus...
     
    arulnitt, Jan 29, 2009 IP
  6. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yes I agree with you. You can use CSS layout instead it's more flexible.
     
    normalfx, Jan 29, 2009 IP
  7. qantar

    qantar Active Member

    Messages:
    489
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #7
    @normalfx

    OK, your first solution worked out. But have problems with the image size setting. Here is my blog address, please take a look http://infoblogzine.blogspot.com . How can I know the exact size of the image should be?

    Giving you the codes now:
    Here is the other codes for the header:

     
    qantar, Jan 30, 2009 IP