ok, I'm pretty sure it works now. We have an admin and a public part of our site. On the public side I did a replace when viewed.
strContent =
Replace(dr("pressrelease"), "/marketing/Admin/", "")
Is there a better way to strip out that part of the URL? If not this seems to work fine. Thanks again.