Linz
|
got a bit of a problem......I sucessfully added a link me text box and button to my sidebar...but since then you can't read the comments by just clicking on the date...you have to go into the comment link (where you would if you were going to make one)
Am I making sense lol
|
jacquie
|
I'll have a look in the morning and see if I can see what's going on!
|
Linz
|
Thankyou Jacquie
|
jacquie
|
Looking at the source it does look as though something has gone wrong in the region of the code that renders the comments.
I can't really say what exactly is wrong without seeing the actual template.
If you find the bit that looks something like this: | Code: |
<dl id="comments-block">
<BlogItemComments>
<dt class="comment-data" id="c<$BlogCommentNumber$>"><a name="c<$BlogCommentNumber$>"></a>
<$I18NAtCommentTimeWithPermalink$>,
<$I18NCommentAuthorSaid$>
</dt>
<dd class="comment-body">
<p><$BlogCommentBody$></p>
<$BlogCommentDeleteIcon$>
</dd>
</BlogItem> |
about three quarters of the way down and check for unclosed tags (no >) or unclosed quotes. If nothing leaps out then if you send me a copy of your template as a .txt attachment on an email I will test it and see what else could be going on.
|
Linz
|
Jacquie i think i've done it...I saved my template and re-applied to original blogger template and copied the bit you showed me above...then went back and copied into MY template. So far it's worked! I must've deleted something obviously.
But Thankyou, cos I wouldn't have thought of doing that if you hadn't have shown me
|
jacquie
|
Yes it looks fine now. It's amazing the havoc wreaked by a tiny misplaced bit of code here and there. Glad you managed to fix it.
|
|
|