Just got started with Harmony and Maxi Menu Magic. Recoding entire website with new menu system. All going well until I tried to convert old pages using floats for images wrapped with text and I learned flex and floats don't play well. I found a solution online, but before this 72 year old continues on to hundreds of pages, I wanted to see if I was on the right track or one of you 'youngsters' has a better solution. Here is the page: https://www.eugeneleeslover.com/Sailors_Stories/Vandenheuvel.html
The only way I could get it to work was to put the style in the page head, then
<div class="row"> is display:flex and inline style the image:
<img src="../Sailors_Stories/Vandenheuvel_news.jpg" alt="old newspaper clipping" style="float:right; margin-left: 1em;">
I've tried to put the styles in the css sheet, but something always breaks. I am not opposed to elegant coding, but dirty and getting the job done works for me too if I can't do elegant. Life's too short. Many thanks and enjoy the site. Suggestions welcome.
How to wrap photos with text - Floats with Flexbox- best practices?
(1 post) (1 voice)-
Posted 9 months ago
Reply
You must log in to post.