I hope there is help out there.
I have a 3 column table. It displays results from a pool match. But the software I use to generate the html page currently shows
Player A - Player B - Result
What I hope to achieve is
Player A - Result - Player B
Here is the table I working with, on a small scale.
<TABLE class="table1">
<TR>
<TD class="ko3-text">Geraldo Depp(Dun Mare)</TD>
<TD class="ko3-text">Darin Hanley(Bradford
</TD>
<TD class="ko-data">7- 5</TD>
</TR>
</TABLE>
Can anybody help me swap Column 2 and 3?