On Fri, 8 Mar 2002 14:48:44 +0900, "list peters" <[EMAIL PROTECTED]>
wrote:

>find and replace hell now......
>basehref would work if it wasnt for those pesky mac os X IE browsers.

While you're doing that, take a minute to drop the following into your
application.cfm:

<cfset request.abspath = "http://myabsolutepath.com/dir/";>

..and then replace your relative URLs with something like:

<a href="#request.abspath#myimage.gif">

That way you'll never need to do a global s&r again... changing the
path of all your links will be as simple as changing one line of code.

--
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to