IMAGE$

All that relates to Javascript, CSS, HTML, ....
Post Reply
andywong
Posts: 13
Joined: Wed Mar 01, 2023 10:05 pm
Has thanked: 2 times

IMAGE$

Post by andywong »

I am getting "type mismatch" error. When I was trying to display an image from internet.

HTML image$ (https://images.unsplash.com/photo-14387 ... w=500&q=60)


end
User avatar
cicciocb
Site Admin
Posts: 2056
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 439 times
Been thanked: 1356 times
Contact:

Re: IMAGE$

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Fri Apr 07, 2023 1:34 pm I am getting "type mismatch" error. When I was trying to display an image from internet.

HTML image$ (https://images.unsplash.com/photo-14387 ... w=500&q=60)


end
you miss the double quote around the url.
you must type

Code: [Local Link Removed for Guests]

HTML image$ ("https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8cGVyc29ufGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60")
andywong
Posts: 13
Joined: Wed Mar 01, 2023 10:05 pm
Has thanked: 2 times

Re: IMAGE$

Post by andywong »

Thankyou
Post Reply