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.
Is there a way to avoid these spaces ?
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="/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="/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 ?
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!