Quellcode in Xibo with text

Hello, i will put a HTML Code in xibo with the “quellcode” (sourcecode) function… when i put this code into…, the cover will be show among themselves but i will that the covers will be show side by side. Or where can i put the css code in xibo text?

can anyone help me an show me the right code

Here the code:

<div class="su-row">
<div class="su-column su-column-size-1-6">
<div class="su-column-inner su-clearfix"><a href="http://42medien.de" target="_blank" rel="Werbeagentur Weinheim Rhein-Neckar Mannheim noopener"><img class="alignnone wp-image-272 size-thumbnail" src='/uploads/default/original/2X/8/8e1531a8685a3a4585f6ee17553c2f920b9a1027.jpg' alt="42medien" width="150" height="150" /></a></div>
</div>
<div class="su-column su-column-size-1-6">
<div class="su-column-inner su-clearfix"><a href="http://schulz-kaelte-und-klimatechnik.de/" target="_blank" rel="noopener"><img class="alignnone wp-image-1284 size-thumbnail" src='/uploads/default/original/2X/9/935a4e8553eadc1fdf08306114fc807a37413b0b.jpg' alt="" width="150" height="150" /></a></div>
</div>
<div class="su-column su-column-size-1-6">
<div class="su-column-inner su-clearfix"><a href="http://www.gasthofzumloewen-aktiv.de/" target="_blank" rel="noopener"><img class="alignnone wp-image-4672 size-thumbnail" src="upload://DEf3yj5VpvzYfvlzdrjQK4pzSM.jpg" alt="Logo Löwen" width="150" height="150"></a></div>
</div>
<div class="su-column su-column-size-1-6">
<div class="su-column-inner su-clearfix"><a href="http://www.sp-lion.com/" target="_blank" rel="noopener"><img class="alignnone wp-image-1286 size-thumbnail" src='/uploads/default/original/2X/2/2afb168bd445f686b4bd327e78d10eb207177152.jpg' alt="" width="150" height="150" /></a></div>
</div>

is nobody here who can send me the right html code that the covers are display side by side?

best regards

If you just want images next to eachother then, just the image tags will do that - assuming there is space:

<img class="alignnone wp-image-272 size-thumbnail" src='/uploads/default/original/2X/8/8e1531a8685a3a4585f6ee17553c2f920b9a1027.jpg' alt="42medien" width="150" height="150" />
<img class="alignnone wp-image-1284 size-thumbnail" src='/uploads/default/original/2X/9/935a4e8553eadc1fdf08306114fc807a37413b0b.jpg' alt="" width="150" height="150" />

Note the URLs there are unlikely to be correct. If you’re going to put images in in sourcecode mode, then they’ll need to be on a webserver somewhere that you’ve uploaded separate to Xibo.

I’m afraid the basics of writing HTML are outside what we can offer you support with. There are many many good resources out there on the Internet for teaching HTML editing.

thank you alex :slight_smile: for your answer