Any tips are highly appreciated : 1G585f6UH4jErfmwHF8BiGiAZ54APnejUTHello everyone I am good in BBcodes and have seen people paying quite heavy for some signatures and I thought why not teach everyone how it's made and it would be good that more people will be able to do it and rather more distributed earnings for all.
I am creating this just for signatures and not going into all the attributes used.
First of all learn how it works, there are some parts and each step will take you to a higher learning. I have tried to keep it very simple but don't hesitate to ask me anything as first time we all learn something.
- How to make use the following stylings : Bold, size, change font, colour, background colorTyping anything you want and use the attributes given .. like if you want to make "bilochoa" with the styles given below
bold - simply use
[b][/b]
example :
[b]bilochoa[/b]
size - Just use
[size=10pt][/size]
you can define the size limit by the value as you can see it's 10pt you can make it anything like 15,16,etc
example :
[size=12pt]bilochoa[/size]
color of font - you can use
[color=pink][/color]
and define the colour or even use hexcode ( must have # before the code )
example :
[color=pink]bilochoa[/color]
NOTE : You can and have to use transparent color too at times.change font - use the following
[font=Verdana][/font]
and you can define the font you want to use.
example :
[font=calibri]bilochoa[/font]
background color - Put the text between
[glow=red,2,300][/glow]
and define the colour.
example :
[glow=red,2,300]bilochoa[/glow]
links - use
[url][/url]
but make sure all the content in between, make sure you always cover all the opened tags and closed ones too you used to design the text.
example :
[url][size=12pt][color=red]bilochoa[/color][/size][/url]
Let's quickly use them all to make sure we are going in the right direction.
[size=20pt][color=pink][glow=red,2,300][b]bilochoa[/b][/glow][/color][/size]
NOTE : Important : You must use [size] outside the [glow] tag because if you use it inside it will not work properly.- How to make use the following stylings : alignment and tablesIf you want to align something use the tag as follows :
[left][/left]
or
[right][/right]
or
[center][/center]
as per your need.
Make sure you always use it outside of all the tags to make sure it works the best.
like
[center][tag1][glow...][/glow][/tag1][/center]
Now coming to the tables it's a very important and exciting thing to be done in signaturesAny table you make must start with
[table]
and end with
[/table]
How to make a table - Define
[table]
and close it
[/table]
and now we are gonna work between these two tages to make
rows and columnsRemember one thing always columns means horizontal like | column 1 | column 2 | | column 3 |
while rows means vertical like |
|
|
|
I am using it like that so you can understand.
Now first of all let's make a simple table which would means that we put large text to the left and right side will have two lines
Hello
| This is text 1 This is text 2
|
here is the exact code for the table above
[table]
[tr]
[td]
[size=20pt]Hello[/size]
[/td]
[td]
This is text 1
This is text 2
[/td]
[/tr]
[/table]
Here you see we have made 1 row which means and 2 columns and the first column I made the text bigger so it looks good.
[tr]
defines rows and
[td]
defines columns.
Here what we did was we made 1 row and 2 columns ... in that one column is for Hello and one with 2 sentences
- How to make images as BBcodesSince forum does not allow direct images therefore we have to add tiny particles together and make the images.
This can be done by two ways
- Manual : Draw with little elements in notepad and use it.
- Automatic ( recommended ) : visit here :
https://manytools.org/hacker-tools/convert-image-to-ansi-art/goand just upload your image ( make sure it has while background else it won't work )
or use this
https://morgh.us/pixelate/ ( transparent/white/any colour background will work in this )
Please ask me anything you want and I will gladly help as you want, here or privately.Any tips are highly appreciated : 1G585f6UH4jErfmwHF8BiGiAZ54APnejUT