Advertisement
-
Posts
103 -
Joined
-
Last visited
Community Answers
-
Caleeco's post in IPS Admin CP (Trophies and Medals) - Cant type in some fields (Greyed out) was marked as the answer
hmm that's strange, maybe an install problem? I will try to resinstall!
-
Caleeco's post in CKEditor Changes - Maximum Height and default language? was marked as the answer
Ok so after some trial and error, I can get the default language to be "No Syntax Highlight" by editing the code template.
Then adding the following code to Custom.css restricts the height (and adds scroll bar)
pre.ipsCode{ max-height:500px; } Caleeco