complex style for fckeditor
complex style for fckeditor
Posted:Sun 19 of Apr, 2009 (16:29 UTC)Not sure where to put this question, but here it goes :)
I can create my own (simple) style for use in fckeditor. Question I have is, if it is possible to create a style which would change more attributes of a text - background, text align, font size, font color.
I'm using only html in my wiki.
Thanks
I can create my own (simple) style for use in fckeditor. Question I have is, if it is possible to create a style which would change more attributes of a text - background, text align, font size, font color.
I'm using only html in my wiki.
Thanks
Re: complex style for fckeditor
Posted:Sun 19 of Apr, 2009 (19:32 UTC)I changed my (html using FCKeditor) site defaults for H1, H2 etc by using the css for my 'skin' in the Bitweaver folder - in themes > styles > my skin > myskin.css.
Changed colours, sizes etc.
FWIW this is also where I set the css for the button that I told you about so that it appears on the same line as a header on the right hand side of the page.
HTH
Changed colours, sizes etc.
h1 {color:#996699; font-size:18px;}
FWIW this is also where I set the css for the
{backtotop}
a.backtotop {display:inline;text-align:right; float:right;}
HTH