Html Javascript help please

Discussion in 'HTML & Website Design' started by leiden071, Sep 26, 2008.

  1. #1
    <div style="width:468px; height:60px; float: right; padding:10px;">
    <script type="text/javascript">
    e9 = new Object();
    e9.size = "468x60";
    e9.noAd = 1;
    </script>
    <script type="text/javascript" src="N"></script>
    </div>


    This is the javascript code.

    I have a banner right above in the corner, but it is in javascript, Now i want it in html who can help me write it in html?
    It is is important that i most be right above in the corner

    thanks mates
     
    leiden071, Sep 26, 2008 IP
  2. iwtmmo

    iwtmmo Active Member

    Messages:
    832
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #2
    <div style="width:468px; height:60px; float: right; padding:10px;">
    <img src="banner.gif" width="468" height="60">
    </div>
     
    iwtmmo, Sep 27, 2008 IP