hello, great guide and really helpful, but i have a few problems that seem to be giving me a hard time. The problem is setting a battle field as my trainer info background. I followed the advice from a previous comment but when i set it on either two formats, it either didnt fit on full like that of the gradient backgrounds or multiple images of the battle field showed. Also with placing pokemon sprites on the background, whenever the trainer info was enlarged or minimized the pokemon sprites didn't move the same way as the background did.(the pokemon didnt seem to have a fixed position on the background) Is there any way to fix this? -Also tnx for the advice user crystal moogle!
Here are some pics of the issue -when the battle field does not completely fill the trainer information: https://gyazo.com/92ba5d9f7b586ee988c988ebcd8590b3 (the TI code that I used is that which crystal moogle suggested in the ocmment section: <img src = "Themes\Classic\battle_fields\11.png"> -when the battle field shows up more than once: https://gyazo.com/a0e46b1f02572aa3d55bb1892c3b1412 (the TI code is the second code crystal moogle suggested: <body background= "Themes\Classic\battle_fields\11.png"></body>
those don't fit like gradients because they're static images :v what you can do is stretch it manually with the height and width attributes <center><img src="Themes\Classic\battle_fields\11" width=400 height=240> by default the battle fields are 400 x 240, change them to whatever fits for you
Also, when placing pokemon sprites in the TI, can sprites be placed on lower or upper portions of the TI rather than just using central,left or right? say if i want to place a sprite on the lower right of the gradient TI.