Google Групи більше не підтримують нові дописи або підписки Usenet. Наявний контент можна переглядати.

DYNAMIC IMAGE PROBLEM in fp2000

1 перегляд
Перейти до першого непрочитаного повідомлення

Ricky

не прочитано,
18 черв. 2001 р., 06:26:2318.06.01
Кому:
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 р., 07:27:2418.06.01
Кому:
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 нових повідомлень