Quote:
Originally Posted by Danger
comment out the first line and uncomment the 2nd:
Original:
Code:
# Disable footer example
replace_zlib = 1205FF4, `ReadingFooter...
# Decrease footer example
#replace_zlib = 1205FF4, `ReadingFooter...
New (see the reversed # signs?):
Code:
# Disable footer example
#replace_zlib = 1205FF4, `ReadingFooter...
# Decrease footer example
replace_zlib = 1205FF4, `ReadingFooter...
To make the font bigger/smaller, change this number (you will find this almost at the end of that second line where you removed the # sign:
Code:
...\n\theight: 30px;\n\tfont-size: 25px;\n}
|
Thank you, I made the changes and now I have the footer in small letters, however I still have an empty line between the text and the footer, I changed
Quote:
tmin-height: 40px;\n\tmax-height: 40px;\n\tqproperty-footerMargin: 20
|
but when I run the kpg.exe it gives an error and no file is made. This is what I have
and this is the error I get when running kpg
Thank you for your help, I realize that probably this is quite simple to fix if you know what you are doing, which is not my case, I try to understand and learn what I can, but sometimes I get stucked and have to ask for help or give up on trying to change things