Templates for a few companies. SPS notes.

This commit is contained in:
Norm Rasmussen
2023-03-28 16:55:54 -04:00
parent 5f971353ec
commit f373159238
7 changed files with 91 additions and 1 deletions

View File

@ -118,3 +118,13 @@ Kayla thought it could be the webinar template in Zoom.
Default- expanded sections
course prop boolean
t/F - collapsed sections
## 03/28/2023
### Answers for Kathleen
Borders in tables _can_ be hidden! Add this code to your table in HTML:
```html
<table style="width: 100%; border:hidden;"><tbody><tr><td style="width: 50.0000%; border:hidden;">
```