so i'm trying to fix up my profile and it's not letting me add background images and stuff :-( whateverÂ
i used to do a ton of css and html coding end of year last year like... i made so much neocities stuff
probably some moderation stuff idk but :-((( idk how to upload or impliment them, i've tried links but it hasnt worked either
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
AGNAB
you can add to add an image : )
you can also set background images by adding background-image: url(your url); to the style
Report Comment
Marshmallow_Fluff
Interesting.
Well, if it may offer any sort of aid, here is a snippet of code to use that should work. (Remember to maintain all within the style tags. =D)
body{
background: url(PLACE URL HERE);
font-family: 'PLACE FONT', serif;
}
Report Comment