
Theo
Project Manager
/ Moderator

Oct 27, 2006, 4:36 PM
Post #4 of 5
(910 views)
Shortcut
|
|
Re: [mgdamore] Conversion Error?
[In reply to]
|
Can't Post
|
|
Ah, I see, it's not that it's up in the wrong place - it's down two lines past the summary, and without a break before the next article! I think you'll get what you want if you move the external link code up above the article date and add a break tag, so this would be your new articleRow code: <!-- templatecell : articleRow --> <span class="summary_breadcrumb"><a name="$article.num$"><!--#include virtual="$published.categoryBreadcrumb.webpath$" --></a></span><br> <span class="summary_title"><a href="$published.articlePage.url$">$article.title$</a></span><br> <span class="summary">$article.summary$</span><br> <!-- templateIf : $article.externalLink$ ne "" -->[ <a href="$article.externalLink$">Visit Website</a> ] <!-- /templateIf --><br> <span class="summary_date">$article.date$<br clear="all"><br></span> <!-- templateIf : $article.attachments$ ne "" --> <div class="summary_attachments"> <b style="color: #666666;">Download attachment(s):</b> $article.attachments$ <!-- templatecell : article.attachments.row -->[ <a href="$file.webUrl$">$file.title$</a> ] <!-- /templatecell : article.attachments.row --> </div> <!-- /templateIf --> <!-- /templatecell : articleRow --> Hope that helps! If you need anything else, don't hesitate to let us know. Theo Wiersma Project Manager
|