Thank god I kept looking. I'll give this a try tonight, been desperately looking for a simply add to the wysiwyg bbcode but this should do the job...I hope...
This worked brilliant in The Blog for me, absolute justify, wonderful
http://www.tooraktimes.com.au/entry....Show-at-RRR-fm
But cms, Not so good, but close and better
works great in Forum
http://www.tooraktimes.com.au/showth...3451#post13451
So close...
--------------- Added [DATE]1370625144[/DATE] at [TIME]1370625144[/TIME] ---------------
Quote:
Originally Posted by nerbert
in blog.css scroll down about 20% to line 199 and find this and modify
Code:
.fly {
float: {vb:stylevar right};
display: inline;
font-size: 88%;
}
<vb:if condition="$stylevar['textdirection'] == 'rtl'">
.blogentrybit .fly .popupmenu a.popupctrl, .bloghead .fly .trackbacks, .bloghead .fly .comments {
display: block;
float: {vb:stylevar right};
}
</vb:if>
.lastedited, div.tags, dl.blogcategory, .smallfont {
font-size: {vb:stylevar small_fontSize};
}
.blogmeta .tags img {
display: none;
}
.blogmeta .tags:hover img {
display: inline;
margin-top: -5px;
}
.blog_date, .comment_date {
font-size: {vb:stylevar small_fontSize};
/*color:{vb:stylevar body_color};*/
}
.blogcontent {
margin-top:8px;
margin-bottom:8px;
font:{vb:stylevar content_msg_font};
text-align: justify; /* ----------------------------------------------- */
}
|
Thanks works brilliantly Nerbert!