Forum Moderators: not2easy

Message Too Old, No Replies

How to hide a png image

         

gercoke

11:23 am on Apr 8, 2004 (gmt 0)



I was wondering if anyone knew how to call a png image but not show it? I have php code to generate the png image but i only want to call the image through: <img src="C:\png\image\path\name">.
Any help PLEASE!

zair

7:57 pm on Apr 12, 2004 (gmt 0)

10+ Year Member



You could either load it behind something else using CSS and the z-index, or perhaps just make it width="1" and height="1" so it will be practically invisible.