Html code for making Growable Adoptables?

luna

New member
Ok, So I drew a few adoptables. I've been changing them by hand...But that's getting really tiring now. Does anyone have a Html code that would work for that? I don't want to be deleting and changing anything manually for them. I tried Chicken Smoothie, but their tutorial didn't help much. I'll give 10 points to who ever helps me..
Please&Thank you!! :)
 
HTML is a markup language. It describes the content that has already been created. It cannot, does not, and will never be able to do anything dynamic. You have to use a separate language for that.

But, to get you started, you would need to be able to use a full-blown programming language to host the actions that is based on user input.

To work with images, Java would be a good choice.

However, by the time you actually learn enough to be able to do something of this caliber, you would have already finished.
 
Back
Top