i want to have a awesome font ( or icon ) on my screen, i puzzled but did find the correct way.
i just want a simple text box NOT A BUTTON !( in a template) that shows me a awesome font ( icon) doesn't matter which one. Played with and fa-xxxx and fa-2x .. but did not find any workable way.
can you please help me out here ? it cant be that hard ??
many thanks in advance
m
You might need to take the text outside of the <i> tag
@menno I would NOT use that html snippet - it has 2 unclosed font tags. God knows what quirks will surface across the rest of your dashboard.
Most html <tags> require an equal close </tag> and the random i makes no sense (but I do know where it's from - font-awsome is almost always demonstrated using the <i> tag
The ui_template node will likely strip off any style attributes it sees because that's just what Angular likes to do. This is why the <font> tag is commonly used rather than <span>.