I have a PRS-650 device but I had the same problem, but I like the opposite, i.e. less edge. I don't know if there is any kind of way for doing it in a PRS-T1. There isn't in the PRS-650.
I solved it converting the book with Calibre changing the edges.
When converting, I applied a CSS file with this content:
h1, h2, h3, h4, h5, h6 { height:72px; margin-bottom:20px; background-color:#FFF; border:1px solid #FFF; display:block; }
The margin and border are used for your porpuse.
|