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

I'm having trouble with the inage header. I am very VERY new to toyhouse html and css, so I'm not sure what I'm doing wrong but I can't get the image to show up.

/* Image here --------------> Background-image: Url(IMG_URL_HERE)

I'm supposed to put the image link in the brackets right? Or am I in the wrong area and doing the wring thing😅

first ensure that you are enabling code editor to edit the codes and turning off WYSIWYG for 'Profile Text'!  the image header should actually look like this (though i'm hoping you just wrote it instead of copy/pasting haha)

    /* IMAGE HERE
    ---------------------------------------- */;
    background-image: url(IMG_URL_HERE);

yes, the image should go in between the brackets, where the IMG_URL_HERE is!

however, it should also be the image address link and not a link to the image if that makes sense.  so this WON'T work, but this will!  so that snippet of code should end up like this:

    /* IMAGE HERE
    ---------------------------------------- */;
    background-image: url(https://images.unsplash.com/photo-1670968982579-a0161d82234c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1900&q=80);

I tried that but the header is still a solid color and not an image. I'm not sure what I'm doing wrong since I haven't tampered with anything involving the header card.

could i get a link to the character with the code so i can see?

I fixed it! I'm so sorry for bothering you about it! My dyslexic butt accidentally deleted the semicolon at the end of the url😭