Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,449 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
dreamweaver question #251482
02/13/09 10:03
02/13/09 10:03
Joined: Oct 2002
Posts: 8,939
planet.earth
ello Offline OP
Senior Expert
ello  Offline OP
Senior Expert

Joined: Oct 2002
Posts: 8,939
planet.earth
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

Re: dreamweaver question [Re: ello] #251513
02/13/09 13:56
02/13/09 13:56
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
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)


3333333333
Re: dreamweaver question [Re: Quad] #251517
02/13/09 14:02
02/13/09 14:02
Joined: Oct 2002
Posts: 8,939
planet.earth
ello Offline OP
Senior Expert
ello  Offline OP
Senior Expert

Joined: Oct 2002
Posts: 8,939
planet.earth
no, thats not what i ment.
Code:
<img src="..." title="whatever">
....
..
<a href="..." title="something else">


i wish to delete those title-attributes


www.earthcontrol.de
quoted: We want to maintain a clean, decent, American family suited forum look... which means you may post zombies or chainsaw massacres, but no erotic.
Re: dreamweaver question [Re: ello] #251520
02/13/09 14:20
02/13/09 14:20
Joined: Aug 2006
Posts: 652
Netherlands
bstudio Offline
User
bstudio  Offline
User

Joined: Aug 2006
Posts: 652
Netherlands
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


BASIC programmers never die, they GOSUB and don't RETURN.
Re: dreamweaver question [Re: bstudio] #251525
02/13/09 14:42
02/13/09 14:42
Joined: Oct 2002
Posts: 8,939
planet.earth
ello Offline OP
Senior Expert
ello  Offline OP
Senior Expert

Joined: Oct 2002
Posts: 8,939
planet.earth
hey thank you! that worked smile


Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1