PDA

View Full Version : replace text in img


alon0505
01-25-2014, 11:35 AM
hey, i have a mod and he show like a text in my forum
i want the mod show like img no like text

the code (from Plugin & Products System)

<set id='hegbl_notifications' class='popupmenu' onclick='update_list_notifications();'>
<span id='notifications_list' style='cursor: pointer;' class='span popupctrl' onclick='update_list_notifications();'>
<span onclick='update_list_notifications();'>Text xxx </span>
</span>

so... how i do it ?

Lynne
01-25-2014, 07:04 PM
Just change:
Text xxx
to:
<img src="image.png" alt="Image Alt" height="xx" width="yy">

alon0505
01-26-2014, 10:52 AM
i try it, i try maney things in html css java and more
and it dosent work
another opitons ?

ozzy47
01-26-2014, 10:55 AM
Well since that does not seem to work, and that code is from a mod:

Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.

alon0505
01-26-2014, 08:20 PM
is support in my forum, i just want to replace the text of show in the main page to img
and i dosent knew how to do it...

and this is Modification...

ozzy47
01-26-2014, 08:28 PM
If what Lynne suggested does not work, then you need to ask in the thread where you got the modification from. :)

tbworld
01-26-2014, 08:30 PM
You have to show us what you are doing at this point. We need to see your code and what you are referring too.