Comments on [ F2U ] Noxious All Comments Start of Thread Parent

Thanks for that!  I've found out why the images are faulty!  The reason why the images do not work is that somehow, bits of the background code have been deleted.  This may have happened when you used WYSIWYG.

Where it says background:; (Line 16) or background-image:; (in [RIGHT BOX], around Line 35) should actually be background:url(LINK OF IMAGE URL');

Please replace the above with that!  Also, the first line of code, be sure to add background-size:cover; afterwards.  This is what makes the image spread so that it covers the code, regardless of size.  After you do that, put in the image url in where it says 'LINK OF IMAGE URL' — INSIDE the brackets!  Have a look below:

32962553_F4wLEx53T3APelj.pngExcuse the blurriness, my bad LMAO

It may look different from how it may be set out in your code but take note of how it should look in order for the images to appear.  As long as you follow my instructions, it should all come along fine ^^

This user's account has been closed.

Are you using WYSIWYG or Code Editor to edit?  You've deleted even more things, even though I only specified two things to change with an image for a guide.. ;;

I've whipped up your character's code with placeholder images.  Here's the code, please be careful when editing the images. [ code ]

This user's account has been closed.

no problem!