I actually didn't mean store the template in the DB, rather store the name
and include the template at run time. Does that make more sense.

Bryan

----- Original Message -----
From: "Bryan LaPlante" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Saturday, May 12, 2001 4:21 AM
Subject: Re: <cfoutput> IN a db...


> What may ultimately be less work for you in the long run is to create
small
> templates and then store names in the DB. When you run your query then you
> can just <cfinclude template="#result.header#"> .
>
> I have a question for you. I am trying to create an email stationary in
> outlook express and the problem I am having is unless I use a background
> image my html table set to 100% height will not sit square against the top
> of the email. If I use cfmail it works like a charm. Any suggestions.
>
> Bryan
>
> ----- Original Message -----
> From: "Tony Hicks" <[EMAIL PROTECTED]>
> To: "CF-Server" <[EMAIL PROTECTED]>
> Sent: Saturday, May 12, 2001 3:53 AM
> Subject: Re: <cfoutput> IN a db...
>
>
> > The problem it seems is that its pulling it out of the field as plain
> > text... is there a way to grab the header out of the page with a
function
> >
> > #ReadDataInFieldAsRawCF(fieldname)#?
> >
> > And btw, I tried #Evaluate(getthemes.themeheader)# and it tripped on the
> > first bracket.
> >
> > ----- Original Message -----
> > From: Bryan LaPlante <[EMAIL PROTECTED]>
> > To: CF-Server <[EMAIL PROTECTED]>
> > Sent: Saturday, May 12, 2001 3:47 AM
> > Subject: Re: <cfoutput> IN a db...
> >
> >
> > > Try storing it as <cfoutput>#Evaluate(content.content)#</cfoutput> or
> try
> > > wrapping the eval around the cfoutput tag as well, not sure how well
the
> > > latter will work.
> > >
> > > Bryan
> > >
> > > ----- Original Message -----
> > > From: "Tony" <[EMAIL PROTECTED]>
> > > To: "CF-Server" <[EMAIL PROTECTED]>
> > > Sent: Saturday, May 12, 2001 3:14 AM
> > > Subject: <cfoutput> IN a db...
> > >
> > >
> > > > I'm making my site with customizable themes so that if one design
> > doesn't
> > > suit a person, another might... and the content for each page is in
the
> db
> > > and the header of the page comes out of another table... so if in the
> cell
> > > "ThemeHeader" I put <cfoutput>#content.content#</cfoutput> then thats
> > > exactly the way it appears in the compiled source... all I can say
is...
> > > >
> > > > HELP!
> > > >
> > > > Tony Hicks
> > > >
> > > >
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to