http://qs321.pair.com?node_id=659760


in reply to Find and replace with regex

Something simpler is that you don't have to use the full domain path if you just use the root tree basis. Your example shows <img src="directory/image.jpg" />, which is a relative path and is not transportable between page hierarchies. The simple addition of a leading slash, as in "/directory/image.jpg" may be all the change you need.

Replies are listed 'Best First'.
Re^2: Find and replace with regex
by JayBee (Scribe) on Jan 09, 2008 at 12:11 UTC
    Yes, I'm familiar with that style, only if it was that simple, however, the WYSIWYG didn't like it either, so no go. ++ to you anyway :)