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!
 

Disney Vacation Planning. Free. Done for You.
Our Authorized Disney Vacation Planners are here to provide personalized, expert advice, answer every question, and uncover the best discounts. Let Dreams Unlimited Travel take care of all the details, so you can sit back, relax, and enjoy a stress-free vacation.
Start Your Disney Vacation
Disney EarMarked Producer






DIS Facebook DIS youtube DIS Instagram DIS Pinterest DIS Tiktok DIS Twitter

Add as a preferred source on Google

Back
Top Bottom