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

Hey there!  I’m a little confused on what you’re asking but I’ll try and cover things about images.  I’m away from my computer right now so I can’t check but ensure that you have WYSIWYG off and Code editor on when you’re adding images in!  Essential step.  Best done on desktop.

Anyways, are you saying that you’re unable to find photos for the background? Head over to Unsplash for high quality and free photos!  As for the OC picture, any image should fit in there, regardless of size!  Though, if you don’t have a picture, you can always use an aesthetic photo from Unsplash instead as a placeholder. ^^

When getting the image link, right-click and select “Copy image address”, then paste where appropriate.  Hope this helps!

This user's account has been closed.

Even if the image was too big, I coded it so that any size would fit it, regardless if it was 200px or 3000px :0

Also, I just had a check and it seems that you have WYSIWYG on, or at least used it for editing.  Please refer to this guide if you'd like to continue using codes and restart the profile IF you're still struggling to input the images in.  Visually, it seems functional but you can't edit further if you want backgrounds.

This user's account has been closed.

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.
3 Replies