I actually still use clink for setting up the base URL, but that's it. After that, I set all other links as relative.
<base href="$clink.External"> <link href="css/style.css" type="text/css" rel="stylesheet" /> This works for me. *===================================* * Scott T Weaver������������������� * * Jakarta Jetspeed Portal Project�� * * [EMAIL PROTECTED] * *===================================* � > -----Original Message----- > From: Bob Fleischman [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 4:06 PM > To: Jetspeed Users List > Subject: RE: clink.external problem > > The content.vm, default.vm and preview.vm files (in > templates\layouts\vm\html) contain > > <base href="$clink.External" /> > <link > href="$clink.setURI($config.getString("site.stylesheet")).Absolute" > type="text/css" rel="stylesheet" /> > > What should we be using to replace clink.external? > > Thanks for the feedback > > Bob > > -----Original Message----- > From: David Sean Taylor [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 3:42 PM > To: Jetspeed Users List > Subject: Re: clink.external problem > > > > On Friday, June 13, 2003, at 09:21 AM, Bob Fleischman wrote: > > > We are having a problem with images not loading when we refresh our > > portal. > > > > The error seems to be that the base href tag in default.vm, which is > > '$clink.external' is returning a reference to our top logo > > (http://localhost/jetspeed/images/top.gif) rather than > > http://localhost/jetspeed/. > > > > Has anyone else seen this problem? > > > > Where is the $clink.external being set? > > > I thought $clink was deprecated > Recommend using $jslink > Or is this a link directly from the Jetspeed source code? > > -- > David Sean Taylor > Bluesunrise Software > [EMAIL PROTECTED] > +01 707 773-4646 > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
