How to add title of link as a alt of img. using regex and in dreamweaver?

Posted by Jitendra vyas on Super User See other posts from Super User or by Jitendra vyas
Published on 2010-03-27T10:45:44Z Indexed on 2010/03/27 10:53 UTC
Read the original article Hit count: 300

Filed under:
|

How to add title of link as a alt of img. using regex and in dreamweaver. I have to do in a large document. and in multiple files

Before

<a title="Whatever is written here" href="#" target="_blank">
<img width="14" height="14" src="#" /></a>

after

<a title="Whatever is written here" href="#" target="_blank">
<img width="14" height="14" src="#" alt="Whatever is written here" /></a>

© Super User or respective owner

How to add title of link as a alt of img. using regex and in dreamweaver?

Posted by jitendra on Stack Overflow See other posts from Stack Overflow or by jitendra
Published on 2010-03-27T11:09:48Z Indexed on 2010/03/27 11:13 UTC
Read the original article Hit count: 300

Filed under:
|
|

How to add title of link as a alt of img. using regex and in dreamweaver. I have to do in a large document. and in multiple files

Before

<a title="Whatever is written here" href="#" target="_blank">
<img width="14" height="14" src="#" /></a>

after

<a title="Whatever is written here" href="#" target="_blank">
<img width="14" height="14" src="#" alt="Whatever is written here" /></a>

© Stack Overflow or respective owner

Related posts about dreamweaver

Related posts about regex