|
Demo 13: The LAKE Applet | home
Where to get the code | What to do | Getting it to work | Build the Web Gem | Final Product! | One other photo! | One last photo!
|
|
|
|
Getting it to work
The tricky part of getting this applet to work is that
you must customize it slightly for the image you wish to use!
I didn't say hard ... just tricky !
Step 1
On the page you wish to implement the applet,
insert the image you wish to use on your page.
Again, I'm using 'horizon.jpg':
![]() Step 2
Next, right click on the image, and then click on Properties -> Image
and you should see a window like this:
![]() Step 3
Make a note of the following items:
a) the image source -- in my case, it is: "horizon.jpg"
b) the width (250)
c) the height (183)
Now, here comes the tricky part -- you may need a calculator --
because we need to multiply the Height by 1.8
The height ogf horizon.jpg is 183, so 183 x 1.8 = 329
Step 4
Now, DELETE the image of the page ....
that's right, delete the image you just inserted from your Trellix page (not your hard drive!)!
Why? because we now want to insert a "Build your own web gem" in its place!
|