Is there a way to fix the space that is given in the ff browser when a <p> tag is applied to a bunch of text, or vise versa for ie make the space on top so that it is the same? My point is that we allow the user to add what ever they desire even tables, but the problems come in viewing when they insert a p tag which looks different in non ie browsers meaning the space on top in ie is missing, so how is that space added. OK hope this makes sense. Thanks for the reply.
You have to set margins and paddings to get the same display. An interesting article here: http://www.search-this.com/2007/03/12/no-margin-for-error
Dan_A Thanks I will take that display:block and auto insert that into the code inserted by the user. I thank you very much for the help. Totally appreciated.
gr8 article! thanks! though, some of the solutions mentioned there is not CSS-valid according to some CSS validators....... but screw that fact ;-)