Thanks Alot MudGuard.
I figured out the other part.
I just added a " into the find right before the >
\(<img [^>]+\)">
Search found 3 matches
- Fri Jul 25, 2003 7:39 pm
- Forum: General
- Topic: XHTML formatting for img tags
- Replies: 4
- Views: 272
- Fri Jul 25, 2003 7:35 pm
- Forum: General
- Topic: XHTML formatting for img tags
- Replies: 4
- Views: 272
- Fri Jul 25, 2003 7:06 pm
- Forum: General
- Topic: XHTML formatting for img tags
- Replies: 4
- Views: 272
XHTML formatting for img tags
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 ...
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 ...