Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Category News Image on Title / Subject

Asked Modified Viewed 1,739 times
C
cybernie
C
  • Member, joined since
  • Contributed 90 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
asked
Member

Hi!

I want the news category image to be displayed before the news title / subject.

".$info['cat_image'].$subject." works just right except that the image's size needs to be adjusted. Can someone teach me how to do it?
Say, adjust the category image to 25px x 25px.
cybernie attached the following file:
untitled_1.jpg [No information available / 130 Downloads]
0 replies

2 posts

D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

This snippet is for reducing the images of the news itself.
In youtheme them.php:

         $newstrim = str_replace ("<img", "<img style='max-width: 300px; max-height: 300px;'",$news);
            echo "<div class='subject1'>".$newstrim."</div>\n";
0 replies
C
cybernie
C
  • Member, joined since
  • Contributed 90 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
answered
Member

Thanks! Had it solved already.
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
  • Member, joined since
  • Contributed 90 posts on the community forums.
  • Started 27 threads in the forums
  • Started this discussions
D
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet