1 superjacent Jun 14, 2006 09:54
3 superjacent Jun 15, 2006 10:50
Thank you, much appreciated.
4 superjacent Jun 15, 2006 11:18
That didn't quite do what I wanted. What I want is to have the Table on the left and have Text flow around it on the right eventually returning below the table (if enough text).
Presently what happens is that the wrapped text on the right of the Table is hard-up against the right border of the Table. I just want a little distance/space between that border and the the text.
Using the code snippet from above, the text now is underneath the table.
5 yabba Jun 15, 2006 11:20
ahhh, ok, in that case your <table> tag needs to look similar to this :-
<table style="margin:0px <right gap>px <bottom gap>px 0px">
where <right gap> and <bottom gap> are the spacing that you want.
¥
6 superjacent Jun 15, 2006 12:49
Thanks, yes, that's doing the trick.
Change ##px to the distance that you want
¥