05-Dec-2011, 03:50 AM
Hi again
This is with reference to the smilies. Since they are not wrapped into a block, if I disable them all in the admin section, the next field [textfield] would move one step to the right. Hence, the label "comments *" would start where the above field starts.
I tried to fix that with a simple <br />behind the very last smilie div in the template file form.php
but that threw my entire CSS out. I also tried to wrap the entire smile divs in the form.php into a new div and applied a new class to it and added a "clear" div beneath it in the form.php - again, my idea was not liked This is with reference to the smilies. Since they are not wrapped into a block, if I disable them all in the admin section, the next field [textfield] would move one step to the right. Hence, the label "comments *" would start where the above field starts.
I tried to fix that with a simple <br />behind the very last smilie div in the template file form.php
PHP Code:
<?php
<img src="<?php echo $settings->url_to_comments_folder . "images/smilies/shocked.gif";?>" title="Shocked" alt="Shocked" class="smiley_image" onmousedown="addTags('',':shocked:')"/><br />


Thanks a lot