Can anyone help?

Discussion in 'General Chat' started by Plutonic, Sep 11, 2007.

  1. #1
    I am making a forum for someone, they want an ad in the header...

    I put it there but it doesn't work in IE...

    This is my CSS for it:

    div.bannerpadding {
      border: 0px solid;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 0em;
      padding-right: 1em;
    }
    Code (markup):
    This is the PHP:

    
    <div class="bannerpadding"><a href="/viewforum.php?f=5/"<img src="templates/Jet/images/logo_right.gif" width="468" height="60" alt="" /></a></div></td>
    Code (markup):
    Can anyone tell me how to get it compatible with all browsers?

    Thanks.
     
    Plutonic, Sep 11, 2007 IP
  2. Jerlene.net

    Jerlene.net Prominent Member

    Messages:
    11,975
    Likes Received:
    463
    Best Answers:
    1
    Trophy Points:
    385
    #2
    First off, totally wrong section.

    Secondly, what's the URL? I can look at it and help you out.
     
    Jerlene.net, Sep 11, 2007 IP
  3. marie103

    marie103 Peon

    Messages:
    78
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Jerlene is right.

    yeah, drop that URl and give more information
     
    marie103, Sep 11, 2007 IP
  4. hranitel

    hranitel Banned

    Messages:
    382
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #4
    What's your URL?
     
    hranitel, Sep 11, 2007 IP
  5. Plutonic

    Plutonic Peon

    Messages:
    2,964
    Likes Received:
    85
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Sorry, I wasn't sure, because it involves CSS and PHP I couldn't choose witch section to choose...

    The URL is:

    www.swap2shop.exofire.net
     
    Plutonic, Sep 11, 2007 IP
  6. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #6
    This should work:
    
    <div class="bannerpadding"><a href="/viewforum.php?f=5"><img src="templates/Jet/images/logo_right.gif" width="468" height="60" alt="" /></a></div>
    
    Code (markup):
     
    VimF, Sep 11, 2007 IP
  7. Plutonic

    Plutonic Peon

    Messages:
    2,964
    Likes Received:
    85
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks, but it still doesn't work in IE...
     
    Plutonic, Sep 11, 2007 IP
  8. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #8
    Have you tried it yet? This is the code I see on your site:
    
    <div class="bannerpadding">[B][COLOR="Red"]<a href="/viewforum.php?f=5/"[/COLOR][/B]<img src="templates/Jet/images/logo_right.gif" width="468" height="60" alt="" /></a></div>
    Code (markup):
    Incorrect html syntax.


    The code I gave you is this:
    
    <div class="bannerpadding">[COLOR="Red"][B]<a href="/viewforum.php?f=5">[/B][/COLOR]<img src="templates/Jet/images/logo_right.gif" width="468" height="60" alt="" /></a></div>
    Code (markup):
    and it should work.
     
    VimF, Sep 12, 2007 IP
  9. Plutonic

    Plutonic Peon

    Messages:
    2,964
    Likes Received:
    85
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I put in the one you had, it didn't change a thing.
     
    Plutonic, Sep 12, 2007 IP
  10. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #10
    Checked your site again. It's working in IE6 ... and with the correct code.
     
    VimF, Sep 15, 2007 IP