2
maybe you can try this... go to modules/news/article.php
in line 69:
$story['title'] = [color=ff0000]$article->textlink()." : ".[/color]$article->title();
remove code mark red.
then go to edit template (system -? template -> news)
edit template for news_item.html
<table cellpadding="0" cellspacing="0" width="98%">
<tbody>
<tr>
<td class="itemHead">
<span class="itemTitle">[color=0000ff]<img src="<{$xoops_url}>/images/image.gif">[/color]<{$story.title}>span>
td>
tr>
<tr>
add img src likes code mark blue... good luck!
SMD