I thought I made a mistake by turn the comments's button off. Frankly, it was just because the theme code didn't support it. They didn't added comments prompt. And that's ridiculous. Because not everyone dislike comments button.
I did dislike it at first, but now I really need it coz I'd like Neta to comment me. But I just don't want to remove this humble theme coz I love it. So I added a space for comments which is looks even more ridiculous.
So, if you're just would to add a comment button because your theme didn't support it, you always could copy/paste these codes below to you CSS at Edit HTML
<code><div id="spoiler"><div><input value="Comments" style="margin: 5px; padding: 3px; font-size: 11px; font-weight:bold;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = ''; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = 'none'; this.innerText = ''; this.value = 'Hide Spoiler'; } else { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = 'none'; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = ''; this.innerText = ''; this.value = 'Comments'; }" type="button"><div id="show" style="margin: 5px; padding: 2px; display: none; width: 98%;"><!-- HTML codes by Quackit.com -->
<form action="/html/tags/html_form_tag_action.cfm" method="post">
Comments:<br />
<textarea name="comments" id="comments">
Hey... say something!
</textarea><br />
<input type="submit" value="Submit" />
</form>
<p style="font-family:verdana,arial,sans-serif;font-size:10px;"><a href="http://www.quackit.com/html/codes/">HTML</a></p></div><div id="hide"></div></code>
PS: Neta, comment me, would you? XD
ETA: It's not working, damn!
Tidak ada komentar:
Posting Komentar