Different Browsers, cont'd

Mary Platt mplatt at kennesaw.edu
Wed Jun 14 15:00:45 EDT 2000


Thanks for so many prompt responses to my dilema.  My page is a "work in progress" and my one of my first real applications of cold fusion.  So my table is dynamically populated with data from an access database.  I will add cosmetic touches and navigation aids when I get it displaying the way I want.   But for those of you who asked and have the time to look,  it is at http://130.218.69.50/cfdocs/jrnlsfrm.htm 

The script that generates the cell content from the database will not show up on the "view  - page source," so this is what it looks like...

<cfoutput query="journallist">
<table cellspacing="0" cellpadding="0" border="0" width="690" rules="cols">
<tr>
<td width="220">
#title#
</td>

<td align="center" width="70" bgcolor="Gainsboro">
#Current#
</td>

<td  align="center" width="90">
#Microfilm#
</td>

<td  align="center" bgcolor="Gainsboro" width="90">
#IAC#
</td>

<td  align="center" width="90">
#CDROM#
</td>

<td  align="center" width="90" bgcolor="Gainsboro">
#Web#
</td>
</tr>
</table>

<hr align="left" width="690" size="1">
</cfoutput>

I will try an "if exists, else" statement in the script to add the non-breaking space where there is no content.

Thanks for your insight.

Mary Platt



More information about the Web4lib mailing list