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
2 Respuestas
+ 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.
0
Thanks man, I am using my laptop sublime text, can I still do the same?