Jump to content

[SOLVED] transparency code


piazon79

Recommended Posts

im using a .png for a logo on my website but want it transparent so all you see is the logo.  here is the line of code that is used to display the image with "title.png" being the image in question:

 

<td align="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'title.png', STORE_NAME) . '</a>'; ?></td>

 

What code do I add to make the background of this image transparent?  The background is white if that helps.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/130769-solved-transparency-code/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.