6 Answers, 1 is accepted
0
Hi Fonny,
Could you clarify what exactly the issue is and give us the exact steps to reproduce it?
In addition to this, please, try to reproduce the behavior using the online demo. If you are not able to reproduce it with the online demo, please, send us a sample project in which the problem can be observed. Once we are able to reproduce it on our side we will do our best to provide you with a solution.
Looking forward to hearing from you,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Could you clarify what exactly the issue is and give us the exact steps to reproduce it?
In addition to this, please, try to reproduce the behavior using the online demo. If you are not able to reproduce it with the online demo, please, send us a sample project in which the problem can be observed. Once we are able to reproduce it on our side we will do our best to provide you with a solution.
Looking forward to hearing from you,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Anumole
Top achievements
Rank 1
answered on 05 May 2008, 12:02 PM
HI,
I am also facing the same problem.
Had u got a solution for it.
I am also facing the same problem.
Had u got a solution for it.
0

Fonny
Top achievements
Rank 1
answered on 05 May 2008, 12:18 PM
Telerik Prometheus Editor uses all reserved HTML properties, such as
*
html #body
{
/*IE6 hack*/
padding: 0 0 0 250px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}
If you have this set up in your css file, Prometheus also applies it.
You have to change the naming for your HTML properties (this is how you work around it, Telerik should come out with its solution)
*
html #mpbody
{
/*IE6 hack*/
padding: 0 0 0 250px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}
0

Anumole
Top achievements
Rank 1
answered on 05 May 2008, 12:24 PM
I do not have any css being applied to the HTML body from my css file. so how do i go about it
0

Anumole
Top achievements
Rank 1
answered on 05 May 2008, 12:26 PM
Hi I do not have any css aplied to the body from my CSS files. So how do i go about doing this
0
Hi Anumole,
Could you please open a support ticket and send us your runnable project or a sample one in which the problem can be reproduced? Once we are able to reproduce the problem we will do our best to provide a solution.
Sincerely,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Could you please open a support ticket and send us your runnable project or a sample one in which the problem can be reproduced? Once we are able to reproduce the problem we will do our best to provide a solution.
Sincerely,
George
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center