Hi,
I install Scribite 1.21 on a postnuke 0.7.6.4.
I configurite to use Xinha as it's the editor I prefer.
Everithing run fine but the toolbar appear wrongly
I made a screenshot here
At firs, I was thinking he could me like with Pagesetter as it is the module where I use scribite in. But the same thing appear on pnForum.
Anyone have a idea of what the images didn't show proprely?
Thanks
- jmvaughn created topic »TagIt 3.0 for Zikula« 09:34 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- Guite responded to »Remove contents of nuke_sc_anticracker from Database« 01:30 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
- jmvaughn responded to »PN 0.764 to Zikula 1.1.2 (migration) Internal Server Error« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Scribite and Xinha: wrong toolbar appearance
-
- Rank: Registered User
- Registered: Aug 30, 2005
- Last visit: Jan 06, 2008
- Posts: 3
-
- Rank: Registered User
- Registered: Aug 30, 2005
- Last visit: Jan 06, 2008
- Posts: 3
Well it seams find I find the answer myself.
I spend last evening looking in bug report and forum of Pagesetter, PN, Xinha and scribite and I have to wait to post here to finally find my answer somewhere else :)
Anyway for anyone having a similar problem, I had:
Code
img {
border: none;
margin: 0.5em;
}
On my theme CSS.
The magin impact the Xinha code to so I had:
Code
.htmlarea .toolbar img {
margin: 0;
}
on my CSS to solve the problem.
- Moderated by:
- Support
