
ChetW
Staff

Jul 28, 2006, 10:05 AM
Post #2 of 7
(1589 views)
Shortcut
|
|
Re: [blackanthem] Space between Summary
[In reply to]
|
Can't Post
|
|
Hi, Thanks for the post! To change the white space from inbetween each article summary on your index page you will want to edit the /templates/index/default.html file. To do this follow the steps below: - Find the following lines of code:
<span class="summary_date">$art_date$, $art_time$<br clear="all"><br></span> and replace it with:
<span class="summary_date">$art_date$, $art_time$<br clear="all"></span> What you are doing here is removing the <br> tag that is located before the closing </span> tag. Additionally you are going to find the above line of code in four places, the four places are: - Inside the <!-- templatecell: row -->, <!-- templatecell: row_summary -->, <!-- templatecell: row_link -->, <!-- templatecell: row_ufile --> sections. Give this a try and let me know if you have anymore questions. :) Cheers, Chet Woodside - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|