Announcement

Collapse
No announcement yet.

Thumbnail background colors in html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Thumbnail background colors in html

    Can I "turn off" the background colors of thumbnails when generating html code? My site has its own background image that I would like to see instead of a color. I hope this makes sense. If you wish to see what I mean you can see my current (non-IRFanView) site at www.bellmatics.com. Ideally, only the text beneath the image would be overlaid on a color in order for it to stand out. Thanks in advance! (I'm really glad I rediscovered IRFanView)

    #2
    Hi bigheadx,

    The only solution I think of is to edit the template. Open c:\Program Files\IrfanView\Html\thumbnails.html with Notepad (or any other text editor), search for the line
    Code:
    <body bgcolor="#BGCOLOR#">
    change it like this
    Code:
    <body background="path/mypicture.jpg">
    and save it.
    Maybe you'll have to tune the path if it is relative.

    Laurent
    Before you post ... fill in your OS and IV version in your profile.

    Comment


      #3
      THANK YOU very much for this advice. I will give it a try!
      JohnN

      Originally posted by Laurent View Post
      Hi bigheadx,

      The only solution I think of is to edit the template. Open c:\Program Files\IrfanView\Html\thumbnails.html with Notepad (or any other text editor), search for the line
      Code:
      <body bgcolor="#BGCOLOR#">
      change it like this
      Code:
      <body background="path/mypicture.jpg">
      and save it.
      Maybe you'll have to tune the path if it is relative.

      Laurent

      Comment

      Working...
      X