ermm - sorry, late at night, was supposed to say:
<% =replace(scheme.Fields.Item("inforeq").Value , chr (13) , "<br>")%>
which is what would not work, however
<% =replace(scheme.Fields.Item("inforeq").Value , vbCrLf , "<br>")%> (changing the chr (13)...