11
hello jdseymour,
thought i put this in readme ! didn't I?
Quote:
To get your blockcontent styled like you want:
i put a div class="xf_block" around each block (foreach) so you can
grab it by adding the following into your cssfile
(default is: style.css in your actual themfolder) with e.g. :
.xf_block div{}
.xf_block h1{font-size:13px;}
.xf_block p{font-size:12px;text-align:justify;}
.xf_block img{border:0px;padding:0px;}
...
or what you want
...
add your preffered settings for that images in
.xf_block img {} and it will do this for you
don't hesitate to post if theres another problem...
michael