Skip to main content
April 22, 2021
Question

text frame outlined on epub export

  • April 22, 2021
  • 1 reply
  • 441 views

What would cause this? 

My main text frame is getting an outline when I export to epub. The frame is not set to have any outline or color in the InDD.  I can fix in the epub code, but this is weird. I am using the same template I've used many times for ebooks without this issue arising. Any ideas??

 

Also the dropcap... whenever I have a dropcap that has two letters (a quote) they always switchplaces and the quote is regular sized. Even though I have a second style set up with a two letter cap. (See the InDD screenshot.) No clue why this happens either. 

A page in iBooks showing the fram outline.

Screen shot of the sae page in InD. With no frame color and normal dropcaps.

 

This topic has been closed for replies.

1 reply

April 22, 2021

Re: the drop cap this is what's happening in the code: (different spot same problem)

So it's applying my Body1st2DC and then it's applying an override with a single dropcap. A generated one? My style with a single drop cap is just called Body1st. It's weird. My single dropcaps are properly applied.

 

Also it was applying a border to a div graphics frame outside my div basic text frame. 

}
div.Basic-Graphics-Frame {
border-color:#000000;
border-width:0px;
border-style:none;
}
div.Basic-Text-Frame {
border-style:none;
}

I've just changed it to none. But I don't remember it doing that before.