You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#111002 Insert columns adds  spaces

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Wednesday, 11 May 2022 16:12 BST

Django29
Hello On hundreds of articles, I have to add 3 columns with JCE, with only a logo in each div/column. The problem is that JCE always add a space before each image, that I have then to delete one by one, because it shifts down the images. In fact, it keeps the   of empty columns. The code of spaces is removed when I save this post. There is this code between each <p> and <img.

<div class="wf-columns wf-columns-stack-medium" data-wf-columns="1">
	<div class="wf-column">
		<p> <img src="https://www.joomlacontenteditor.net/images/icones/discogs.jpg" alt="discogs" width="85" height="32" style="display: block; margin-left: auto; margin-right: auto;" /></p>
	</div>
	<div class="wf-column">
		<p> <img src="https://www.joomlacontenteditor.net/images/icones/youtube.jpg" alt="youtube" width="100" height="31" style="display: block; margin-left: auto; margin-right: auto;" /></a></p>
	</div>
	<div class="wf-column">
		<p> </p>
	</div>
</div>
Is there a way to avoid these spaces  ?

Ryan
Please try JCE Pro 2.9.23 RC5 - https://www.joomlacontenteditor.net/downloads/editor/pro/development

New columns will now not contain a leading non-breaking space in each paragraph.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.