Help - Search - Members - Calendar
Full Version: HTML problem
Forums > Resource Center > Support Center > Blogger Support > Blogger Resolved Topics
homaniac
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?
homaniac
nobody knows? i tried to tweak around with the html but just couldn't work.
moorepocket
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$>">&lt;&lt; Home</a>
</p>
</div>

</ItemPage>
<!-- End #comments -->
<!-- end code provided by createblog.com -->

change the red to whatever you want.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.