Topic: Smiles on comment form vertical instead of horizontal

I recently upgraded from UTF-8 to the latest CuteNews and my smiles are horizontal on the comment form. How do I fix that??

Hope someone can help me with this problem!

Re: Smiles on comment form vertical instead of horizontal

Can you copy and paste the html from your template?

3 (edited by 2015-01-09 14:28:25)

Re: Smiles on comment form vertical instead of horizontal

Can you copy and paste the html from your template?

ACTIVE NEWS:
<div style="width: 100%; margin-bottom:30px;">     
    <div>
       <div style="word-wrap:break-word; width:300px; float:left;"><strong>[link]{title}[/link]</strong></div>
       <div style="text-align:right;"></div>     
    </div>
    <div style="clear:both;"></div>
    <div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">{short-story}
        <div style="margin-top:10px;">[full-link target=_blank]Read more... [/full-link]</div>
    </div>
    <div style="margin: 0 0 8px 0;">{tagline}</div>
    <div style="float: right;">[com-link]Count of comments: {comments-num} [/com-link]</div>
    <div><em>Posted on {date} by {author}</em></div>
    <div>{fb-comments}</div>
    <div>
         <span class="soc-buttons-left">{fb-like}</span> <span class="soc-buttons-left">{gplus}</span> <span class="soc-buttons-left">{twitter}</span>
    </div>
    <div style="clear:both;"></div>
</div>

FULL STORY:
<div style="width: 100%; margin-bottom:15px;">
    <div><strong>{title}</strong></div>
    <div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">{full-story}</div>
    <div style="float: right;">Count of comments: {comments-num}</div>
    <div><em>Posted on {date} by {author}</em></div>
    <div>{fb-comments}</div>
    <div>
        <span class="soc-buttons-left">{fb-like}</span> <span class="soc-buttons-left">{gplus}</span> <span class="soc-buttons-left">{twitter}</span>
    </div>
</div>

COMMENT:
<div style="width: 100%; margin-bottom:20px;">
   <div style="border-bottom:1px solid black;">[delete]%cbox[/delete] by <strong>{author}</strong> @ {date} [edited](Edited: %edited)[/edited] [edit][Edit comment][/edit]</div>
   <div style="padding: 2px; background-color:#F9F9F9">{comment}</div>
</div>

ADD COMMENT FORM:
<table border="0" width="370" cellspacing="0" cellpadding="0">
   <tr><td width="60">Name:</td><td>{input_username} {remember_me}</td></tr>
   <tr><td>E-mail:</td><td>{input_email} (optional)</td></tr>
   <tr><td>Smile:</td><td>{smilies}</td></tr>
   <tr><td colspan="2">{input_commentbox}</td></tr>
   [captcha]<tr><td>Captcha</td><td>{captcha}</td></tr>[/captcha]   
   <tr><td colspan="2" align="right">[submit]Add comment[/submit]</td></tr>
</table>

Re: Smiles on comment form vertical instead of horizontal

Any thoughts?