Search found 3 matches

by gwilly
Fri Jul 25, 2003 7:39 pm
Forum: General
Topic: XHTML formatting for img tags
Replies: 4
Views: 272

Thanks Alot MudGuard.
I figured out the other part.
I just added a " into the find right before the >

\(<img [^>]+\)">
by gwilly
Fri Jul 25, 2003 7:35 pm
Forum: General
Topic: XHTML formatting for img tags
Replies: 4
Views: 272

Thanks alot!
That works like a champ. The only issue is when there is already "/>" at the end. Then it get's replaced with "//>"
by gwilly
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 ...