Wrox Home  
 
Search P2P Archive for  go

More Wrox Resources

  Return to Index  

asp_web_howto thread: non-breaking spaces in tables


Message #1 by Jean Halstad <J_Halstad@S...> on Wed, 30 Jan 2002 11:59:33 -0000
Am writing results of a query to an html table. In order to create a border

round all the cells in a table have written this:



<td>

<%if isNull(rs("contact")) then

	response.write "&nbsp;"

else

	response.write rs("contact")

end if%>

</td>



The &nbsp; is written, but the borders do not appear round the cells in the

table. Sometimes <NULL> is written instead, although it is not a problem as

it does not show up in the table.



***************************************************************************

This e-mail and any files transmitted with it are confidential and intended

solely for the use of the individual or entity to whom they are addressed

If you have received this e-mail in error please notify

seafish@s...



If the content is not about the business of the Sea Fish Industry Authority

or the sea fish industry then the message is neither from nor sanctioned

by the Sea Fish Industry Authority.

Message #2 by "Bill Todd" <btodd@a...> on Thu, 31 Jan 2002 20:48:52
which browsers/versions have you seen this behavior in?

  Return to Index