example
xxxxxxxxx [image]
xxxxxxxxxxxxxxx
xxxxxxxxxxxxxxx
want it to be like
xxxxxxxxxxxx [image]
xxxxxxxxxxxxxx
xxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxx
Does that make sense? another member is helping me but I still am having an issue. here is the new code.
<style>
.image-caption-container{float: right; margin: 0px; width: 260px;}
.image-container{float: right; width: 250px;}
.caption-container{text-align: center; width: 240px;}
</style>
<cfoutput
<h3>#getpage.header#</h3>
<p>
<cfif #getpage.image# NEQ ''>
<div class="image-caption-container">
<div class="image"><img src="" border="0">
</div>
<div class="caption-container"><span class="caption" ><cfset formattedcap=replace(#getpage.image_cap#,"#chr(10)#","<BR>","ALL")><font size="1" color="000066" >#formattedcap#</font></span>
</div>
</div>
</cfif>
<cfset formattedcontent=replace(#getpage.content#,"#chr(10)#","<BR>","ALL")>#formattedcontent#
</p>
</cfoutput>
<p> </p>
-----Original Message-----
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: Friday, June 04, 2004 11:18 AM
To: CF-Talk
Subject: Re: Output formatting
Eric Creese wrote:
> Ok, I am screwing this up.
What exactly does your code do that it shouldn't?
Jochem
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

