[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] HTML in IE - <BR> tag in text item render double line breaks

I'm using BIRT Report Viewer 2.3.0.

<BR> tag in text item is rendered properly in PDF and Firefox as single line break. But for HTML in IE it renders double line breaks. When viewing HTML page source, <BR> tag is converted to '<BR></BR>', which is invalid for <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">, and regarded as '<BR><BR>' probably.

I'd like either to have this bug fixed, or find a way to change HTML to <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

Can anyone give me some ideas?