XHTML formatting for img tags
Posted: Fri Jul 25, 2003 7:06 pm
Hi,
I am currently trying to do a find and replace for img tags in my HTMl. EX:
type <img border="0" src="images/subsection.gif" width="13" height="13">
what I'm trying to do is replace the ">" with "/>" at the end.
I'm using <\img.*\([^ \>]+\)\(.*\)\([^/]\)"[0-9]+"> in my find
but I can't seem to get the correct replace syntax. Any suggestions?
I am currently trying to do a find and replace for img tags in my HTMl. EX:
type <img border="0" src="images/subsection.gif" width="13" height="13">
what I'm trying to do is replace the ">" with "/>" at the end.
I'm using <\img.*\([^ \>]+\)\(.*\)\([^/]\)"[0-9]+"> in my find
but I can't seem to get the correct replace syntax. Any suggestions?