Hey Folks!
I am bringing from the database HTML source like this:
<li class="white">
<!-- TEXT -->
We are committed to our employee’s well being and professional
development
<!-- TEXT -->
</li>
I would like to make this:
<li class="white">
<!-- TEXT -->
We are committed to our employee’s well being and professional
development
<a href="edittext.php?pageid=X"><img src="images/edit_buttom.gif"></a>
<!-- TEXT -->
</li>
So, before the end HTML comment I would like to add an image. How do I do that?
Thank you,
Rom