I have shortened the content text in the content blocks and I wanted to make the images smaller (thumbnail size) just for the content blocks.
I was successful to change the image size with CSS, but it doesn't seem to reflect on Internet Explorer...
I was wondering if I could change the image size via HTML??
has anyone done this? I don't know which file to edit...

in wp_contents.html, this is where i modified to shorten the content text with xoops_substr. would this be where I would make changes??
Quote:
<div class="post">
<{if $content.date != ""}>
<h2><{$content.date}></h2>
<{/if}>
<h3 class="storytitle" id="post-<{$content.date}>"><a href="<{$content.permlink}>" rel="bookmark" title="Permanent Link: <{$content.title}>"><{$content.title}></a></h3>
<div class="meta">
Filed under: <{$content.category}> - <{$content.author}> @ <{$content.time}>
</div>
<div class="storycontent">
<p><{$content.body|xoops_substr:"0":"480"}></p>
<br clear=left>
</div>
<div class="feedback">
<{$content.linkpage}> <{$content.comments}>
</div>
please give me some guidance.
Thank You!!
















