You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since one of my last page updates, the ordered and unordered lists no longer work. I'm pretty sure I haven't changed anything in the CSS files regarding the lists, but they are now displayed without the bullets or numbers. The only thing I did was to change the page width per this helpful instruction.
One example: In my privacy notice, I wrote the following in markdown:
When you contact me, e.g. by e-mail, you usually transmit the following personal data to me:
- Your name;
- Your telephone number;
- Your email address;
- your IP address; and
- so-called metadata, which typically accrue when sending an e-mail.
The compiled HTML-Code looks good:
<p>When you contact me, e.g. by e-mail, you usually transmit the following personal data to me:</p>
<ul>
<li>Your name;</li>
<li>Your telephone number;</li>
<li>Your email address;</li>
<li>your IP address; and</li>
<li>so-called metadata, which typically accrue when sending an e-mail.</li>
</ul>
But the result is that the text is just indented but without any bullet before it. It's the same with the ordered lists. No numbers are shown, only indented text. I've tried it with Google Chrome and Safari on MacOS.
Sorry if this question exposes me as the total newbie but I don't know where to look in the CSS files.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi!
Since one of my last page updates, the ordered and unordered lists no longer work. I'm pretty sure I haven't changed anything in the CSS files regarding the lists, but they are now displayed without the bullets or numbers. The only thing I did was to change the page width per this helpful instruction.
One example: In my privacy notice, I wrote the following in markdown:
The compiled HTML-Code looks good:
But the result is that the text is just indented but without any bullet before it. It's the same with the ordered lists. No numbers are shown, only indented text. I've tried it with Google Chrome and Safari on MacOS.
Sorry if this question exposes me as the total newbie but I don't know where to look in the CSS files.
Thank you!
The text was updated successfully, but these errors were encountered: