Help! ...I'm Having Trouble With My Blogger Template

Discussion in 'HTML & Website Design' started by 360kid, Oct 2, 2009.

  1. #1
    Hi

    I recently uploaded the Hybrid News template from Btemplates.com - "http://btemplates.com/2009/08/06/hybrid-news"

    I managed to set everything up but theres one small thing bugging me, I've been trying hard to figure out how to add three dots (...) after the post summeries on the front page.

    e.g:
    the post summary paragraph should look like this with the three dots at the end...

    Mind you, I'm not an expert at html and xml codes. But i figured out the area of codes that I have to edit:

    <div class='post-body entry-content'>
         <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
    <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
    </script>
    </b:if>
    <b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/>
    </b:if>
    HTML:
    I tried putting the three dots after the post.body code
    <data:post.body/>...</div>
    HTML:
    and when I preview the template I saw no changes.


    However if I put the three dots before the post.body code
    <div expr:id='&quot;summary&quot; + data:post.id'>...<data:post.body/></div>
    HTML:
    and when I preview the template I see the three dots before the post summeries.

    It's been driving me crazy for a while because I can manage to put the dots before the summaries but I can put them after the summaries, so I thought I should ask you guys for help.
     
    Last edited: Oct 2, 2009
    360kid, Oct 2, 2009 IP
  2. 360kid

    360kid Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Wow, still no reply. Looks like this is harder to solve than I thought.
     
    360kid, Oct 3, 2009 IP