Visualizzazione dei risultati da 1 a 4 su 4

Discussione: Lista numerata

  1. #1

    Lista numerata

    Vorrei fare una lista numerata che, però, solo i numeri appaiano in grassetto, non il testo. Es.
    1. Ciao
    2. Ciao
    Ma non posso fare come sopra devo usare una lista numerata!
    Grazie, ...

  2. #2
    codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Lista numerata</title>
    <style type="text/css">
    ol li {font-weight:700;}
    ol li p {font-weight:500;}
    </style>
    </head>
    
    <body>
    
    
    1. Ciao</p>
    2. Ciao</p>
    </body> </html>

  3. #3
    Lascia troppo spazio, non posso nemmeno utilizzare <span></span>!

  4. #4
    No, scusate, ho risolto. <span></span> si puo utilizzare! Ecco:
    1. <li style="font-weight: bold"><span style="font-weight: normal">Ciao</span>
      <li style="font-weight: bold"><span style="font-weight: normal">Ciao</span>


Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.