I need a regular expression find and replace that I'm a little stuck on.
Basically, I have a table with several <td>'s
in each <td> i have a<img>
I need to copy the width and height from the <img> and place it in the <td>
I have been doing this manually, however the number of <td>'s is growing and its taking to long.
I just need help doing the actual find and replace
any ideas?
-- EDIT --
Thanks for the advice, Think I will go down the dom route as I know it better. I have done reg ex before which did a task which was a much more simple idea so just went from there. You've saved me some time