How do I?

FairyGodfriend

Mouseketeer
Joined
Aug 30, 2000
Messages
142
make my two pictures show up side by side?

And, is there any way that I could resize the smaller one to make it an avatar? I don't have the special software or a DIS site? Thanks
 
I believe all you need to do is eliminate the "return" between your 2 pieces of "clipart code".

Give it a try!
 
Placing them side by side is rather easy. You just need to remove the space between the first image's /img (close) tag and the second image's img (open) tag like I just did.

Making the avatar should just take a few seconds.

<SCRIPT LANGUAGE="JavaScript1.2">
function shake_xy(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
}
function shake_x(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(i,0);
self.moveBy(-i,0);
}
}
}
}
function shake_y(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(0,-i);
}
}
}
}
//-->
</SCRIPT>
<a href="javascript:shake_xy(3)">Shake XY</A>
 
Hi Chris!

Here are a two different versions:


tinyfae2.jpg



tinyfae2.gif


JC
 

Thank You Chris C and Mr J Cricket! I'm kind of clip art challenged. I love the way the avatar looks!
 













Receive up to $1,000 in Onboard Credit and a Gift Basket!
That’s right — when you book your Disney Cruise with Dreams Unlimited Travel, you’ll receive incredible shipboard credits to spend during your vacation!
CLICK HERE













DIS Facebook DIS youtube DIS Instagram DIS Pinterest

Back
Top