How to get table cells evenly spaced?
- by DaveDev
I'm trying to create a page with a number of static html tables on them.
What do I need to do to get them to display each column the same size as each other column in the table?
The HTML is as follows:
<span class="Emphasis">Interest rates</span><br />
<table cellpadding="0px" cellspacing="0px" class="PerformanceTable">
…