• Resolved rogue5

    (@rogue5)


    When I try to add html/css codes in the Tooltippy keyword content Text tab, it will randonly add empty paragraph and br div like some kind of auto spacing.

    This is the test html code that I put in. There is no reason for it to add extra br div in.

    <!DOCTYPE html> 
    <html>
    <head>
    <title>Black Border</title>
    <style> .border { width: 200px; height: 200px; border: 2px solid black; } </style> </head>
    <body> <div class="border"></div>
    </body>
    </html>

    When I input a headless html, it does not show this problem. So it might have something to do with the head div. However, it’s just too difficult to style without the head div.

    Could anyone give me some tips? Any support would be much appreciated. Thank you.

  • The topic ‘HTML issue with keyword content Text’ is closed to new replies.