Is it possible to wrap text around a non rectangular image?
I want text around maps of different countries to wrap around the country’s shape in such a way that the text always keeps the same distance from the country’s border even though the border itself isn’t straight.
Is this possible?
You can use this method, where you float divs to block off the shape’s area.
So – the answer is “Yes – it can be done”. But as far as I know there’s no “easy” way like a CSS “text-wrap” option.