Page 1 of 1
CSS to table editor style?
Posted: Fri May 25, 2007 12:53 am
by rj
I there something I can do in CSS to create a standardized table within the editor? You know, like if you make a table have it a certain BG color and border color? And have it always be the same? Not enough depth in the FKC editor to do it there. I only recently noticed most blogs use a standardized bordered table to put quotes and copyright stuff in.
RJ
Re: CSS to table editor style?
Posted: Fri May 25, 2007 12:56 pm
by garvinhicking
Hi!
Sure, you can use CSS like:
Code: Select all
.serendipity_entry table td {
background-color: red;
}
in your style.css file.
However CSS does only allow to to use "Content:" with CSS2, and I think IE does not support this yet. But bordres, colors etc. can all be done.
Regards,
Garvin
Posted: Fri May 25, 2007 1:35 pm
by rj
Ah... I understand all that!
I am progressing!
RJ