Softaculous


Topic : Viewing unordered lists


Posted By: LeSparte on July 12, 2021, 2:25 am
Bullets don't display on unordered lists ... Has anyone ever had this problem please?

Posted By: MicroDrie on July 12, 2021, 10:19 am | Post: 1
Sometimes a class is used that realizes a responsive layout based on a list. It is best to look "underwater" in the HTML code with the inspect element in your browser to see if this is the case.

Posted By: LeSparte on July 13, 2021, 7:09 am | Post: 2
It does appear in the code (ul - li) but does not display correctly on the site.

Posted By: MicroDrie on July 13, 2021, 9:05 am | Post: 3
Quote
It does appear in the code (ul - li) but does not display correctly on the site.
   
   
That is what I wrote to you. We can only help you further if you give me a link to the web page.

Posted By: LeSparte on July 13, 2021, 9:23 am | Post: 4
https://eidbwebsitecreation.com/mentions-legales-rgpd/

Posted By: MicroDrie on July 13, 2021, 3:05 pm | Post: 5
I don't know which Widget you used to add the text. I do see that the text is formatted once with CSS. You can add the following CSS code:

Example 1 and attachment 1 with a '>' character
Code
list-style:'> ';padding-left: 40px;


Example 2 and attachment 2 with a hart for privacy ;-D   Sorry I could not found a other character.
Code
list-style:'???? ';padding-left: 40px;


Posted By: MicroDrie on July 13, 2021, 3:07 pm | Post: 6
I shouldn't have laughed because I immediately lost both attachments :-(

Posted By: LeSparte on July 13, 2021, 5:08 pm | Post: 7
I am using text rich edit embedded in sitepad

Posted By: MicroDrie on July 13, 2021, 10:20 pm | Post: 8
U can use this:

Code
<h3 style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-family: sans-serif;">7.3 Droit d’accès, de rectification et d’opposition</h3>
<ul style="
list-style:'???? ';padding-left: 40px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;font-size: 16px; font-family: sans-serif; "><li>
pour prévenir et lutter contre la fraude informatique (spamming, hacking…) : matériel informatique utilisé pour la navigation, l’adresse IP, le mot de passe (hashé)</li><li>pour permettre la navigation sur le Site et la gestion et la traçabilité des prestations et services commandés par l’utilisateur : données de connexion et d’utilisation du Site, facturation, historique des commandes, etc.</li><li>pour améliorer la navigation sur le Site : données de connexion et d’utilisation</li><li>pour mener des enquêtes de satisfaction facultatives sur&nbsp;<a href="https://eidbwebsitecreation.com/" target="&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;" style="background-color: rgb(255, 255, 255);" rel="noopener noreferrer">https://eidbwebsitecreation.com/</a>&nbsp;: adresse email</li><li>pour mener des campagnes de communication (sms, mail) : numéro de téléphone, adresse email</li></ul>


Of course you can replace the heart with another character.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.