• 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 HALP FONT SIZE

DrowningXInXPackingPeanuts

XxI AM THE PILLxX
Hello! Currently working on my own code- I am a big noobie!!!!
How do I manually enlarge my font?
Manually meaning BB coder on- No upper bar. If that makes any sense...
Also changing the font colors. How does one do that?
 
hello dearie!
to change your font size, you can do two options:

Example Text
Code:
[SIZE=7]Text Here[/SIZE]
In this simple code, the font size will only go up to size 7.

Example Text

Code:
[div=font-size: 50px;]Text Here[/div]
In this code, by using the div code, you can up your font size more than "7px" by writing "font-size"

Edit: To change your font color, you can write the colors' names or use the HTML / hex color codes!

Code:
[COLOR=#hex code here or color name here]Text Here[/COLOR]
 
FYI, [SIZE=7] is actually 26px.
This is 7px.

Also, if you're using the div method, you should add [div=font-size: whateverpx; display: inline;] to keep the text in line with the rest of the line,
like
so.
Otherwise, it would be
like
that.
 
hello dearie!
to change your font size, you can do two options:

Example Text

Code:
[SIZE=7]Text Here[/SIZE]
In this simple code, the font size will only go up to size 7.

Example Text

Code:
[div=font-size: 50px;]Text Here[/div]
In this code, by using the div code, you can up your font size more than "7px" by writing "font-size"

Edit: To change your font color, you can write the colors' names or use the HTML / hex color codes!

Code:
[COLOR=#hex code here or color name here]Text Here[/COLOR]
FYI, [SIZE=7] is actually 26px.
This is 7px.

Also, if you're using the div method, you should add [div=font-size: whateverpx; display: inline;] to keep the text in line with the rest of the line,
like
so.
Otherwise, it would be
like
that.


Thank you both!!!! I apperciate it so much!
 

Users who are viewing this thread

Back
Top