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)
Announcement
Collapse
No announcement yet.
Thumbnail background colors in html
Collapse
X
-
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#">
Code:<body background="path/mypicture.jpg">
Maybe you'll have to tune the path if it is relative.
LaurentBefore you post ... fill in your OS and IV version in your profile.
-
THANK YOU very much for this advice. I will give it a try!
JohnN
Originally posted by Laurent View PostHi 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#">
Code:<body background="path/mypicture.jpg">
Maybe you'll have to tune the path if it is relative.
Laurent
Comment
Comment