dreamweaver question

Posted By: ello

dreamweaver question - 02/13/09 10:03

hey there,

since i am just using dreamweaver here at work, i came along a problem. is there a way to use dreamweavers search function to find and select all title="whatever" passages? so i can delete them all, no matter what text is inside?

thanks for your help
Posted By: Quad

Re: dreamweaver question - 02/13/09 13:56

this way:


open all documents press ctrl+f
select options as in the screenshot and replace all title tags and contents with "nothing".(press replace all)
Posted By: ello

Re: dreamweaver question - 02/13/09 14:02

no, thats not what i ment.
Code:
<img src="..." title="whatever">
....
..
<a href="..." title="something else">


i wish to delete those title-attributes
Posted By: bstudio

Re: dreamweaver question - 02/13/09 14:20

you can use regular expressions in the search wink

just search and then replace it with nothing.

I'm guessing something like this:
title=\"[A-Za-z0-9]*"
but that's just from the top of my head, so don't pin me down on it wink
Posted By: ello

Re: dreamweaver question - 02/13/09 14:42

hey thank you! that worked smile
© 2024 lite-C Forums