I dont understand how did in the blog Solo do the time table, I had to put <table border="1"> to get it on my laptop. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I dont understand how did in the blog Solo do the time table, I had to put <table border="1"> to get it on my laptop.

Time table

13th May 2020, 7:23 PM
Nicco P
Nicco P - avatar
2 Answers
+ 2
If you see the CSS section(line 64) you will see this table, th, td { border: 2px solid #cecece; border-collapse: collapse; text-align: center; table-layout: fixed; } They give it border using css.
13th May 2020, 7:28 PM
Raj Chhatrala
Raj Chhatrala - avatar
0
Thanks man, I am using my laptop sublime text, can I still do the same?
13th May 2020, 7:43 PM
Nicco P
Nicco P - avatar