> On 3 Oct 2021, at 22:10, Alexander,J <[email protected]> wrote:
> 
> What engine does BibDesk use for rendering displayed HTML templates in 
> panels? In the following snippet, only the table displays correctly, with the 
> publication type flush-left and the cite-key flush-right, but on the same 
> line.  The paragraph, whose CSS displays correctly in Safari and Chrome, in 
> BibDesk has the cite-key appearing on a new line.
> 
> <$publications>
>       <table width="100%" border=0 cellpadding=0 cellspacing=0>
>               <td style=“text-align: left;"><$pubType.uppercaseString/>
>               <td>
>               <td style="text-align: right;">(<$citeKey/>)
>       </table>
>       
>       <p>
>               <span style="float:left;" ><$pubType/></span>
>               <span style="float:right;">(<$citeKey/>)</span>
>       </p>
> </$publications>
> 


I don’t really know. We pass it to the system to create an attributed string 
from it. Behind the scenes that uses WebKit.
 
Christiaan

_______________________________________________
Bibdesk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

Reply via email to