I´m doing the page that includes questions. The quantity of the questions is different for each page. I can´t just put it all together in the text block because of the design of that section (above). For the moment I just created 7 (max quantity of questions) separated rich text fields. Thinking now, I need to create 7 separated image fields for number, if not, numbers will be always visible, even when I don´t have questions.
Your site is using a CMS, so it’s much easier for you to store your questions there.
You would then use a CollectionList to pull the questions you want into your page.
Tips;
Use a Rich Text field for the question content, so that you can get clean paragraph spacing on multi-paragraph text.
Use a Number field for your question number.
Sort the list on that Number, ascending
Display that number, inside of a DIV, to style your circled numbers. You shouldn’t need an image for that.