Posted by I need help with making this a profile picture

Forgotten Soul (#116487)

Demonic
View Forum Posts


Posted on
2018-05-15 13:25:18
hello every i hoping someone could help me out with turning this picture below into a profile picture

im hoping to get part of the big planet and the lady if that is all someone can fit in, mostly hoping i could get the full picture to fit :)

Here it it

Mergel

thanks



Hrt Icon 0 players like this post! Like?

Ladwick (#12065)


View Forum Posts


Posted on
2018-05-15 13:39:28
Do you mean like a background for your den? Or an avatar?



Hrt Icon 0 players like this post! Like?

Forgotten Soul (#116487)

Demonic
View Forum Posts


Posted on
2018-05-15 13:39:48
avatar :)



Hrt Icon 0 players like this post! Like?

Ladwick (#12065)


View Forum Posts


Posted on
2018-05-15 13:40:42
Easy schmeasy. I'll give it a go.



Hrt Icon 0 players like this post! Like?

Forgotten Soul (#116487)

Demonic
View Forum Posts


Posted on
2018-05-15 13:42:21
ok thanks :)



Hrt Icon 0 players like this post! Like?

Ladwick (#12065)


View Forum Posts


Posted on
2018-05-15 13:49:30
The avatar image can only be 150 x 150, so I there's a few options I've done.

Downsized
Mergel-Downsized.jpg?raw=1

Cropped
Mergel-Cropped.jpg?raw=1

Cropped & Downsized
Mergel-Cropped%20%26%20Downsized.jpg?raw=1

If you like one of these, then we're all done. Just save the image and upload it and use that link. x3
If you have any suggestions I can make a few more to your liking.



Hrt Icon 0 players like this post! Like?


Edited on 15/05/18 @ 13:51:42 by Kelbi (#12065)

Forgotten Soul (#116487)

Demonic
View Forum Posts


Posted on
2018-05-15 13:52:31
I love them all but the first one is the one i really like, Thank you!

Do you know how to do scroll boxes too? My main is is really bad need of them, you dont need to do some for me :)

Thank you!



Hrt Icon 0 players like this post! Like?

Attic of The Sky (#12149)


View Forum Posts


Posted on
2018-05-15 14:00:35
Unfortunately I do not know how to make scroll boxes. ^ ^"

Also, tho. Your avatar link is broken? :O I can't see your avi.
If you're using dropbox then replace the "?dl=0" with "?raw=1".
If you're using google drive, then add the link id behind this: https://drive.google.com/uc?export=view&id=



Hrt Icon 0 players like this post! Like?


Edited on 15/05/18 @ 14:03:17 by Kelbi (#12065)

Forgotten Soul (#116487)

Demonic
View Forum Posts


Posted on
2018-05-15 14:02:01
https://drive.google.com/uc?export=view&id=https://ibb.co/nu2wrJ

like that, coding is confusing me hahaha



Hrt Icon 0 players like this post! Like?

Ladwick (#12065)


View Forum Posts


Posted on
2018-05-15 14:15:27
Nope. xD

example:

Orignal link: https://drive.google.com/file/d/0By5WZfYoELddN1E3Mk5fTVZNd3M/view?usp=sharing
The mess of letters and numbers "0By5WZfYoELddN1E3Mk5fTVZNd3M" between / & / goes behind https://drive.google.com/uc?export=view&id= like so:

https://drive.google.com/uc?export=view&id=0By5WZfYoELddN1E3Mk5fTVZNd3M
That's my own link, tho. xD

This is assuming you're using a google drive link?



Hrt Icon 0 players like this post! Like?


Edited on 15/05/18 @ 14:17:58 by Kelbi (#12065)

Forgotten Soul (#116487)

Demonic
View Forum Posts


Posted on
2018-05-15 14:18:05
im using a file uploader, but the picture was from google



Hrt Icon 0 players like this post! Like?

Ladwick (#12065)


View Forum Posts


Posted on
2018-05-15 14:19:08
Oh wait, wait. Right click on your image from the site that's hosting it and copy the image address.



Hrt Icon 0 players like this post! Like?

Ladwick (#12065)


View Forum Posts


Posted on
2018-05-15 14:21:08
I can see your avatar now! That worked! xD



Hrt Icon 0 players like this post! Like?

Forgotten Soul (#116487)

Demonic
View Forum Posts


Posted on
2018-05-15 14:21:20
yay thanks!!



Hrt Icon 0 players like this post! Like?

Ladwick (#12065)


View Forum Posts


Posted on
2018-05-15 14:22:23
You're very welcome. No problem.



Hrt Icon 0 players like this post! Like?

Mystery (#38000)

Sinister
View Forum Posts


Posted on
2018-05-15 14:38:45
I might be able to assist with the scrolly boxes c:
This is the code I use for my den:
<*div class="scrollBox" style="height:400px;width:50%;float:left;">Text Here<*/div*>
Of course, you'll have to remove the asterisks (*). This box from this code will only take up the left half of your den. Pay attention to the height, width, and where the box is floated. The width is at 50%, meaning that it will only take up half of your den and floated left, meaning it will be placed as far left as it can. A screenshot of my den will demonstrate this as shown here:
VZtqs2p.png?1
As you can see, I have two boxes here side by side - if you want just one box, change the width to 100% (you don't have to worry about where it floats in this case, so you can just delete that). If you wish to have two boxes side by side, use two of those (50%) codes, only one will be floated left and the other will be floated right.

Lol, sorry if that's hella confusing. I'll just pop the codes here to show you what I mean.
One box:
<*div class="scrollBox" style="height:400px;width:100%">Box Contents Here<*/div*>

Two boxes side by side:
<*div class="scrollBox" style="height:400px;width:50%;float:left;">Box Contents Here<*/div*><*div class="scrollBox" style="height:400px;width:50%;float:right;">Box Contents Here<*/div*>

Again, make sure you remove the asterisks, or the codes will not work. Also, don't worry if the scroll bar doesn't show up when you first input the codes - they will show up when you have enough information/pictures in the box that it flows over the height. So unless you have over 400px worth of stuff, the scroll bar will not be there. You can of course, change the height, if you want the boxes to take up less space. I just used 400 so that first piece of art would be in full view ^o^



Hrt Icon 0 players like this post! Like?







Memory Used: 623.63 KB - Queries: 0 - Query Time: 0.00000 - Total Time: 0.00351s