Joe Laudadio on Wed, 26 Apr 2000 17:52:24 -0400 (EDT) |
You can use stylesheets. Add this to the <HEAD> section: <STYLE type="text/css"> LI {font-weight: bold; } </STYLE> If dont want every bulleted list bolded, you can do LI.boldface {font-weight: bold;} Then for all items that you want bulleted you do this: <LI class="boldface">Bleh</LI> mg On Wed, 26 Apr 2000, Darxus wrote: > > I just went through & validated almost all of the pages of both my > homepgage, and the PLUG website. But I came across a problem on the PLUG > website, on the main page. It's the first bulleted list -- specifically > making the whole thing bold. I'm using: > > <b> > <ul> > <li> > <li> > </ul> > </b> > > <strong> basically does the same thing. But the problem is, apparently > you're not allowed to have a <ul> inside a <b>. So do any of you know a > valid way to do this without putting a <b></b> pair on each & every line ? > > My 2 personal pages I haven't done yet (links & adventures) are because > there was a very large number of minor problems. > > __________________________________________________________________ > PGP fingerprint = 03 5B 9B A0 16 33 91 2F A5 77 BC EE 43 71 98 D4 > darxus@op.net / http://www.op.net/~darxus > There is no fine line between genius and insanity. > > > ______________________________________________________________________ > Philadelphia Linux Users Group - http://plug.nothinbut.net > Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce > General Discussion - http://lists.nothinbut.net/mail/listinfo/plug > ______________________________________________________________________ Philadelphia Linux Users Group - http://plug.nothinbut.net Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce General Discussion - http://lists.nothinbut.net/mail/listinfo/plug
|
|