[thelist] Html question on coldfusion v2

Drew Shiel ashiel at sportsinteraction.com
Wed Feb 2 11:33:47 CST 2005


At 16:23 02/02/2005, Rui Madeira wrote:

You need to close off the <cfif> tags - inserted below into your code:

<cfoutput query="concelhos_report">
           <tr>
             <td height="19" ><cfif Descricao EQ "Não possui endereço 
WEB"><font face="Arial" size="2" color="#000000">#Descricao#
    <cfelse><a href="#URL#" target="new">#Descricao#</a></font></cfif></td>
             <td height="19" ><font face="Arial" size="2" 
color="#000000">#Concelho#</font></td>
    <td height="19" ><cfif Descricao EQ "Não possui endereço WEB"><font 
face="Arial" size="2" color="#000000">#Web#
    <cfelse><a href="#Web#" target="new">#Web#</a></font></cfif></td>
           </tr>
         </cfoutput>

Drew.


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.2 - Release Date: 28/01/2005




More information about the thelist mailing list