Replies

Dec 15, 2020 5 years ago
Porygon
needs more chocolate
User Avatar
Retail

Hi! My question is exactly what the title says. Hopefully this is the correct place to ask.

I've googled "free to use backgrounds" but had seen awhile back mentioned in the pet spotlight thread, I think, that some of those websites are sketchy and upload those images without permission. So I was wondering if anyone has some reputable suggestions they can show me! I know Colourlovers exists, but am most likely going to be looking for actual images for my backgrounds.

✨ [flower=Porygon] ✨

Dec 15, 2020 5 years ago
corpse
needs to get lost
User Avatar
Hungrily

i use this site a lot! the images are uploaded by people who took the photos themselves from what i can tell. it used to be stock exchange or something similar to that.

Dec 15, 2020 5 years ago
Thespian
is a bad egg
User Avatar
Rentaro

unsplash and pexels are my favourites tbh! :>

personal site || art by me

Dec 15, 2020 5 years ago
Porygon
needs more chocolate
User Avatar
Retail

Oh sweet! Thank you!

👀 I'll be sure to check it out!

✨ [flower=Porygon] ✨

Dec 15, 2020 5 years ago
Thespian
is a bad egg
User Avatar
Rentaro

aa good luck finding the right backgrounds!! ' v '

personal site || art by me

Dec 15, 2020 5 years ago
Elementary, my dear
Written
User Avatar

If you need another source, I've found some good stuff on https://pixabay.com/. You can make an account there too - it's not necessary, but it's helpful to remember what images you liked/downloaded. You can also modify the images as you like.

The past is written, but the future is left for us to write. ~ Picard

Dec 16, 2020 5 years ago
Paula_459
is ALL about art
User Avatar
Qar

Are you after real world images or illustrations? Or pehaps seamless patterns? Real world photos best place I know is pixabay. Illustrations is pngtree and seamless patterns may be freepik (or, as you said, colourlovers) - if you are after free sources ;)

Dec 16, 2020 5 years ago
Porygon
needs more chocolate
User Avatar
Retail

Thanks! I need every suggestion anyone can give me just for variety purposes.

Mostly real world pictures for right now but I'll keep that in mind if I want to use some illustrations, thank you!

✨ [flower=Porygon] ✨

Dec 18, 2020 5 years ago
Faber
is always in the spotlight
User Avatar
Vera

pixabay unfortunately is one of those sketchy ones that motivates users to upload images and makes no to little effort to remove stolen content, sorry to say. from wiki:

"The images are uploaded by anonymous users. There is therefore the risk that the uploader does not even have the copyright. Pixabay does not guarantee that the uploaded images are free from third party rights. Since the upload is anonymous, users who have been warned cannot make recourse to this person and are therefore left with the costs of the warning."

I know personally I've seen images on pixabay from other sources uploaded by random people who most definitely do not own them. I have not had that experience with pexels.com, but I still am much more likely to trust an uploader who has a body of work with consistencies that let you know at least they all come from the same photographer.

* chibi by [user=Recondite ] * visit my profile shop

Dec 18, 2020 5 years ago
Elementary, my dear
Written
User Avatar

Really? That is disappointing. I never remember to read the fine print!

I'll have to check out pexels. Thanks for the heads up! :)

The past is written, but the future is left for us to write. ~ Picard

Dec 18, 2020 5 years ago
Porygon
needs more chocolate
User Avatar
Retail

Oh, thanks for the info! I haven't had a chance to check out any of these sites yet but I'll avoid that one.

✨ [flower=Porygon] ✨

Dec 18, 2020 5 years ago
Faber
is always in the spotlight
User Avatar
Vera

I had the same reaction, I was bummed! Im glad there are alternatives though, and I’ll let you know if I find any others too! :)

* chibi by [user=Recondite ] * visit my profile shop

Dec 19, 2020 5 years ago
Saturnine
wants to believe
User Avatar
Fearleading

Along w/ unsplash and pexels, I like https://negativespace.co/

S-F
[flower=saturnine][tot=Saturnine]

Jan 20, 2021 5 years ago
Papageno
plays with dead things
User Avatar

Hey gang, I'm new to coding, and would like to add a solid background to my boring profile.

How and where do I do it?

When I say "The Other Day", I could be referring to anytime between yesterday and 15 years ago.

Jan 20, 2021 5 years ago
Lypsyl
is a billionaire
User Avatar
Crotchety

the simplest is to use a pre-existing scheme. Go into your profile and click edit profile.

Look for the Profile section. If its not there, click Add Section in the toolbox at the top of the screen. Once its added, click the pencil icon to edit. There will be a title (profile), and empty box, then below that Scheme:, click the drop down and choose a color. Then update profile.

Jan 20, 2021 5 years ago
Elementary, my dear
Written
User Avatar

If you want a solid background, as in one color, you can just add a color hex code to your coding. You have two options: body {background-color: ;} or body {background: ;}

The hex code above will change the color to a nice light yellow, but you can look up other hex codes to get the color you want.

The past is written, but the future is left for us to write. ~ Picard

Jan 20, 2021 5 years ago
Papageno
plays with dead things
User Avatar

, thanks for the help, I had no idea those schemes were there.

, thanks for the hex code info. Could you tell me what coding I would use if I wanted to use a hosted image as my profile background?

When I say "The Other Day", I could be referring to anytime between yesterday and 15 years ago.

Jan 21, 2021 5 years ago
Elementary, my dear
Written
User Avatar

Sure thing. Make sure that you're using the correct code (it should end in a .jpg, .png, or .gif) and then put the link in the coding like this:

body {background-image: url(imageurl.jpg);} OR body {background: url(imageurl.jpg);}

The past is written, but the future is left for us to write. ~ Picard

Jan 21, 2021 5 years ago
Papageno
plays with dead things
User Avatar

Random Event You've found a Treasure Map Piece 7 on the ground! Collect all nine pieces and turn them in here!

, thanks for that coding, I might try it after I get bored with the current profile look, lol!

When I say "The Other Day", I could be referring to anytime between yesterday and 15 years ago.

Please log in to reply to this topic.