|
Post by Emberleaf on Nov 12, 2016 18:17:38 GMT -5
I have some HTML coding from someone on the old WCF, does anyone know if it works on here.
Testing:
<div style="background: #242424; border: #404040 solid 4px; border-radius: 3px; margin: auto; padding-left: 10px; padding-right: 10px; 3px; text-align: center; width: 86%; color: #b03131; box-shadow: #333333 0px 0px 5px 1px; line-height: 7px;"> <div style="border-left: solid .5px #b03131; colour: #b03131; font-family: Cambria; padding: 20px; text-align: left; line-height: 10px;"><span class="smaller">Test.</span></div> </div>
|
|
|
Post by Sand on Nov 12, 2016 18:19:25 GMT -5
It does not, but you can use BBCode. It's close to HTML, just uses brackets instead of arrows.
|
|
|
Post by Deleted on Nov 12, 2016 18:21:09 GMT -5
There must be some sort of translator that can convert HTML to BBCode.
I know there's a little RGB converter that can convert the color you choose into a hex.
|
|
|
Post by 𝘨𝘰𝘭𝘥𝘦𝘯 𝘴𝘶𝘯 on Nov 12, 2016 18:21:42 GMT -5
You'd have to convert it to BBCode, like this.
[div style="background: #242424; border: #404040 solid 4px; border-radius: 3px; margin: auto; padding-left: 10px; padding-right: 10px; 3px; text-align: center; width: 86%; color: #b03131; box-shadow: #333333 0px 0px 5px 1px; line-height: 7px;"] [div style="border-left: solid .5px #b03131; colour: #b03131; font-family: Cambria; padding: 20px; text-align: left; line-height: 10px;"][span class="smaller"]Test.[/span][/div] [/div]
Basically take out the <> and replace them with the [] and most of it should convert. I'm not sure of exactly what doesn't work bu most things seem to. Is this what you were looking for?
|
|
|
Post by Emberleaf on Nov 12, 2016 18:22:20 GMT -5
Thanks, this is very helpful!
|
|
|
Post by Deleted on Nov 12, 2016 18:24:34 GMT -5
in addition to the other comments, it's easy to replace the html arrows with brackets by using "find/replace" in ms word!!
find: < replace: [
find: > replace: ]
|
|
|
Post by Brownie on Nov 13, 2016 0:07:38 GMT -5
Tutorial
good code, btw, I remember that one. Though I probably would have kept the text greyscale nowadays. Dragons (help them grow <3)
|
|
|
Post by John 3:16 on Nov 16, 2016 23:36:25 GMT -5
bbcode is simplified html for forums, so yeah, replace the <> with brackets [] and it'll work just fine.
|
|