CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Display images at SColumns example-ASP

Print topic Send  topic

Author Message
infotba
Posted: 05/16/2002, 1:49 PM

How we can display images if there was an image field
at Yellow Pages db (SColumns example -T&A)

....
<td bgcolor="#E4B6DE" style="border: 4 solid #A0038C"><font color="#000000" style="font-size: 11px; font-family: Tahoma, Verdana, Arial;"><a href="<%=fldname_URLLink%>?category_id=<%=fldname_category_id%>&"><font color="#000000" style="font-size: 11px; font-family: Tahoma, Verdana, Arial;"><%=fldname%></font></a> </font></td>

Nicole
Posted: 05/17/2002, 2:11 AM

Hello,
use:
<td bgcolor="#E4B6DE" style="border: 4 solid #A0038C"><font color="#000000" style="font-size: 11px; font-family: Tahoma, Verdana, Arial;"><a href="<%=fldname_URLLink%>?category_id=<%=fldname_category_id%>&">
<font color="#000000" style="font-size: 11px; font-family: Tahoma, Verdana, Arial;">
<img src = <%=fldimage_file%> border = 0>
</font></a> </font></td>

Do not forget to add "image_file" field to the form.

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.