Yeah, the suggestion from @smartcookie and @slvamanian is probably your best bet. It also adds non-semantic HTML, but in a way that is much more manageable than large tables with hard-coded numbering.
On Nov 27, 7:29 am, siva manian <[email protected]> wrote: > hi, > use this.. > <ol> > <li style="font-weight:bold;">hi > <span style="font-weight:normal;">hi</span> > </li> > </ol> > > its working.. > > > > On Fri, Nov 27, 2009 at 5:24 PM, smartcookie <[email protected]> wrote: > > This is what I do if I want the number to be a different style than > > the content. You can do this for colors too. > > > ol li {font-weight:bold} > > ol li span {font-weight:normal} > > > <ol> > > <li><span>This is normal text</span></li> > > </ol> > > > Its a little extra wok but it works. > > > On Nov 21, 2:50 am, dnagel <[email protected]> wrote: > > > Can anyone explain how I would set the font to bold only on the bullet > > > (decimal)? The content of the LI should remain font-weight:normal > > > -- > > -- > > You received this because you are subscribed to the "Design the Web with > > CSS" at Google groups. > > To post: [email protected] > > To unsubscribe: [email protected] > > -- > ------------- > thanks & regards > Sivasubramanian J -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected]
