How to get consistence rendering of <p> paragraph text in all browsers?
Posted
by jitendra
on Stack Overflow
See other posts from Stack Overflow
or by jitendra
Published on 2010-02-17T05:51:46Z
Indexed on
2010/03/28
13:23 UTC
Read the original article
Hit count: 244
How to get consistence rendering of
paragraph text in all browsers?
See IE 7 rendering like this
and FF like this . which is ok to client
How to get same result in both browsers, i mean FF rendering in IE? my client needs "non-executive" in same line in all browsers, Is <br />
only solution of this.
Update : see all code for <p>
here http://easycaptures.com/fs/uploaded/248/4505395091.jpg
I'm already using XHTML 1.1 doctype and eric meyer reset CSS
Update: 28 March
Thanks for all replies!
I tested this problem is only not coming on firefox . but coming in all other browser IE6, 7, 8, Safari(windows), Google Chrome.
Is there any possibility css only solution now?
© Stack Overflow or respective owner