I just added a chatterbox to my webcomic. Hoping to somehow stimulate some activity...
My only problem is that it seem that the code is messing the page: if I put the chatterbox in the middle of the page, everything below it wont appear. So for now the only choice is to put it at the bottom.
Anyone know anything about it? Is it related to the Keenspace code? Or is it something about the chatterbox code?
Thanks.
Chatterbox
- Eric Theriault
- Regular Poster
- Posts: 60
- Joined: Sun May 01, 2005 2:04 pm
- Contact:
Chatterbox

Veena, the webcomic
http://veena.comicgenesis.com
Blog and portfolio
http://mistertheriault.blogspot.com/
- Plothole
- Cartoon Hero
- Posts: 1056
- Joined: Sun Nov 23, 2003 10:23 pm
- Location: In the Kitchen.
- Contact:
Here's the problem: You have a <noscript> but no closing </noscript> tag (You probably missed a line or two when copying the code.). As a result, everything after this point can only be viewed while javascript is disabled.<!--NOEDIT--> <!-- Flooble chatterbox for veenawebcomic start -->
<script language="javascript"> var chatterbox = 'no'; </script>
<script language="javascript" src="http://chatter.flooble.com/chatter.php? ... id=3247134">
</script><noscript>
To fix this, just remove <noscript> (or try and recopy & paste the entire code)
PS For future reference, gear is really for handing out tips & tricks, etc. The help forum would have been more appropriate place to put this.
<i title="My Comic">Nyuterran Chronicles!</i> / <i title="My Art">Warped Deviations</i>
*promises to update within the next millenium*
*promises to update within the next millenium*
- Eric Theriault
- Regular Poster
- Posts: 60
- Joined: Sun May 01, 2005 2:04 pm
- Contact:
Thank you for the quick reply!
I'm a no talent when it comes to HTML...
I put it in this section because I thought it had something to do with the keenspace type of codes. I'll be more careful.
I'm a no talent when it comes to HTML...
I put it in this section because I thought it had something to do with the keenspace type of codes. I'll be more careful.

Veena, the webcomic
http://veena.comicgenesis.com
Blog and portfolio
http://mistertheriault.blogspot.com/