Topic on User talk:Robkelk

Line 1: Line 1:
I usually brute-force it with HTML and CSS. (div style="color:red")red text(/div) , replacing the parenthesis with angle brackets (less-than and greater-than signs) results in <div style="color:red">red text</div>.
I usually brute-force it with HTML and CSS. (div style="color:red")red text(/div) , replacing the parenthesis with angle brackets (less-than and greater-than signs) results in <div style="color:red">red text</div>.


There's probably a more elegant way to do it.
There's probably a more elegant way to do it. EDIT: And LulzKiller knows what the more elegant way is.