Relative Content

Tag Archive for htmlcsspowershell

HTML table with PowerShell

I have a script that takes bugs from TFS and builds a table with the relevant titles.
The script reads from XML 2 query IDs, creates 2 tables, and then sends them as an email.
The script is working but I need to add a space between the tables, currently, they stick together. I tried many things like br and div but nothing helped.
I will copy only the relevant code for the tables. I don’t want to change the table or improve it, so help me to add a space between the tables