Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorArun
    • CommentTimeFeb 27th 2006
     permalink
    Please help for this problem...

    http://www.airmedia.org/airbeta/index.php

    Check this link in IE and all other browser. In IE the bottom section is repeating.
    Eg: ‘t’

    Plzzzz find me any solution for it…
    •  
      CommentAuthoranblik
    • CommentTimeFeb 27th 2006 edited
     permalink
    Arun, would you mind, if you make (compact) all the html codes written within <div id="foot_box"> to </div>, in a same (single) line ? without giving any single spaces or line break (n) within them ?
    • CommentAuthorArun
    • CommentTimeFeb 28th 2006
     permalink
    I never use <br> tag inside <div id="foot_box"> .... </div> but my code gose more than one line
    •  
      CommentAuthoranblik
    • CommentTimeFeb 28th 2006
     permalink
    arun, i m talking about new line (slash 'n') not BR (carriage return). Replace this code in your file and i hope it will work. copy exactly what is is now here.

    <div id="foot_box"><img src="images/logo/macarthur.gif" alt=" " /><p class="small">Funding for AIR comes from our memebrs and the generous support of The John D. and Catherine T. MacArthur Foundation</p><img src="images/logo/national.gif" alt=" " width="56" height="61" /><p class="small">This project is supported in part by an award from the National Endowment for the Arts, which believes that a great nation deserves great art</p></div>
    • CommentAuthorArun
    • CommentTimeMar 1st 2006
     permalink
    Shivaji,

    now its works.. thank uuuu very much...
    • CommentAuthorrhornsby
    • CommentTimeMar 1st 2006
     permalink
    I've run into this same problem. Took me two or three days to figure it out. Anyone have a clue (besides IE just being dumb) why this happens or where to watch out for it? Having to put a bunch of HTML on one line makes it very unreadable :(
    •  
      CommentAuthorJohnRiv
    • CommentTimeMar 1st 2006 edited
     permalink
    It doesn't have to all be on one line. You just need the ">" of the closing tag and the "<" of the next opening tag to have no whitespace in between them. So to make the code more readable, it can be written as:
    &lt;div id=&quot;foot_box&quot;
    &gt;&lt;img src=&quot;http://www.airmedia.org/airbeta/images/logo/macarthur.gif&quot; alt=&quot; &quot;
    /&gt;&lt;p class=&quot;small&quot;&gt;Funding for AIR comes from our memebrs and the generous support of The John D. and Catherine T. MacArthur Foundation&lt;/p
    &gt;&lt;img src=&quot;http://www.airmedia.org/airbeta/images/logo/national.gif&quot; alt=&quot; &quot; width=&quot;56&quot; height=&quot;61&quot;
    /&gt;&lt;p class=&quot;small&quot;&gt;This project is supported in part by an award from the National Endowment for the Arts, which believes that a great nation deserves great art&lt;/p
    &gt;&lt;/div&gt;
    •  
      CommentAuthoranblik
    • CommentTimeMar 2nd 2006
     permalink
    Explorer 6 Duplicate Characters Bug
    ==============================

    For everyone (rhornsby), going through this problem, please read:

    http://www.positioniseverything.net/explorer/dup-characters.html

    hope this helps.
Add your comments
    Username Password
  • Format comments as (Help)