• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

Help Links

tamarapasek

Senior Member
How do I link images for cs and ic posts? I try using Imgur, but it doesn’t register. What site should I upload the images on that’s bbcode friendly?
 
How do I link images for cs and ic posts? I try using Imgur, but it doesn’t register. What site should I upload the images on that’s bbcode friendly?

Are you trying to "link" images or "display" images?

for example, to "link" an image, you'd use
Code:
[url=link here][/url]

and it'll appear as:
https://i.pinimg.com/originals/2f/41/a8/2f41a83fb249181f2b911ebe883184cd.jpg

or

Code:
[url=https://i.pinimg.com/originals/2f/41/a8/2f41a83fb249181f2b911ebe883184cd.jpg]click me![/url]

comes out as:
click me!

or displaying the image - there are multiple ways to do so.
this simple tag will allow you to post the image as is:

Code:
[img]https://i.pinimg.com/originals/2f/41/a8/2f41a83fb249181f2b911ebe883184cd.jpg[/img]

and it'll appear as this:
2f41a83fb249181f2b911ebe883184cd.jpg


to resize it to a certain size, use this:

Code:
[img width="300px"]https://i.pinimg.com/originals/2f/41/a8/2f41a83fb249181f2b911ebe883184cd.jpg[/img]

and it'll look like:
2f41a83fb249181f2b911ebe883184cd.jpg


you then have your border and bg tag options. everyone uses border + bgs differently - and personally, i don't use bgs anymore. so, to use border, you can change the image to any size you want. here are just some examples;
Code:
[border=0px; padding:0px; width:300px; height:200px; background:url(https://i.pinimg.com/originals/2f/41/a8/2f41a83fb249181f2b911ebe883184cd.jpg); background-size:cover;][/border]

[border=0px; padding:0px; width:100px; height:100px; border-radius:100%; background:url(https://i.pinimg.com/originals/2f/41/a8/2f41a83fb249181f2b911ebe883184cd.jpg); background-size:cover;][/border]

[border=0px; padding:0px; width:80px; height:130px; background:url(https://i.pinimg.com/originals/2f/41/a8/2f41a83fb249181f2b911ebe883184cd.jpg); background-size:cover;][/border]

and they'll come out like:







i hope this helped in some way! please let me know if you need any more additional help C;
 

Users who are viewing this thread

Back
Top