complex style for fckeditor

ulukai
Joined: 15 Apr 2009

complex style for fckeditor

Posted:19 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
kinderlehrer
Joined: 20 Jun 2008

Re: complex style for fckeditor

Posted:19 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.


<?php
h1                    
{color:#996699; font-size:18px;}
?>


FWIW this is also where I set the css for the

<?php
{backtotop}
?>
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.


<?php
a
.backtotop      {display:inline;text-align:rightfloat:right;}
?>


HTH
ulukai
Joined: 15 Apr 2009

Re: complex style for fckeditor

Posted:19 Apr 2009 (19:38 UTC)
Great, thanks.
  Page 1 of 1  1