Thread: Need Help
View Single Post
Old 12-15-2018, 08:38 AM   #7
hythamhhl
Member
hythamhhl began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Sep 2016
Device: None
Quote:
Originally Posted by Turtle91 View Post
From you snippet of code view it looks like it's really clean **suprised!!**, you just need to adjust the css.

Your .css file is defining a table to have that blue background...you need to find it and change it...

it will look something like this:

table {background-color: lightblue}

or

td {background-color: lightblue}

or it may even have the color as a code like background-color:#f5f5f5 or some combination of that.
thanks for the answer
the problem is Aldiko treating the blue rectangles as whole and not as rows
so it clip it if it is too big for the page
is there a way to remove the rectangles completely from all the file at once, not one by one
hythamhhl is offline   Reply With Quote