Digitally Distinct: BBCoding Tutorial/Help Thread

Having trouble formatting your forum topic or signature? Buy or sell custom code here

World Wide page counter

So yes you caught me. 700 or so unique visits, that's incredible! I am curious about where you guys are from too! Because of this I got a flag counter here.
92
28%
Image
231
72%
 
Total votes : 323

Re: Digitally Distinct: Coding & Signature Tutorial Thread V

Postby Goostarion » Tue May 10, 2016 10:30 pm

How to make an image have no gap in the middle after splitting the image.
Difficulty: Medium.

Step 1: Have image url's ready and place them in the order you want on the forum
    Pretty self explanatory. Using the [Img ] command, you can change the url of a image to display an image, as seen below:

    Image
    Image

    Code: Select all
    [img]http://i.imgur.com/3lq3OOT.gif[/img]
    [img]http://i.imgur.com/z5nFp49.gif[/img]

Step 2: Adding the first list command
    Part one of this will be adding a list command around the code. To do this, highlight the code and enclose it with a list command. It should look like the code below. You will notice that this pushes the image over somewhat. There is no way of disabling this from happening as far as I am aware.

      Image
      Image

    Code: Select all
    [list][img]http://i.imgur.com/3lq3OOT.gif[/img]
    [img]http://i.imgur.com/z5nFp49.gif[/img][/list]


Step 3: Adding the second list command
    Second part of adding commands to the image is adding a second list command, however not to the whole code. Only do this to the second image so it is captured in a list command itself.

      Image
        Image

    Code: Select all
    [list][img]http://i.imgur.com/3lq3OOT.gif[/img]
    [list][img]http://i.imgur.com/z5nFp49.gif[/img][/list][/list]


    Question most likely to be asked: Is that meant to happen, why is it wonky?
    Because list is a command that pushes the margin of text over one column. Think of it as the TAB button's purpose when you use a word document.

Step 4: Tidying the code up
    It isn't going to look wonky forever I assure you. To fix it up, all you need to do is surround the text with a font size command. Once you have done that, change the font size to '1' and it should look like this:

      Image
        Image


    Code: Select all
    [size=1][list][img]http://i.imgur.com/3lq3OOT.gif[/img]
    [list][img]http://i.imgur.com/z5nFp49.gif[/img][/list][/list][/size]


    And there you have it, it is wizardry I swear, but I hope this helps somewhat. I saw this back a few pages previously and thought to add this in addition to ensure this would be at least tutorialized.

    Note: If you put a URL code around the image, it combines both pictures to the point when if you drag the image with your pointer, it looks like one image.

    Note 2: A post I did previously on how to implement this technique above so that there was text next to an image
As you can see this is somewhat
Interesting to do. It isn't practical if you
Plan on doing a super tight signature but
It is amazing what coding can do when
you think about it. img ©jyushimatsu.
    Image

    Image
Code: Select all
[left][right]As you can see this is somewhat
    Interesting to do. It isn't practical if you
    Plan on doing a super tight signature but
    It is amazing what coding can do when
    you think about it. [url=http://www.chickensmoothie.com/Forum/memberlist.php?mode=viewprofile&u=345464]img ©jyushimatsu.[/url][/right][right][size=1][list][img]http://i.imgur.com/J2yHXER.png?1[/img][/right]
    [list][img]http://i.imgur.com/M50EW9q.png?1[/img][/list][/list][/size][/left]
Last edited by Goostarion on Tue May 10, 2016 10:49 pm, edited 3 times in total.
Goostarion
 
Posts: 7985
Joined: Tue Sep 27, 2011 3:49 pm
My pets
My items
My wishlist
My gallery
My scenes
My dressups
Trade with me

Re: Digitally Distinct: Coding & Signature Tutorial Thread V

Postby Goostarion » Tue May 10, 2016 10:40 pm

Jubunu wrote:On a coding related note- I just wanna make sure this isn't possible-

Image
Image
There isn't a way to get rid of the gap between the two images, right? I'm not missing something painfully obvious? xD

Here's the code in case someone needs it-
Code: Select all
[img]http://i.imgur.com/dKx4aNF.png[/img]
[img]http://i.imgur.com/pbO7D6E.png[/img]


    Image
      Image


Code: Select all
[size=1][list][img]http://i.imgur.com/dKx4aNF.png[/img]
[list][img]http://i.imgur.com/pbO7D6E.png[/img][/list][/list][/size]


    I have to admit I was fiddling around with this for a while. I did this once before back on page 45 or something along those lines, but I cannot for the love of me figure out how I did it.

    Also double posting because one post was a tutorial and I wanted that separate from a post helping someone.
Goostarion
 
Posts: 7985
Joined: Tue Sep 27, 2011 3:49 pm
My pets
My items
My wishlist
My gallery
My scenes
My dressups
Trade with me

Re: Digitally Distinct: Coding & Signature Tutorial Thread V

Postby akuma <3 » Wed May 11, 2016 3:14 am

mark! <3
Image 𝚊𝚔𝚞𝚖𝚊 ~ ♡ Image
she/her - adult -
x | x | x
User avatar
akuma <3
 
Posts: 1167
Joined: Tue May 05, 2015 1:47 am
My pets
My items
My wishlist
My gallery
My scenes
My dressups
Trade with me

Re: Digitally Distinct: Coding & Signature Tutorial Thread V

Postby ghostmaker » Wed May 11, 2016 11:50 am

I watched the tutorial, but it's cutting out his hair, can anyone remove the background of this?

Image
Image
mars • he/they/she • adult
User avatar
ghostmaker
 
Posts: 8027
Joined: Mon Apr 04, 2016 6:11 am
My pets
My items
My wishlist
My gallery
My scenes
My dressups
Trade with me

Re: Digitally Distinct: Coding & Signature Tutorial Thread V

Postby Jubunu » Wed May 11, 2016 1:05 pm

.totoro wrote:
I watched the tutorial, but it's cutting out his hair, can anyone remove the background of this?

(img url)


Here you go :)

