hi I have a long string which contains some <img..> html tags ala <img height=67 alt="" hspace=0 src="C:\DHTMSamp\SAMPLES\Web\images\AddItem.GIF" width=72 align=baseline border=0> I need to do it throughout the whole string which can contain serval img tags. I need an regex that can replace everything between src=" and the imagename with images/ I want to make those stupid MS typical direct image links so they use the images on the server insted of those on the client machine. Can anyone help me?? thanx Kim Schulz