Jump to content

Prepend and append HTML code on IMG-tag


slough

Recommended Posts

I have this HTML-code:

 

<img id="ff_header" src="/files/imce_images/image_file.jpg" height="400" width="400" />

 

...and want to replace it with this:

 

<a href="/url/to/page"><img id="ff_header" src="/files/imce_images/image_file.jpg" height="400" width="400" /></a>

 

Should I use preg_replace()? How do I solve this?

 

Cheers!

Link to comment
https://forums.phpfreaks.com/topic/102482-prepend-and-append-html-code-on-img-tag/
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.