Bold facing table assets
We have a site that would like to use the native table asset to present high school scores.
They want to bold face the winning team when the game is over.
When you insert a simple table from the article asset you can do this. However, we don't see any way of bolding the text when using the native table asset and dragging it inline. Possible to add - or is there a way to do this?
Answer
You can enter html into a table cell.
So you would wrap you 'bold' entry with <b>entry</b> and that would show as bold on the front end. any regular html tagging is retained on the cell data.
Joe Hansen
Director of Solutions Support
Blox Digital
Thanks Joe! that did the trick. https://www.nwestiowa.com/high-school-scores/table_0c6e628d-1073-4203-b8c6-326c22b6a148.html
Bob - are you copying and pasting the tables generated by NewsTicker or a similar system? We found that CnP from NewsTicker's generated HTML table into an HTML asset worked great for us, if that helps.
Thanks Tracy ... we were entering them by hand, with several folks working on the table.
Customer support service by UserEcho
You can enter html into a table cell.
So you would wrap you 'bold' entry with <b>entry</b> and that would show as bold on the front end. any regular html tagging is retained on the cell data.
Joe Hansen
Director of Solutions Support
Blox Digital