markItUp is a cool little text editor and the nice thing about it is that it’s very simple and light weight.
I had some layout issues in Gecko and Webkit browsers and the way to fix it is this:
1 – Go to:
/markitup/skins/markitup
2 – Open style.css and find:
.markItUpEditor { font:12px 'Courier New', Courier, monospace; padding:5px 5px 5px 35px; border:3px solid #3C769D; width:643px; height:320px; background-image:url(images/bg-editor.png); background-repeat:no-repeat; clear:both; display:block; line-height:18px; overflow:auto; }
3 – Replace the it it with:
.markItUpEditor { font:12px 'Courier New', Courier, monospace; padding:5px; border:1px solid #AAAAAA; width: 275px; height: 150px; line-height:18px; overflow:auto; }
I hope this helps someone…
Hamid Alipour is a partner in Codehead, LLP with his wife, Tess. Hamid speaks 12 markup and programming languages [Yes, 12: PHP, CSS, Ajax, JavaScript, HTML/XHTML, Java, Python, C/C++, ASP, Visual Basic, Scheme and Action Script]; has a penchant for solving the unsolvable; an affinity for clean, hand-written code and is a Zend Certified 
I had a check on this thing and is really working,thanks a lot for the tip. Best regards.
Comment