Page 1 of 1

Table text bold

Posted: Sat Aug 10, 2019 9:21 pm
by music19
How to remove the bold of a table, whenever I place a table the first one is always with the bold letter.

Image

Re: Table text bold

Posted: Sun Aug 11, 2019 6:11 am
by Pablo
I am not aware of this problem.
What are the exact steps to reproduce this behavior?
Do you have a demo project?

Re: Table text bold

Posted: Sun Aug 11, 2019 3:12 pm
by music19
Pablo wrote: Sun Aug 11, 2019 6:11 am I am not aware of this problem.
What are the exact steps to reproduce this behavior?
Do you have a demo project?
Here the project(mediafire) http://www.mediafire.com/file/02axphh8m ... M.wbs/file

Re: Table text bold

Posted: Sun Aug 11, 2019 4:33 pm
by Pablo
Thanks for the project.
The reason why the first row is bold is because you have enabled 'header row' in the properties.

In that case, the browser will render the first line in bold:
https://www.w3schools.com/tags/tag_th.asp

Re: Table text bold

Posted: Fri Aug 16, 2019 8:25 pm
by music19
Pablo wrote: Sun Aug 11, 2019 4:33 pm Thanks for the project.
The reason why the first row is bold is because you have enabled 'header row' in the properties.

In that case, the browser will render the first line in bold:
https://www.w3schools.com/tags/tag_th.asp
Thanks so much for the help.