GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   dreamweaver find and replace HELP! (https://gfy.com/showthread.php?t=543169)

zentz 11-22-2005 08:28 AM

dreamweaver find and replace HELP!
 
so i have 100+ html files containing the following url codes:

<a href="1.mpeg">
<a href="2.mpeg">
<a href="3.mpeg">
<a href="4.mpeg">

and i want to change those urls to

<a href="http://newdomain.com/1.mpeg">
<a href="http://newdomain.com/2.mpeg">
<a href="http://newdomain.com/3.mpeg">
<a href="http://newdomain.com/4.mpeg">

what would be the easiest way to do that with find and replace feature in just a few clicks ? is there a way to explain dreamweaver to ignore those 1,2,3,4 numbers so i could just set it to replace all the <a href="X.mpeg"> codes with <a href="http://newdomain.com/X.mpeg"> for example ?

EdgeXXX 11-22-2005 08:31 AM

Copy and Paste them into UltraEdit32, Notepad, etc. and click "Replace"

Replace: <a href="
With: <a href="http://newdomain.com/

Then click "Replace All"

zentz 11-22-2005 09:07 AM

Quote:

Originally Posted by EdgeXXX
Copy and Paste them into UltraEdit32, Notepad, etc. and click "Replace"

Replace: <a href="
With: <a href="http://newdomain.com/

Then click "Replace All"

yeah but the problem is i have other href links that i dont want to change

EdgeXXX 11-22-2005 09:15 AM

Ok, so when you copy and paste them, only copy and paste the ones that you want to change. As far as doing it all easily in DW like your talking about, I haven't found a way yet and I think we have just about every plug-in available for DW.

GFX Wiz 11-22-2005 09:17 AM

Quote:

Originally Posted by zentz
yeah but the problem is i have other href links that i dont want to change

You can highlight blocks of code and do a find and replace ONLY for those blocks of code :2 cents:

HarrytheNazi 11-22-2005 09:20 AM

CTL+F

SEARCH IN "SOURCE CODE"

FIND: 1.mpeg
REPLACE: http://newdomain.com/1.mpeg


All times are GMT -7. The time now is 04:04 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123