1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Why can't people see the logo on my site ?

Discussion in 'HTML & Website Design' started by lumpy, Dec 28, 2010.

  1. #1
    Hello. I have a problem, apparently people can't see the logo on my site, here, and I can. What's this all about and how can I fix it ?
     
    lumpy, Dec 28, 2010 IP
  2. developerpanda

    developerpanda Peon

    Messages:
    104
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I can see the logo on Firefox/Mac http://d.pr/C2mL . Any particular Browser/OS we are talking about?
     
    developerpanda, Dec 28, 2010 IP
    lumpy likes this.
  3. developerpanda

    developerpanda Peon

    Messages:
    104
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Okay now I see, Opera & Chrome don't display the logo while Firefox & Safari do.

    Seems like the <a> tag which is surrounding the logo image isn't opened/closed properly. Look out for this the <a> tag inside block <div class="blogname"> in your header.php . The <a> tag seem to be mising a ">" there.
     
    developerpanda, Dec 28, 2010 IP
  4. lumpy

    lumpy Well-Known Member

    Messages:
    942
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    160
    #4
    This is the block:

    <div class="blogname">
    <a href="<?php echo home; ?>" <img src="http://noxtuning.com/wp-content/themes/arthemia/images/logo.png"> </a>
    </div>


    Where is the ">" missing ? :D
     
    lumpy, Dec 28, 2010 IP
  5. developerpanda

    developerpanda Peon

    Messages:
    104
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <div class="blogname">
    <a href="<?php echo home; ?>"><img src="http://noxtuning.com/wp-content/themes/arthemia/images/logo.png"> </a>
    </div>

    That bold one, right there :D
     
    developerpanda, Dec 28, 2010 IP
  6. lumpy

    lumpy Well-Known Member

    Messages:
    942
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    160
    #6
    Changed, is it fine now ?
     
    lumpy, Dec 28, 2010 IP
  7. developerpanda

    developerpanda Peon

    Messages:
    104
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Looks all good mate!
     
    developerpanda, Dec 28, 2010 IP
  8. lumpy

    lumpy Well-Known Member

    Messages:
    942
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    160
    #8
    Thanks, rep added.
     
    lumpy, Dec 28, 2010 IP