Search found 2 matches

by Impact
Sat Jun 15, 2013 7:49 am
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] Heading tags and editText box
Replies: 2
Views: 13823

Re: Heading tags and editText box

Don't worry.. I fixed it by adding

Code: Select all

spn.style.display = "block";
where

Code: Select all

spn.style.cursor = "pointer";


is in editInplace.js
by Impact
Fri Jun 14, 2013 9:03 am
Forum: 0.4.1 beta support (older versions included)
Topic: [SOLVED] Heading tags and editText box
Replies: 2
Views: 13823

[SOLVED] Heading tags and editText box

Whenever I add heading tags to the top of my text without adding "position: absolute" to the css the editText box resizes to 1px x 1px. Using chrome.

Does anybody have a fix?