Quantcast
Channel: Adobe Community : All Content - ColdFusion
Viewing all articles
Browse latest Browse all 5979

cfoutput horizontal

$
0
0

Hi guys, I need my cfoutput to align horizontal, for some reason it keeps puping up vertical. Any suggestions?

 

 

<table width="95%" border="0" cellpadding="0" cellspacing="3">

  <cfoutput query="getTeamMembers">

<tr>

<cfoutput query="detailled">

<td width="100">

<cfif HasCV eq 1>

<a href="ADM/#LastName# #FirstName#.pdf" target="_blank"><img src="../../../../Photo's/#id#.jpg" width="70"  /><br />#FirstName# #LastName# </a>

    <br />#Position#

<cfelse>

<img src="../../../../Photo's/#id#.jpg" width="70" /><br />#FirstName# #LastName#<br /><th width="21%" style="vertical-align:top; text-align:left">#Position#</th>

</cfif>

</td>

  

</cfoutput></tr>

</cfoutput>


Viewing all articles
Browse latest Browse all 5979

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>