Why does this css class not work in Bluefish?
I have been working on creating a table schedule of my own similar to the one here: https://code.sololearn.com/1148/#html . However, I do not yet know how to create a css stylesheet. Instead, while I am learning, I just create a css classes (or is it selector?) in between the style tags for the elements in the .html file. So, I created a neat table. However, I need to define the border of the <th> and <td> tags they aren't showing up (only the exterior border). When I look at other tutorials, they say to put some in like: table, th, td {define the details here}. However, the initial..... table, th, td .... separated by commas simply simply will not work in Bluefish. Can someone tell me how to define the borders (especially of the <th> and <td>. The actual table border works just fine. Here is the code I have so far for anyone who wants to see what I'm saying. I'll try to post the entire code I have so far so people can get the gist of what I saying.