Portal Home > Knowledgebase > Articles Database > english.php file, how to add a picture?
english.php file, how to add a picture?
Posted by bambinou, 01-03-2011, 05:30 PM |
Hi Everyone,
I am trying to change a text to an image button in an english.php file, I am struggling.
The code is:
$msg_publicalbum9 = 'Add Selected Tracks to Cart';
I added this:
$msg_publicalbum9 = ' ';
Unfortunatly, the html output is not right, the button shows up but part of the inner code as well.
For example, the "![]() |
Posted by iTom, 01-03-2011, 05:54 PM |
Not 100% sure what you mean, but try this:
Your using the " and ' wrong in your code.
|
Posted by bambinou, 01-03-2011, 06:02 PM |
Hi iTOm,
Thanks for your help,
I have tried your version and the html output shows as:
No picture showing, just your code.
Ben
|
Posted by bambinou, 01-03-2011, 06:04 PM |
Ok Go it,
All I had to do was this:
$msg_publicalbum9 = ' ';
|
Add to Favourites
Print this Article
Also Read