• Okay, I’m hacking at the plugin “MyMood” from webgarb to change it from a “My status” kind of thing to a “Coffee Mug of the Day” thing, instead. So far so good! The only problem I’m having is getting the picture of the mug to be the only thing on that line or row and getting the text to display below it. I’ve probably just been staring at code for WAY too long tonight and am missing something really obvious.

    My site is here: https://www.faenathara.com/crowsong

    The plugin is here: https://www.ads-software.com/extend/plugins/mymood/

    Thanks so much!!!!

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    I take it you want it to be in it’s own row in the sidebar, not the whole page? I’ll assume so. If you add style="clear: left;" to the <br> tag just above the misplaced text, you should get the result you want. Other things that should also work is add style="display: block;" to the coffee mug <img> tag. Or simply put the text in it’s own <li> block after the one containing the image.

    Of course it is generally better to apply styles in the .css file instead of directly in the html tags as I suggest above.

Viewing 1 replies (of 1 total)
  • The topic ‘Hacking MyMood’ is closed to new replies.