OK with all of the assistance I got on here! Yes I am being sarcastic!!
I found that I needed to go to the Responsive Classic Template CSS folder and copy the STYLESHEET_NEWS_BOX_MANAGER.CSS and drop it into the CSS folder of Winchester_black and Winchester_responsive. Only then did the News Archive table look as it was supposed to look.
This was before

and this is after I dropped in the CSS file.

As you can see the Table took shape.
and the text is in the table but the links are white until you hover or select them then they turn orange!
Sorry best I could do on this pict as I took it with my phone while I had the links highlighted.

Now if I can teach myself CSS and how to change just the link colors to
Black text or maybe leve it white but give it a Black background in the table would be the easiest fix!
Anyone out there willing to give me a hand PLEASE. As any changes I attempt effects the whole template not just the News Archive Table!
Here is the small amount of code form the STYLESHEET_NEWS_BOX_MANAGER.CSS file.
Can anyone assist me!
Code:
#newsscrollbox ol { margin: 0; padding: 0; list-style-position: inside; }
#moreNewsDefault .news_header { font-weight: bold; padding-right: 0.3em; }
#moreNewsDefault .newsContent { padding: 0.3em 0; }
#news-table { display: table; border-collapse: collapse; width: 100%; margin: 0.8em 0;}
.news-row { display: table-row; border: 1px solid #444; }
.news-heading { font-weight: bold; }
.news-cell { display: table-cell; padding: 0.5em; border: 1px solid #444; }
Supposedly the News Archive section will not work because :
Quote I pulled from an email I received on this same subject!
The News archive that you are talking about is not native zen cart fucntionality. It is an add on plugin. The template packages are compatible with any stable, properly installed plugins. If the plugin is not responsive then you will need to convert it to be responsive.
UN-Quote
One simple CSS file dropped into the CSS folder of both templates and hopefully a small amount of CSS code and it is fixed in Winchester_black!!
The CSS file moved into the Winchester_responsive templates CSS folder fixed it !
Bookmarks