מעכשיו פוסטים חדשים מ-Usenet לא יופיעו ואי אפשר להירשם לתוכן מ-Usenet בקבוצות Google. התוכן שכבר פורסם עדיין יופיע.

DYNAMIC IMAGE PROBLEM in fp2000

צפייה אחת
מעבר להודעה הראשונה שלא נקראה

Ricky

לא נקראה,
18 ביוני 2001, 6:26:2318.6.2001
עד
2 Questions Here.

My images are dynamiclly posten from my access database into my website,

1) If there is no image fp2000 displays a red x box, hot do i make it so
that if there is no dynamic image ni the image frame than don't display any
image at all.

2) All of my images and of various sizes and proportions. Thus when i view
the pictures on the web, they all look un-proportioned. How do I make it so
that it can automaticlly adjust the ratio h+w in the imageframe to be egual
and vary from image to image so that the pictures don' t look funny.

thanks
ricky.

Jon

לא נקראה,
18 ביוני 2001, 7:27:2418.6.2001
עד
Hi,
1/
Make a 1 pixel transparent dot call it shim.gif
add a custon query like this
select Field1, Field2, iif(isnull(YourImageField), 'shim.gif',
YourImageField) As YourImage From yourtable
this way youll either get the Image or the transparent dot if theres no
image
2/
You can set either just the hieght or just the width
<img height=100 src="image.gif">
or
<img width=100 src="image.gif">
They will display in proportion

Jon
"Ricky" <rishi...@hongkong.com> wrote in message
news:9gklfg$mgf$1...@news.hk.linkage.net...

0 הודעות חדשות