HTML problem, 'comments' in blogger. |
HTML problem, 'comments' in blogger. |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jan 2007 Member No: 498,088 ![]() |
Okay I'm embarrassingly weak in HTML stuff. It's hard for me to explain this.. err.. you guys know the 'comments' somewhere near every post we make in our blog? and when we click on the 'comments' link we'll see the comments by other readers.
so now my question is, what is i don't want the word 'Comments' there? what if I want to change it to.. say maybe 'Responses', or.. 'Condemnations', or any word i want? I assume the trick to do it is to tweak around with the html? anyone here knows how? |
|
|
![]() |
![]()
Post
#2
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 ![]() |
did you look in the script section???
QUOTE <!-- begin code provided by createblog.com --> <MainOrArchivePage><BlogItemCommentsEnabled> | <a class="comment-link" href="<$BlogItemPermalinkURL$>#comments"><$BlogItemCommentCount$> comments</a> </BlogItemCommentsEnabled></MainOrArchivePage> <$BlogItemControl$></p> <!-- Begin #comments --> <ItemPage> <div id="comments"> <BlogItemCommentsEnabled><a name="comments"></a> <h4><$BlogItemCommentCount$> Comments:</h4> <ul> <BlogItemComments> <li id="c<$BlogCommentNumber$>"><a name="c<$BlogCommentNumber$>"></a> <div class="comment-body"> <p><$BlogCommentBody$></p> </div> <p class="comment-data">By <$BlogCommentAuthor$>, at <a href="#c<$BlogCommentNumber$>" title="comment permalink"><$BlogCommentDateTime$></a> <$BlogCommentDeleteIcon$></p> </li> </BlogItemComments> </ul> <p class="comment-data"> <$BlogItemCreate$> <br /><br /> </BlogItemCommentsEnabled> <a href="<$BlogURL$>"><< Home</a> </p> </div> </ItemPage> <!-- End #comments --> <!-- end code provided by createblog.com --> change the red to whatever you want. |
|
|
![]() ![]() |