Need help with blog Header.php -

Discussion in 'PHP' started by cynia, Jun 16, 2008.

  1. #1
    Hello guys

    I need help with a site of mine

    The url of the blog is blog.freelancerboss.com


    I want to remove the blue backround in the header and insert this image
    http://freelancerboss.com/templates/grey/images/logo.jpg to be the header just like my main site

    freelancerboss.com



    The site title should be removed :)










    thanks guys
     
    cynia, Jun 16, 2008 IP
  2. RyanDoubleyou

    RyanDoubleyou Peon

    Messages:
    86
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Take out one of those
    url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg")
    Code (markup):
    and replace it with
    url(http://freelancerboss.com/templates/grey/images/logo.jpg)
    Code (markup):
     
    RyanDoubleyou, Jun 17, 2008 IP
    cynia likes this.
  3. cynia

    cynia Well-Known Member

    Messages:
    890
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    140
    Digital Goods:
    1
    #3
    Thanks friend but its not working
    It makes a repeat clause on the logo making it as a site backround

    I want it to be shown in the headers place in the place of the blue
     
    cynia, Jun 17, 2008 IP
  4. hanushh

    hanushh Peon

    Messages:
    198
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hanushh, Jun 17, 2008 IP
    cynia likes this.
  5. cynia

    cynia Well-Known Member

    Messages:
    890
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    140
    Digital Goods:
    1
    #5
    Thanks guys

    The problem is solved
     
    cynia, Jun 18, 2008 IP