Datalist rendering in IE7

Datalist rendering in IE7

am 15.03.2007 14:48:38 von L-E Eriksson

Hello!
I have a web form with a datalist control. The datalist shows articles from
a db. The page looks nice in IE6 and FF, but in IE7 the line breaks are
messed up, so for each article in the datalist, only the first line is
visible.

This is the code in short:


Height="84px">

Text='<%# Eval("PAGECONTENT") %>' Width="100%">









I guess there som css needed?


Regards

L-E Eriksson

RE: Datalist rendering in IE7

am 15.03.2007 17:31:15 von NoSpamMgbworld

Convert the line breaks to
tags and see if that helps. IE7 does not
compensate for non-standard stuff the way earlier versions do.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************


"L-E Eriksson" wrote:

> Hello!
> I have a web form with a datalist control. The datalist shows articles from
> a db. The page looks nice in IE6 and FF, but in IE7 the line breaks are
> messed up, so for each article in the datalist, only the first line is
> visible.
>
> This is the code in short:
>
>


> > Height="84px">
>
> > Text='<%# Eval("PAGECONTENT") %>' Width="100%">
>

>
>

>

>
>

>

>
> I guess there som css needed?
>
>
> Regards
>
> L-E Eriksson
>
>
>