Menu

#26 Right align images within grid

v1.0.x
open
nobody
5
2003-12-17
2003-12-17
davout
No

With Echo 1.0.3 there appears to be bug with the HTML
that Echo generates for right aligning images inside cells.

I'm trying to place two images inside a grid that
represents the top header area of a display. The grid
has two cells. The first image should be positioned on
the left side of left cell. The second image should be
positioned in the right side of the right cell.

The HTML that Echo generates uses style classes to
enforce allignment, but with IE6 a style class that tries
to enforce right side alignment inside a '<td> cell doesn't
appear to work.

<td>
<img src="..." align="right">
</td>

In short there doesn't appear to be any way of
generating HTML where the <img> tag gets a right align
attribute as shown above.

Discussion


Log in to post a comment.