IE Issue: some columns right justified

IE Issue: some columns right justified

jpesquibeljpesquibel Posts: 5Questions: 0Answers: 0
edited January 2012 in DataTables 1.8
Hello All.
I"m having problems ONLY in IE (8 and 9). Some columns are right justified, but the rest look great. Almost like an extra [code][/code] was added to it. Any Ideas? ('ll be happy to email an image).

Mark up:

[code]






Pay
Servicer
Borrower Name
Borrower ID
Payment Date
Payment Address
Account Number
Amount











<%#DataBinder.Eval(Container.DataItem, "servicer")%>

<%#Decrypt(DataBinder.Eval(Container.DataItem, "First Name"))%>&nbsp
<%#Decrypt(DataBinder.Eval(Container.DataItem, "Last Name"))%>


<%#DateFormat(DataBinder.Eval(Container.DataItem, "Due"))%>











[/code]

Thanks in advance.
This discussion has been closed.