How to wrap text around image?
hlthanhJul 17 2009 — edited Jul 17 2009Hi,
I would like to warp text around image to format news, so I align image as below
<img align="left" scr="..." /> [my text], its OK with HTML but there's a problem with APEX report.
The problem is: only first sentence of [my text] is aligned correctly on the right of the image, the remaining are unexpectedly BELOW of the image, causing a space in the news when the image height is big enough
I tried to remove br{clear:both} in apex_3_1.css and the prob was solved.
How to solve the problem without modifying apex built-in CSS file ?
Thank you.