I have a sneaking suspicion that the email client is adding them after new
mail message is chosen because if you go to
http://www.netwebapps.com/mytags/main.cfm and create yourself a vtm file for
your favorite custom tag you will get an email message with the proper
layout. Oh and the vtm zipped up of course.
Bryan
----- Original Message -----
From: "Tony" <[EMAIL PROTECTED]>
To: "CF-Server" <[EMAIL PROTECTED]>
Sent: Saturday, May 12, 2001 4:23 AM
Subject: Re: <cfoutput> IN a db...
> Well my first suggestion is to look at the source.. and possibly use this
> code or a modification of it:
>
> <BODY bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0"
> marginheight="0">
>
> and oh yeah check for those da--nged <div> tags surrounding the table...
> they usually mess the code up... <div> is useless in aligning when <p>
> substitutes very well but i don't think you want either surrounding the
> table...
>
> if that doesn't work, send me the stationary
[EMAIL PROTECTED]
> and I'll try to crack it..
> ----- 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