Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    Doing it that way, yes it needs to be on the img tag - but you should be able to just do

    Code:
    text = "<span style='vertical-align:middle;'>" + Canvas.imgHTML(path) + "&nbsp;" + title + "</span>";
    Last edited by Isomorphic; 11 Sep 2021, 23:17.

    Comment


      #17
      Originally posted by Isomorphic View Post
      Doing it that way, yes it needs to be on the img tag - but you should be able to just do

      Code:
      text = "<span style='vertical-align:middle;'>" + Canvas.imgHTML(path) + "&nbsp;" + title + "</span>";
      Tried this solution but this way the image is not aligned with the text. Anyway the previous workaround works fine. Thank you!

      Comment

      Working...
      X