Currently the following code displays in a narrow long table on the left
side of page. as in:
blah
blah
blah
Is it possible to display this info across and down the page.as in:
blah blah blah
blah blah blah
<CFOUTPUT Query="badgrade" group="lname">
<br>
<font size="3"> <b> #lname#, #fname#</font></b>
<table border="0" width="auto">
<TR>
<TD align="center" bgcolor="A7DAFF"><b><font size="2">Course</TD>
<TD align="center" bgcolor="A7DAFF"><b><font size="2">CRN</TD>
<TD align="center" bgcolor="A7DAFF"><b><font size="2">Grade</TD>
</B>
</TR>
<TR>
<CFOUTPUT>
<td><font size="2">#ssbsect_subj_code# #ssbsect_crse_numb#</TD>
<td><font size="2">#sfrstcr_crn#</TD>
<td><font size="2"><center>#grades#</center></TD>
</TR>
</CFOUTPUT>
</TABLE>
</CFOUTPUT>
Jim Watkins
http://www.ngtcollege.org
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists