PDA

View Full Version : Cutenews Smileys + Divs??


Rebecca!
07-19-2008, 02:18 PM
http://trymegraphics.com/index.php?subaction=showcomments&id=1216348273&archive=&start_from=&ucat=&

This is just an example. The smileys on cutenews are making the comment form go over the div. How can I fix this?? And if I cannot, how can I make the smilies pop up kind of like they do on kville when you click "more"??

~* Danica *~
07-19-2008, 02:22 PM
To make the comment thing smaller go to options > templates > add comment form

Then look for this (should be one of the first things) ::
<table border="0" width="400" cellspacing="0" cellpadding="0">
and change the width to the right size

That should work, if not let me know

Rebecca!
07-19-2008, 02:30 PM
To make the comment thing smaller go to options > templates > add comment form

Then look for this (should be one of the first things) ::
<table border="0" width="400" cellspacing="0" cellpadding="0">
and change the width to the right size

That should work, if not let me know

Well currently this is what the code looks like, and still it isn't working:

<center>
<table border="0" width="1" cellspacing="0" cellpadding="0">
<tr>

<td><input type="text" name="name"> (you are?)</td>
</tr>
<tr>

<td><input type="text" name="mail"> (email or site?)</td>
</tr>
<tr>

<td>{smilies}</td>
</tr>
<tr>
<td colspan="60">
<textarea cols="60" rows="6" id=commentsbox name="comments"></textarea><br />
<input type="submit" name="submit" value="Put it up!!">
<input type=checkbox name=CNremember id=CNremember value=1><label for=CNremember> Coming back? </label> |
<a href="javascript:CNforget();">Saying goodbye?</a>
</td>
</tr>
</table>
</center>

~* Danica *~
07-19-2008, 02:49 PM
Change the width?

Want me to show you my comment form code and you can copy it?

Rebecca!
07-19-2008, 02:56 PM
Change the width?

Want me to show you my comment form code and you can copy it?

I tried changing the width and it didn't work. :( Yes, PLEASE do. :) Tysm.

~* Danica *~
07-19-2008, 02:59 PM
m'kay here's mine::
<h1> All comments are returned, with much thanks and love!~</h1><p>
<table border="0" width="400" cellspacing="0" cellpadding="0">
<tr>
<td width="60">Name:</td>
<td><input type="text" name="name"></td>
</tr>
<tr>
<td>Email or URL:</td>
<td><input type="text" name="mail"> (optional)</td>
</tr>
<tr>
<td>Smile:</td>
<td width="70">{smilies}</td>
</tr>
<tr>
<td colspan="2">
<textarea cols="40" rows="6" id=commentsbox name="comments"></textarea><br />
<input type="submit" name="submit" value="Add My Comment">
<input type=checkbox name=CNremember id=CNremember value=1><label for=CNremember> Remember Me</label> |
<a href="javascript:CNforget();">Forget Me</a>
</td>
</tr>
</table></p>
& here's how it shows up on my site: http://saranghaengbok.com/index.php?subaction=showcomments&id=1216412651&archive=&start_from=&ucat=&

Rebecca!
07-19-2008, 03:12 PM
Thanks Danica it worked!!!

~* Danica *~
07-19-2008, 03:13 PM
You're welcome! ^__^ Glad I could help~