Re: [docbook-apps] Calloutlist in HTML

From
Bob Stayton <>
Date
2005-08-05T15:44:45+00:00
ID
009e01c599d4$8eba2ed0$6400a8c0@toshiro
Thread
Re: [docbook-apps] Calloutlist in HTML
Hmm, what browser are you using?  When I display a calloutlist in
IE6 and Mozilla Firefox, the text is close to the callout number.  It is \
using a layout table with only 5% in the left column for the number,
so it should be small.

Bob Stayton
Sagehill Enterprises
DocBook Consulting



----- Original Message ----- 
From: "Jacques Foucry" <>
To: "docbook-apps" <>
Sent: Thursday, August 04, 2005 12:26 AM
Subject: [docbook-apps] Calloutlist in HTML


> Hello,
> 
> In my document I made some calloutlist wich are great in the PDF  
> output. I made a html output and the calloutlist result is not really  
> good :
> 
> <div class="calloutlist">
>                  <table border="1"
>                         summary="Callout list">
>                    <tr>
>                      <td width="5%"
>                          valign="top"
>                          align="left"><img src=
>                          "images/callouts/1.png"
>                           alt="1"
>                           border="0" /></td>
> 
>                      <td valign="top"
>                          align="left"> blabla bla</td>
>                    </tr>
> 
>                    <tr>
>                      <td width="5%"
>                          valign="top"
>                          align="left"><img src=
>                          "images/callouts/2.png"
>                           alt="2"
>                           border="0" /></td>
> 
>                      <td valign="top"
>                          align="left">
>                        bla bla bla</td>
>                  </tr>
>          </table>
> </div>
> 
> The bug is on the left column of the table and the text on the right  
> one. There is a lot of space between the two items :
> 
> (1)                                                                      
>                                  bla bla bla
> (2)                                                                      
>                                  bla bla bla
> 
> How can I reduice this big space ?
> 
> Jacques
> -- 
> Site web : <http://www.foucry.net>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
> 
> 
>