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!
 












Save Up to 30% on Rooms at Walt Disney World!

Save up to 30% on rooms at select Disney Resorts Collection hotels when you stay 5 consecutive nights or longer in late summer and early fall. Plus, enjoy other savings for shorter stays.This offer is valid for stays most nights from August 1 to October 11, 2025.
CLICK HERE













DIS Facebook DIS youtube DIS Instagram DIS Pinterest

Back
Top