Hello, I hope someone can help. I just downloaded the newest version of CKEditor last night. I am using ZenCart v 1.51. In trying to create a table, I attempted to color the background of one of my rows and to display a header row on the top. I couldn't accomplish either. Does anyone know what I am doing wrong?
Thanks in advance,
Silver
Can't color the background in a table - Possible Fix
Check the CSS on the page you have installed CKEditor, and look for CSS for td, you may have CSS that is prevent the background colour, something like
td {background:transparent !important;}
If you have remove the CSS for the td, or it could be something similar on table, tr etc.
I had the same issue and it was on CSS on the main page that was stopping the formatting.
Hope that helps
regards
Steve
Can't color the background in a table
richosr:
Thanks for the response but I am new to this whole thing, including zencart. Could you tell me kind of step by step what files I should go to and what should be done. Thanks for your patience with a newbie.
Silver