As the title says, I am looking for a method allowing me to use this on the SWC forums.
Also, rotating theses images by 90,180 or 270 degrees is way enough, as it would divide by 4 the amount of work I'd have to provide.
I tried several methods, but all of them failed. If I correctly remember, Kyria Wild had, for some time, a signature with text above a background image, not sure how I could achieve the same, as I would require to place 5 images atop of each other. (yep, 5 layers of images. I could reduce it to 4 layers, but not less.)
It might have been when the CSS was still allowed as wall as extended html tags.
So far with the basic tags you have today, i am afraid your only choice might work on the images itselves for most of your graphic rendering and the overall presentation.
Edited By: Hjrool Ohr on Year 14 Day 74 8:28 ____________
And maybe if you directly inject those CSS on the {A} box.
As far as i recall there were many trick/workaround to be used to have the final render of a post using CSS due to the processing of the forum code, that needed long hour of edit to make it works.
Edited By: Hjrool Ohr on Year 14 Day 74 10:05 ____________
You know, there is this funky program called photoshop (also GIMP) that magically allows you to put multiple images on top of each other, rotate as much as you like and add text! Then you can save the final image and post that in your signature. Much easier than having to work around code that may or may not work.
Using Gimp and/or photoshop is what I use on a near-daily basis. However, in some situations, you cannot simply edit an image, upload it and post in forums. Actually, I am in the process of designing a new game for the gambling hut, who would be a roulette-like game, excepted that it would be made of 3 wheels spinning on top of each other. Each wheel will have a total of 36 possibilities.
36 x 36 x 36 = 46,656 images to design and upload
So no, it will not be possible.
As a reminder, I have programmed this previous raffle Piloted only by an excel sheet. I put an "X" in the correct square of my sheet, and it generates the updated grid, checks for prizes found, and so on:
(I skipped the parts containing no equations in the excel sheet)
With the raffle I have in mind, I would have to create 36 different images (one for each position) per wheel, so 36x3 = 108 images if I can put them atop each other.
If you can spin your images each 90 degrees, it would lower the amount of work needed, with only 108/4 = 27 images to design.
To be honnest, right now, it is more a "I know it must be possible to do so, so I'll do my best to create it" rather than "I'll make a raffle and get rich trololololol".
However, as Jevon pointed out, it seems to be a goal quite impossible to achieve...
Edited By: Siarica Aylina on Year 14 Day 76 0:20 ____________
Since CSS doesn't work maybe a php script might do the trick to generate the image you need each turn,
which still means that you need to create the whole batch of 108 images but still allow you to control outside the forum what is displayed on the generated image.
Another option might to eventually generate the rotating of some image via Photoshop scripting.