question on the use of DocBook directives
- From: Wendell MacKenzie <mackendw gmail com>
- To: gnome-doc-devel-list gnome org
- Subject: question on the use of DocBook directives
- Date: Sun, 19 Jan 2014 13:18:47 -0400
Hi:
  I'm having difficulty getting Gnome yelp with
DocBook helpfiles I'm building to properly format tables. I would like
to set the background color of some of the elements within the table to
have specific color.
  Here is the table:
         <informaltable frame='all'><title>Value Table</title>
           <tgroup cols='2' align='center' colsep='1' rowsep='1'>
           <colspec colname='color'/>
           <colspec colname='description'/>
           <thead>
             <row>
               <entry>Color</entry>
               <entry>Description</entry>
             </row>
           </thead>
           <tbody>
             <row>
               <entry>RED
                 <?dbhtml bgcolor="#E32424" ?><?dbfo bgcolor="#E32424" ?>
               </entry>
               <entry>The last backup taken failed and there are no external media copies</entry>
             </row>
             <row>
               <entry>CYAN</entry>
               <entry>Backup exists on disk only - needs to be burned to external media</entry>
             </row>
             <row>
               <entry>YELLOW</entry>
               <entry>The last backup taken encountered a problem - may be a problem</entry>
             </row>
             <row>
               <entry>WHITE</entry>
               <entry>Backup file was successfully burned to external media at least once</entry>
             </row>
           </tbody>
           </tgroup>
           </informaltable>
 Note the RED entry where I've attempted to make the background for it to be RED in color.Â
  Problem is, it don't work. No RED background when I invoke this file directly with yelp.
Any ideas ??
thx.
W. MacKenzie
--
D. Wendell MacKenzie
Certified Software Developer - Salesforce.com platform
Email:
mackendw gmail comPhone: 902-626-8708 (cell)
           902-892-8707 (office)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]