|
Posted by Jonathan N. Little on 11/05/12 11:53
Dario wrote:
> Jonathan N. Little wrote:
>
>> But what you have on your page is:
>>
>> <p class="articolo">
>> Lorem ipsum [...]
>> </p> <=[You are closing articolo paragraph before virgolette2]
>> <div class="virgolette2">I formati di [...]</div>
>>
>> Nullam mattis [...] <=[And this is now an anonymous block withing
>> DIV editoriale hence it 'loses' articolo's CSS rules.
>
>
> It's right, but it's only a little "error" I made when I posted it...
> BUT also without </p> before the VIRGOLETTE's div I've the problem!
Because your need to move it to after the Nullam mattis [...] text not
delete it since DIV "virgolette2" is nested within P "articolo" else
the latter part will be an anonymous block without formatting
>
>> Lessons:
>> 1) Post a URL, pasting code you may make errors on miss the real error
>> in your code
>
> Yes Sir ;)
>
Well, it is the best way to find your trouble...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|