Formatting Masthead
In my newspaper recipe, I have replaced the standard Kindle masthead with "MYTEXT" using the following command:
def get_masthead_title(self)
return 'MYTEXT'
Unfortunately, MYTEXT is truncated when viewed on my Kindle's screen. Apparently, I must use a CSS command to format the substitute masthead. I have used CSS to format other tags, e.g., the body of the article, but I do not know how to apply a CSS to the masthead. Can anyone help?
|