*OFF TOPIC** Blog question

codiwatkins

New Member
Hey I know this sint chameleon related, but I was wondering if anyone is good at making blog templates? I have my own, but I cant get my comment box to show up and I wondering if someone would help me out.

http://codisarc.blogspot.com

this sit he link to my blog.....I have tried to add the comment box myself but it wont work for some reason......
 
If you mean the Cbox, its because its javascript is not present in your source code.
I dont see specific javascript or php code for a commentbox other than that.
There are much easier 'comment boxes' you can simply cut and paste, you give it a unique id for each blog you write and comments can be left for each, or you can simply add one in which folk can comment on anything.
Pm me if you need more help. :)

try adding this between your body tags

<div id="yakka" style="overflow: scroll; width:600px; height:200px;">
<div class="js-kit-comments" path="/talkback" paginate="10" backwards="yes" label="<img src='http://i14.photobucket.com/albums/a345/Instar/post.gif' border='0' alt='Click To Post a comment'/>">
</div>
<script src="http://js-kit.com/comments.js"></script>
 
Last edited:
Back
Top Bottom