anyway to allowed type inline style by reply.
like i wanna write the words(font) with red color, how do i do that?
Best Answers
-
Tama ✭✭✭
Although it is discouraged
<font color="">Text</font>
Works with html.There was an error rendering this rich post.
2 -
vrijvlinder MVP
You can use both but font is deprecated and span works in it's place . If the html format does not work , you need to make sure it is the format for the forum.
also you need to set the allowed html in the config.php
$Configuration['Garden']['Html']['AllowedElements'] = "a, abbr, acronym, address, area, audio, b, bdi, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, details, dfn, div, dl, dt, em, figure, figcaption, font, h1, h2, h3, h4, h5, h6, hgroup, hr, i, img, ins, kbd, li, map, mark, menu, meter, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, wbr";
<span style="color:red;font-family:Comic Sans MS;font-size:14px;background:#222;border:2px solid gold;box-shadow:0px 2px 3px #666;">The benefit when you use span, is you can also change the background color and the font family or anything else inside the same tag </span>
The benefit when you use span, is you can also change the background color and the font family or anything else inside the same tag
5 -
vrijvlinder MVP
try
a.ItemLink
you should change this too like this instead of black
a { text-decoration: none; color:#666; }
5 -
vrijvlinder MVP
You would need to use WorldFlags plugin for the ip to be selected for each flag . Or use profile extender and add a Location Field and set it to china and add a flag.
I am not a plugin expert so I am not sure how to modify that so it checks the IP or the other. Maybe explore those plugins.
5
Answers
Although it is discouraged
<font color="">Text</font>
Works with html.There was an error rendering this rich post.
use cleditor editor it has buttons to put those in ....
to manually put them in use span instead of font :
<span style="color:red;">Your text goes here</span>
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Your text goes here
i wonder why i cant type in-line style, coz i wrote wrong format.....
span color="red" Your text goes here /span
that is wat i wrote
You can use both but font is deprecated and span works in it's place . If the html format does not work , you need to make sure it is the format for the forum.
also you need to set the allowed html in the config.php
$Configuration['Garden']['Html']['AllowedElements'] = "a, abbr, acronym, address, area, audio, b, bdi, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, details, dfn, div, dl, dt, em, figure, figcaption, font, h1, h2, h3, h4, h5, h6, hgroup, hr, i, img, ins, kbd, li, map, mark, menu, meter, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, wbr";
The benefit when you use span, is you can also change the background color and the font family or anything else inside the same tag
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@vrijvlinder
http://15min.cc/index.php?p=/categories/战队
can u take a look why i cant change the font-size of the words "clan v587" .
i tryed edit it with codes
or
both failed.
try
a.ItemLink
you should change this too like this instead of black
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@vrijvlinder can u teach me how 2 fix this.
i modifyed symbloeditor as country location editor.and i set default country as China flag,but when i go user profile ,my location is none selected.
You would need to use WorldFlags plugin for the ip to be selected for each flag . Or use profile extender and add a Location Field and set it to china and add a flag.
I am not a plugin expert so I am not sure how to modify that so it checks the IP or the other. Maybe explore those plugins.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