Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DYNAMIC IMAGE PROBLEM in fp2000

1 view
Skip to first unread message

Ricky

unread,
Jun 18, 2001, 6:26:23 AM6/18/01
to
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

unread,
Jun 18, 2001, 7:27:24 AM6/18/01
to
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 new messages