You are viewing a single comment's thread from:

RE: LIL ... etwas Großes entsteht! / LIL ... something great is born! 😎

in Let's Make a Collage3 years ago

Awesome, you did it! Just one additional remark:

The table tag

<table class="lil">
...
</table>

is only needed once to start and close the whole table with all your images.

It's only the markdown block starting with the tr -tag that needs to be copied for each image and put within the table-tag:

<tr>
<td class="lil-title">YOUR TITLE HERE</td>
<td class="lil-tags">YOUR, KEYWORDS, HERE</td>
<td class="lil-image"><img src="YOUR IMAGE LINK HERE" width="500"/></td>
</tr>

Danke fürs mitmachen 👍🍻

Sort:  

Thank you for pointing it out, I have corrected it, I hope. 😎