Re: [docbook-apps] Changing Table headers

From
Dave Brooks, BCS Systems <>
Date
2003-04-10T23:04:39+00:00
ID
Thread
Re: [docbook-apps] Changing Table headers
Since you are producing HTML, simply have a CSS style sheet which contains:

.title  { font-weight: bold }

Dave

At 18:36 10/04/2003 -0400, Scott Anguish wrote:

>I'd prefer
>
><p class="title"><span class="title-header">Figure 1:</span> title 
>contents</p>
>
>to having the entire thing bolded.
>
>I've found where this bolding is done, and removed it entirely, but how do 
>I add it back in as above?