Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 1,119 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 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,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İ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 | chip programmers | 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