As far as I can tell from your example, that should matter. Unless you were to set the href as a relative path. In the past when I've used this, I tend to make it dynamic. Like this:
<base href="http://#cgi.serverName#/"> Do you have an example of when an external link would break it? Steve Nelson On Tue, Sep 23, 2008 at 7:35 PM, jennifer drechsler <[EMAIL PROTECTED]>wrote: > Is there a way to set the <base> without out using an href. What if someone > types this url into the browser and doesn't get here from a link, or gets > here from a link that I don't control? > > >You probably need to set a <base> href. Try adding this: > > > ><base href="http://sfwater.org/ < > http://sfwater.org/flash_test.cfm?MC_ID=35> > >"> > >Steve Nelson > >On Tue, Sep 23, 2008 at 7:18 PM, jennifer drechsler > ><[EMAIL PROTECTED]>wrote: > > > >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:313007 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

