View Single Post
Old 11-06-2023, 11:58 AM   #1
AndyG
Member
AndyG began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Nov 2007
Device: 505, Kindle DX
ePub -> PDF Problem - Losing Hyperlinks

Hi,

When I add the following custom CSS styling (to the "Look and Feel" section of the conversion dialog):

Code:
body {
  column-count: 2;
  column-gap: 1cm;
}
... the hyperlinks in the resulting PDF are stripped. Is this a bug possibly, or do I need to add something to my CSS code to preserve them?

Thanks in advance,
Andy
AndyG is offline   Reply With Quote