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>


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

Reply via email to