I just installed Joomlacomment.... looks pretty cool until I go to actually add a comment. Then all my UBBCode and Emoticons are in one column. No matter what settings I choose in the back-end, I get the same thing.... so my comment section is really really long as each txt option and emoticon is below the previous one.
Firebug shows no css file, but rather, embeded css for element.style.... here's the HTML output:
<div>
<label>UBBCode:</label>
<div class="easy_img_caption" style="margin: 0pt; background-color: rgb(242, 242, 242); width: 23px;">
<a href="javascript:JOSC_insertUBBTag("b")">
and the CSS:
element.style {
background-color:#F2F2F2;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
width:23px;
}
width of 23px.... yipes! What's going on?? Any ideas? Thanks, in advance
Other (perhaps) useful info:
latest joomla 1.5x
latest FCK
latest Jomsocial, but jomcomment plugin disabled.