Re: <div> formatting problem

  •  04-04-2007, 5:47 AM

    Re: <div> formatting problem

    adam,
     
    i tried your example and when I look up the sourcecode it looks like this in my HTML code:
    EditorWysiwygModeCss="/system/rienzbraeuit/styles/style.css,~/system/rienzbraeuit/styles/body.css"
     
    But still the styles from my body.css are not applied to the editor content. 
     
    For Example:
    In my body.css is the following class:

    div {
     margin-bottom: 15px;
    }
     
    but when I press the ENTER button and a <div> </div> is generated there is no 15px space underneath it.
     
    Can you help?
View Complete Thread