Code: Select all
[img]http://i.imgur.com/cT4rfmC.png[/img]

Image
User avatar
Jubunu
 
Posts: 4283
Joined: Thu Sep 24, 2009 9:13 am
My pets
My items
My wishlist
My gallery
My scenes
My dressups
Trade with me

Re: Digitally Distinct: Coding & Signature Tutorial Thread V

Postby ghostmaker » Wed May 11, 2016 2:27 pm

Jubunu wrote:
.totoro wrote:
I watched the tutorial, but it's cutting out his hair, can anyone remove the background of this?

(img url)


Here you go :)

Code: Select all
[img]http://i.imgur.com/cT4rfmC.png[/img]

Image


thank you so much!
Image
mars • he/they/she • adult
User avatar
ghostmaker
 
Posts: 8027
Joined: Mon Apr 04, 2016 6:11 am
My pets
My items
My wishlist
My gallery
My scenes
My dressups
Trade with me

Re: Digitally Distinct: Coding & Signature Tutorial Thread V

Postby yinsum » Thu May 12, 2016 10:28 am

    :: can someone help me with this image? i can't seem to be able to make the bg transparent following the tutorials...

    tysmia!
yinsum
 
Posts: 9406
Joined: Sat Jun 13, 2015 5:31 am
My pets
My items
My wishlist
My gallery
My scenes
My dressups
Trade with me

Re: Digitally Distinct: Coding & Signature Tutorial Thread V

Postby Jubunu » Thu May 12, 2016 4:11 pm

.rain wrote:
    :: can someone help me with this image? i can't seem to be able to make the bg transparent following the tutorials...

    tysmia!

Yeah, a lot of the background colors were too similar to the colors on the person- I just did it by hand instead xD
Here you go:

Code: Select all
[img]http://i.imgur.com/zkVN3dI.png[/img]


Image

-------------------------------------------------------------
*Edit: I looked back and the fly-away hairs looks sort of odd to me, so just in case, I edited it again to get rid of them- so now you have two options, I guess xD
Code: Select all
[img]http://i.imgur.com/9sQCbDj.png[/img]

Image
User avatar
Jubunu
 
Posts: 4283
Joined: Thu Sep 24, 2009 9:13 am
My pets
My items
My wishlist
My gallery
My scenes
My dressups
Trade with me


Re:

Postby gods » Fri May 13, 2016 7:12 am

❀ astaria ❀ wrote:
    I am attempting to remove the background on this image with everything I can, but the edges seem extremely rough, and there are miniature spots of the left-ova background. Could somebody help me to do this tidily, without the edges becoming serrated or messy?

    Code: Select all
    [img]http://i.imgur.com/5XwSfxz.jpg[/img]

Image

oliver/noll - he/him
User avatar
gods
 
Posts: 2959
Joined: Thu Oct 08, 2009 8:23 am
My pets
My items
My wishlist
My gallery
My scenes
My dressups
Trade with me

Who is online

Users browsing this forum: No registered users and 2 guests