Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to wrap text around image?

hlthanhJul 17 2009 — edited Jul 17 2009
Hi,
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2009
Added on Jul 17 2009
1 comment
416 views