Loading...
 
Features / Usability

Features / Usability


Re: Floated divs are staggered

posts: 4656 Japan

Maybe there is a line break being added after each div. If so, it may be possible to modify the template so that the code that produces the divs doesn't also produce the line break. Or if the line break can't be avoided at the source, you could try causing it to not display by using CSS, like div class="nameofmyimagescontainer" br {display:none;} and hopefully there aren't other br tags in that div that you do want to display.

-- Gary

There are no comments at this time.