[FONT=Verdana] Hi everyone,

I'm posting my question in this section of the forum because it has more to do with adding alt text to images that don't have pre-written defines than it has to do with the Mod itself.

I did find another thread on the forum that addressed this, but it was related to images that are also links, so it was a simple matter of adding the alt="text goes here" code to the link.

Since the images in question are not links, that won't work for me either. The images in question are in the credit card accept sidebox. See that here: www.empowermentsanctuary.com/marketplace/

[/FONT] [FONT=Verdana]Here's my question:[/FONT][FONT=Verdana]

What do I need to add to this line of text

[/FONT] [FONT=Verdana] '<img id="ccMC" class="cc_img" src="images/cc_logos/logo_ccMC.gif" />' . "\n" .[/FONT][FONT=Verdana]

found in the file
[/FONT] [FONT=Verdana]includes/templates/MY_TEMPLATE/sideboxes/tpl_cc_accept.php[/FONT][FONT=Verdana]

in order to get the text "MasterCard" to show up on mouse-over in the credit card accept sidebox? (I actually need to do this for all the images, but I just need the one example to get me started).

I know it involves adding the php equivalent to an html alt tag, but I don't know the syntax for adding it to a php file.

I've looked at the code for other sideboxes for an example, but they use define language for the alt text, so I can't follow that as an 'example map'.

I need to know how to add an alt tag in PHP for files that don't have any define language for graphics.
[/FONT]

[FONT=Verdana]I need to be able to do the same thing for the payment method images on the payment method section of the step 2 of 3 checkout page (the payment info page).[/FONT]

[FONT=Verdana]Since the images from this page come from a different file than those that are in the sidebox, I assume I'll need to make the changes to both [/FONT][FONT=Verdana]tpl_cc_accept.php file and the [/FONT][FONT=Verdana]tpl_checkout_payment_default.php files.

Is that correct?
[/FONT]

[FONT=Verdana] Thanks in advance for the help![/FONT]