I saw this topic https://www.ads-software.com/support/topic/remove-html-from-export-file/.
This indeed gets rid of the HTML tags, but it seems it doesn’t ‘break down the lines/enters/br’s’. How to get this working properly?
]]>for example: https://www.theminimalist-ish.com/about/
thanks!
]]>Simply put I have this page:
https://www.constantinos.org/portraits/
Each set of thumbnails is a NextGen Gallery and I want to make the galleries break lines if needed so they are not forced to appear as blocks in one line and the galleries will be next to each other instead of one per line.
An image is worth a thousand words so I photoshopped an example of I’d like to do:
https://constantinos.org/example/Screenshot%20from%202013-06-29%2018:01:23.png
this is my CSS for those sets of thumbnails:
#ngg-gallerySingleGallery {
float:left;
display: inline !important;
clear: none;
width: auto;
}
.ngg-gallery-thumbnail img {
background-color: #FFFFFF;
border: 0;
display: block;
margin: 4px 0px 4px 5px;
padding: 4px;
position: relative;
}
Pfff. is doing my headings.. Anyone has any suggestions?
https://www.ads-software.com/extend/plugins/nextgen-gallery/
]]>It is however when I edit the same page again, all of the break lines are doubled in the secondary language. This is really annoying, because with every little change I want to make to a page I have to reformat the whole text in the secondary language. Any thoughts as to what could be the problem here?
https://www.ads-software.com/extend/plugins/qtranslate/
]]>