Hello,
id like to delete some functions (framed red) in the advanced text editor ?
edit my own post?.
I deleted these functions from ?new post? and ?reply post? (framed green).
Code:
#cke_11, #cke_9, #cke_34, #cke_41 {
display: none;
}
But in ?edit my own post?, they are still there (framed blue).
I tried it whith:
Code:
#cke_75, #cke_73, #cke_98, #cke_105 {
display: none;
}
It worked for the first post. In the second post the functions are still there ?
So, I tried it with:
Code:
#cke_75, #cke_73, #cke_98, #cke_105 {
display: none;
}
#cke_146, #cke_144, #cke_169 #cke_176 {
display: none;
}
Now, it worked fort the first and the second post (yeah!), but not fort the third (cry!!!)!
I know the difference between first and second is 64
, and the difference between second and third is 71, between third and fourth is 71
? etc.
How I can delete these f****** functions from ?edit post??????
I'm going crazy!
Best regards!