Posted by mbstevens on 07/22/06 23:29
On Sat, 22 Jul 2006 08:46:28 -0700, Dario wrote:
>
> mbstevens wrote:
>
>>
>> Make it a styled paragraph.
>
>
> Just do it...but I've same problem!
__________________________________
Doesn't appear you did so. Adding formatting, you have:
__________________________________
<div>
<p>....
<div class="virgolette2">
I formati di carta......
...allo standard ISO
</div>
...
</p>
</div>
__________________________________
What you want is:
__________________________________
<div>
<p>....</p>
</div>
<div class="virgolette2">
<p>
I formati di carta......
...allo standard ISO
</p>
</div>
<div>
<p>...</p>
</div>
_______________________________
You won't be able to see this very clearly until you take
the time to format your markup into human readable indentations.
I find that most people who post here simply have their markup
so _horribly_ unformatted that it's really quite unreadable.
No wonder they can't find the problems in their own code.
[Back to original message]
|