I have a simple two-column table. The left column is aligned right, and the right one i aligned left. I want to put the dividing line between the two columns to be centered on the page. Here's the screenshot.
[ATTACH]4687[/ATTACH]
Here is the code for the first row:
echo "<table border = 0 width = 100%";
echo "<tr>";
echo "<td style='text-align:right; padding:3px 3px 0px 3px; Border:2px; font:15px Arial, sans-serif'>System:</td>"; //top right bottom left
echo "<td style='text-align:left; padding:3px 3px 0px 3px; font:15px Arial, sans-serif'>" . $System . "</td>";
echo "</tr>";
Can my problem be solved?
Tim
"If builder built buildings the way the programmers write programs, the first woodpecker to come along would wreck civilization
screenshot.gif