Preview
Issue #2
- Declined by admin
- Tables with 2 columns could be supported but other alternative solution looks confusing for a reader. Tables can probably be reworked better and we will consider new issues if there is a link to a perfect alternative solution.
- Type of issue
- IV not generated for target page
- Reported
- Jun 6, 2017
https://instantview.telegram.org/checklist#6-8-1-tables
For example these tables are used in template for applications:
https://winphonemetro.com/2013/06/analisis-metrotube-windows-phone-8-y-7-x
https://winphonemetro.com/2013/07/analisis-map-wallpaper
https://winphonemetro.com/2013/07/analizamos-shrink-storage-memoria-otros
etc...
These tables easily can be identified as they all are using 2-column layout.
And according to CSS rules of this site first column is a header so this is intended behaviour:
.blog_content td:first-child { font-weight: bold; }