Hello, I am currently setting up a question where people will need to match up a name with a picture. I have 5 pictures, which I uploaded and used the html code to put them into the question (categorize cards for right now). I am now struggling a bit (I am not very good at coding), to control the size of the pictures (if that's possible?) and to maybe add a text under each picture to put the attributions?
Maybe there is a way to do this easier ?
Thank you!
You may want to create and post a preview URL directly (!) to the page you're writing about.
A simple HTML code für size control and a bit text would be:
<p><img src="..." style="max-width: 100%"></p> <p>Some Text below</p>
The <p> means "paragraph"
<p>
Willkommen im Online-Support von SoSci Survey.
Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.
→ Eine Frage stellen
Welcome to the SoSci Survey online support.
Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.
→ Ask a Question