Hi,
When I add editor in a page it gives extra space before the next line. Take a look at the attached screenshot and you will know what I am talking about. I have added editor before in PHP, ASP and ASP.Net but this is the first time it is happening. And there is no <br>, <p>, <div>, and any space between it. Whether I increase or decrease editor's height the space remains the same.
Any solution?
Thanks
When I add editor in a page it gives extra space before the next line. Take a look at the attached screenshot and you will know what I am talking about. I have added editor before in PHP, ASP and ASP.Net but this is the first time it is happening. And there is no <br>, <p>, <div>, and any space between it. Whether I increase or decrease editor's height the space remains the same.
Any solution?
Thanks
Re: Extra white space between FCKeditor and next line
In Firefox, install the Firebug extension. This will allow you to check elements on your page and what styles it's inheriting from CSS. It could be something's being over-ridden in another declaration.
HTH
Re: Extra white space between FCKeditor and next line
This is the code generate by FCKeditor. I have set its to height 600 but you can see above that iframe height is only 426. When I change iframe height to 600 then the editor covers whole area and doesn't leave white space below.
Re: Extra white space between FCKeditor and next line
<form name="form_1" action="javascript: MENU_FILE_SAVE_onclick('form_1','1','23');" method="post" STYLE="margin: 0px; padding: 0px; width: <%=sizex%>px; height: <%=sizeY%>px;">
Regards,
Brian