[Talking to myself...]
Ok, forget about my question on baseHREF. I don't know where the value is
coming from, but it seems to be getting inserted properly. The problem with
my style sheet remains, however. For example, I am testing SES with a link
like this:
<a href="#self#/fuseaction/#XFA.about#/dummy.cfm" class="menu"
title="About Airtight Web Services"><span class="bodytext">About</span></a>,
or leaving off the dummy file.ext:
<a href="#self#/fuseaction/#XFA.about#" class="menu" title="About Airtight
Web Services"><span class="bodytext">About</span></a>
Clicking on this link to go to the About page, all of the content is there,
but the style sheet is not invoked. I've tried it with and without the dummy
filename and ".cfm" extension. My <head> tag in the default layout file
looks like this:
<head>
<title><cfoutput>#PageTitle#</cfoutput></title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Keywords" CONTENT="<cfoutput>#MetaKeywords#</cfoutput>">
<META NAME="Description" CONTENT="<cfoutput>#MetaDescription#</cfoutput>">
<link rel="stylesheet" type="text/css" href="style/airtight.css">
<CFIF IsDefined("variables.baseHref")>
<cfoutput><base href="#variables.baseHref#"></cfoutput>
</CFIF>
</head>
and viewing the source on my home page gives this in the <head> tag:
<head>
<title>Web Site Design, Application Development & Software - Airtight
Web Services</title>
[meta tags snipped for brevity]
<link rel="stylesheet" type="text/css" href="style/airtight.css">
<base href="http://localhost/myapps/airtight_ses/">
</head>
So, why isn't the style sheet being invoked?
Chris Montgomery [EMAIL PROTECTED]
Airtight Web Services http://www.airtightweb.com
Web Development, Web Project Management, Software Sales
210-490-3249/888-745-7603
> -----Original Message-----
> From: Chris Montgomery [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 11:42 PM
> To: Fusebox - Topica
> Subject: SES Questions
>
>
> I'm just starting to mess around with using SES URLs using Erik's
> sesconverter.cfm file (vers 1.41). At the top of my root index.cfm file I
> have:
> <cfset SESdummyExtension = ".cfm">
> <cfset SESrBaseName = "baseHREF">
> <cfinclude template="sesConverter.cfm">
>
> and in my default layout file I have this between <head></head>:
> <CFIF IsDefined("variables.baseHref")>
> <cfoutput><base
> href="#variables.baseHref#"></cfoutput>
> </CFIF>
>
> What's happening is the style sheet is not being called for links
> converted
> over to SES format. I can't figure out what is going wrong. Also, where is
> the value of "baseHREF" being set? I've looked through the SES demo files
> from Erik's download page and never could find where baseHREF is being set
> to a value.
>
> TIA,
>
> Chris Montgomery [EMAIL PROTECTED]
==^================================================================
This email was sent to: [email protected]
EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]
T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================