Thanks a million !!!!
John Story

-----Original Message-----
From: Bert Dawson [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 25, 2000 1:45 PM
To: Fusebox
Subject: RE: SIMPLE HEADER & FOOTERS


Simple example to change the title of the page:
in app_layout.cfm:
        <CFINCLUDE TEMPLATE="dsp_header.cfm">

in dsp_header.cfm:
        <CFPARAM NAME="attributes.page_title" DEFAULT="My Home Page">

        <HTML>
        <HEAD>
        <TITLE><CFOUTPUT>#attributes.page_title#</CFOUTPUT></TITLE>
        </HEAD>
        <BODY>

Now your page title has a default, but, and this is the clever bit, you can
also set attributes.page_title _anywhere_ inside of your CF_BODYCONTENT tag.

HTH

Bert


> -----Original Message-----
> From: John Story [mailto:[EMAIL PROTECTED]]
> Sent: 25 September 2000 19:08
> To: Fusebox
> Subject: SIMPLE HEADER & FOOTERS
>
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_0000_01C026F1.97354B40
> Content-Transfer-Encoding: 7bit
> Content-Type: text/plain;
>       charset="iso-8859-1"
>
> Does anyone have a SIMPLE  example of how to control  HEADERS
>  and FOOTERS
> within an  app_layout.cfm Fusebox environment ?
>
> Thanks
> John Story
>
> ------=_NextPart_000_0000_01C026F1.97354B40
> Content-Transfer-Encoding: quoted-printable
> Content-Type: text/html;
>       charset="iso-8859-1"
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content=3D"text/html; charset=3Diso-8859-1" =
> http-equiv=3DContent-Type>
> <META content=3D"MSHTML 5.00.2722.2800" name=3DGENERATOR></HEAD>
> <BODY>
> <DIV><FONT face=3DArial size=3D2><SPAN
> class=3D050370518-25092000>Does =
> anyone have=20
> a&nbsp;<STRONG><FONT color=3D#ff0000 size=3D3>SIMPLE&nbsp; =
> </FONT></STRONG>example=20
> of how to control&nbsp; HEADERS&nbsp; and FOOTERS within an&nbsp;=20
> <STRONG>app_layout.cfm&nbsp;</STRONG>Fusebox environment =
> ?</SPAN></FONT></DIV>
> <DIV><FONT face=3DArial size=3D2><SPAN=20
> class=3D050370518-25092000></SPAN></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2><SPAN=20
> class=3D050370518-25092000>Thanks</SPAN></FONT></DIV>
> <DIV><FONT face=3DArial size=3D2><SPAN
> class=3D050370518-25092000>John=20
> Story</SPAN></FONT></DIV></BODY></HTML>
>
> ------=_NextPart_000_0000_01C026F1.97354B40--
>
> --------------------------------------------------------------
> ----------------
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/fusebox or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to