Link to home
Start Free TrialLog in
Avatar of Westside2004
Westside2004Flag for United States of America

asked on

way to display dynamic output VERTICALLY???

Hi,


I want to ask..

Is there a way to display dynamic output using CF vertically?

Normally I display output in an html horizontallly like


<table>
<cfoutput query="queryName">
  <tr>
header 1              header 2

#Queryvalue#               #queryvalue#

</tr>
</cfoutput>

I want to do:


header 1:  #queryvalue#

header 2:  #queryvalue#

The reason being is horizontally, the values I am display are very wide, and space wise on the screen, does not look good at all.

Thanks

ws
ASKER CERTIFIED SOLUTION
Avatar of joezizzo
joezizzo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tacobell777
Tacobell777

Best thing to do is use CSS to display vertically - have a look at http://p079.ezboard.com/fcooltipsntricksfrm10.showMessage?topicID=45.topic

unless I did not understand you correctly?
Aaah I see  now, yes your question is so simple - sorry the answer is given by joe