Change the indent value when editing content? - Joomla! Forum - community, help and support
hello.

i add few blank spaces between border of module , start of text. right now, text against border, making annoying read. if use "indent' feature on editor, creates 8 or 10 character space.
this many spaces. looks silly
is there way change indent value somewhere, or better yet. can set/hack have 3 space cushion between edge of module , start of text?
the right side ok.
i'm using jce, if know how tiny_mce, use 1 well.
thanks suggestions,
sean

i add few blank spaces between border of module , start of text. right now, text against border, making annoying read. if use "indent' feature on editor, creates 8 or 10 character space.
this many spaces. looks silly
is there way change indent value somewhere, or better yet. can set/hack have 3 space cushion between edge of module , start of text?
the right side ok.
i'm using jce, if know how tiny_mce, use 1 well.
thanks suggestions,
sean
this can acheived in template's css stylesheet
the main issue how general change modules affect other modules
it not easy advise without seeing site
also depending on template, modules output in different methods (tables, div, divs, raw ) , may require different css
it should easy adding/modifying css like
but say, depend on current template css
the main issue how general change modules affect other modules
it not easy advise without seeing site
also depending on template, modules output in different methods (tables, div, divs, raw ) , may require different css
it should easy adding/modifying css like
code: select all
.moduletable {
padding-left: 3px;
}but say, depend on current template css
Comments
Post a Comment