1
Hello, I am using the wordpress0.6 module with the content blocks showing.
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:
<{if $content.date != ""}>
<{$content.date}>
<{/if}>
Filed under: <{$content.category}> - <{$content.author}> @ <{$content.time}>
<{$content.body|xoops_substr:"0":"480"}>
<{$content.linkpage}> <{$content.comments}>
please give me some guidance.
Thank You!!