cell alignment in IE is off...

pk698

Active member
...but it's OK in FF and chrome. Not sure about safari as I don't have it.

See my attachments. The cell where it says "total curriculum" is aligned 'right'; but IE doesn't seem to align it to the right.

The HTML code for the cell is this:

Code:
 <td width="356" valign="top"><font size="2"><strong>
                  <[COLOR=#ff6600]div align="right"[/COLOR]>total curriculum:</div></strong></font></td>
2.gif

ff-chrome.gif

What am I doing wrong?
 
Your code is all wrong, you're using a div inside a table cell.

Use CSS class or just style=.

Other than that there are other major issues with that code.
 
Top Bottom