MatthewJA:Hrm. The delete button and the reply button show up for me. You can delete comments now... That never used to work, iirc. If it was a recent change, maybe it broke it?
Could you post the entire comic page HTML?
I'll be completely honest: I haven't edited anything, and would be happy to change to any layout that works, as long as it doesn't have a large "above comic" screen footprint.
The default caffeine addict layout has the Comic Strip Display of:
<div class="title">Comic [v:comicnumber] - [v:comictitle]</div>
<div class="titlesub"><b>[v:posttime]</b>
[c:usechapters] <!--comment:[this one checks if the webcomic uses chapters]-->
[c:haschapter] <!--comment:[this one checks if the comic strip is in a chapter]-->
in <a href="[v:chapterlink]">[v:chaptername]</a>
[/]
[/]
</div>
<div id="comicimagewrap">[v:comicimage]</div>
[c:allowratings]
<div id="comicrating"><b>Average Rating:</b> [v:rating] <span id="votenumber">([v:votecount] votes)</span> <a href="[v:ratelink]" onclick='window.open("[v:ratelink]","edit","menubar=no,width=530,height=360,toolbar=no"); return false;' target="window" id="ratelink">Rate this comic</a></div>
[/]
<div id="comicnav">
<a href="/comics/first/" rel="start" class="comicnavlink"><<</a>
<a href="[v:prevcomic]" rel="prev" class="comicnavlink"><</a>
<!--comment:[comic dropdown:]-->
<select onchange="jumpTo(this.options[selectedIndex].value);">
[l:archive]
<option value="[v:l.comicurl]" [c:l.currentcomic]selected="selected"[/]>[v:l.comictitle]</option>
[/]
</select>
<a href="[v:nextcomic]" rel="next" class="comicnavlink">></a>
<a href="/comics/" rel="index" class="comicnavlink">>></a>
</div>
<div id="saveplace"><a href="#" onclick="savePlace(this,[v:comicid]);return false;">Save My Place</a> | <a href="#" onclick="loadPlace();return false;">Load My Place</a></div>
[c:authornotes]
<div class="title">Author Notes:</div>
<div class="authornotes">
[l:authornotes]
<div class="comment">
<div class="commentdata">
<span class="authordata">
<a href="[v:l.profilelink]"><b>[v:l.authorname]</b></a>
</span>
<span class="postdate">[v:l.posttime]</span>
<span class="commentcontrol [v:l.controlclass]">
<span class="[v:l.editclass]"><a href="[v:l.editlink]" onclick='window.open("[v:l.editlink]","edit","menubar=no,width=530,height=360,toolbar=no"); return false;' target="windowedit">edit</a></span>
<span class="[v:l.deleteclass]"><a href="[v:l.deletelink]" onclick='window.open("[v:l.deletelink]","delete","menubar=no,width=530,height=360,toolbar=no"); return false;' target="windowdelete">delete</a></span>
</span>
</div>
[c:l.avatar]
<div class="avatar">
<img src="[v:l.avatar]" alt="[v:l.authorname]" /><br />
</div>
[/]
<span class="notecontent">
[v:l.comment]
</span>
</div>
[/]
<div class="clear"></div>
</div>
[/]
[c:showpermalinks]
<div class="title">Permalinks</div>
<div id="permalinkbox">
<b>Copy this comic strip into LiveJournal, your blog or Myspace with this code:</b><br />
<div class="permalinkcode">
<a href="[v:permalink]"><img src="[v:comicimageurl]" alt="[v:webcomicname] - [v:comictitle]" border="0" /></a>
<br /><br /><a href="[v:permalink]">[v:comictitle]</a>
</div><br />
<b>Or into forums with this code:</b><br />
<div class="permalinkcode">
[URL=[v:permalink]] [IMG][v:comicimageurl][/IMG] [/URL]<br />
[URL=[v:permalink]][v:comictitle][/URL]
</div><br />
</div>
[/]
[c:showcomments]
[c:comments]
<div class="title">User comments:</div>
[c:allowcomments]
<div class="postcomment"><a href="[v:commentlink]" onclick='window.open("[v:commentlink]","edit","menubar=no,width=530,height=360,toolbar=no"); return false;' target="window">Post a Comment</a></div>
[c:!allowguestcomments]
(You have to be registered at <a href="http://comicfury.com">ComicFury</a> to leave a comment!)
[/]
[/]
<div class="comments">
[l:comments]
<div class="comment [c:l.is_reply]reply[/]">
<div class="commentdata">
<span class="authordata">
[c:!l.isguest]
<a href="[v:l.profilelink]"><b>[v:l.authorname]</b></a>
[/]
[c:l.isguest]
<b>[v:l.authorname]</b> (Guest)
[/]
</span>
<span class="postdate">[v:l.posttime]</span>
<span class="commentcontrol [v:l.controlclass]">
<span class="[v:l.editclass]"><a href="[v:l.editlink]" onclick='window.open("[v:l.editlink]","edit","menubar=no,width=530,height=360,toolbar=no"); return false;' target="windowedit">edit</a> </span>
<span class="[v:l.deleteclass]"><a href="[v:l.deletelink]" onclick='window.open("[v:l.deletelink]","delete","menubar=no,width=530,height=360,toolbar=no"); return false;' target="windowdelete">delete</a></span>
<a href="[v:l.replylink]" onclick='window.open("[v:l.replylink]","reply","menubar=no,width=530,height=360,toolbar=no"); return false;' target="windowreply">reply</a>
</span>
</div>
[c:l.avatar]
<div class="avatar">
<img src="[v:l.avatar]" alt="[v:l.authorname]" /><br />
</div>
[/]
<span class="notecontent">
[v:l.comment]
</span>
</div>
[/]
</div>
<div class="clear"></div>
[/]
[/]
[c:allowcomments]
<div class="postcomment"><a href="[v:commentlink]" onclick='window.open("[v:commentlink]","edit","menubar=no,width=530,height=360,toolbar=no"); return false;' target="window">Post a Comment</a></div>
[c:!allowguestcomments]
(You have to be registered at <a href="http://comicfury.com">ComicFury</a> to leave a comment!)
[/]
[/]