leonard's profile picture

Published by

published

Category: Web, HTML, Tech

HOW DO YOU USE IMAGES

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


0 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

AGNAB

AGNAB's profile picture

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

Marshmallow_Fluff's profile picture

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