build your table as normal using the html tags. If you prefer to do this in a wysiwyg, do. Then, either escape your php with ?> and paste in the html for the table or echo the html like this:
echo "<table width=\"70%\" border=\"1">";
This is basic stuff though, maybe you should read the manual or get a book?