I am surprised that I could not find a solution. I would like to place a small table (1 row, 3 cells) at the top of my document, aligned to the right, with a paragraph wrapped around it, just like you can make an image with the following code ...
<img src="http://www.sorenwagner.ws/marty/img/ca-seal.jpg" align="right" width="300" height="100"> This is a paragraph large enough to wrap around the image... This is a paragraph large enough to wrap around the image... This is a paragraph large enough to wrap around the image... This is a paragraph large enough to wrap around the image...
It would be nice if you could specify a registration around the table, so the text does not match the border. Is there a relatively simple solution for this in CSS?
source share