Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 16th, 2003, 04:45 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

<img src="piclibrary/<%=RS("Url")%>.gif" border="0">

Remove the red and try it. Since logo.gif was in the column you don't need to add it again. when it's returned with the extra gif there the file becomes logo.gif.gif

 
Old December 16th, 2003, 04:53 PM
Friend of Wrox
 
Join Date: Aug 2003
Posts: 166
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I can't figure out why it's not working, it just wont show the picture. If I right click on the broken image on go to properties, it says the right filename the image just wont show :-( I guess I am beyond help. Thanks for your help

 
Old December 16th, 2003, 04:59 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

make sure the path is correct. you can add a ../ to the src

<img src=../piclibrary/<% codehere

IF that doesn't work add another one

<img src=../../piclibrary/<% codehere

It all depends on where the piclibrary is compared to the page you're on.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Thumbnail images do not show up svgiles BOOK: Professional CodeIgniter ISBN: 978-0-470-28245-8 2 September 2nd, 2008 01:00 PM
Load Images from and Save Images to a Database cyndie VB.NET 2 August 17th, 2008 06:42 AM
show html email with images dr_huda Pro PHP 1 April 9th, 2006 01:07 PM
how I can show and upload a images Alexds ASP.NET 1.x and 2.0 Application Design 2 May 19th, 2005 04:14 PM
Stored Procedure to show Images desireemm SQL Server 2000 0 April 25th, 2005 06:03 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.