1

(0 replies, posted in Tips, Tricks & HowTo's)

I have code like this:
[code]
<div class="name1">
</div>
<div class="name2">
</div>
<div class="name3">
</div>[/code]

I load you're editor with this code and everything *looks* normal, but when i open the source i see this:

[code]
<div class="name1">
</div>
<div class="name2">
</div>
<div>
   <div>
   </div>
</div>[/code]
All the content (within the div's) stays the exact same, only the classname (of the div) seems to be missing.

How can i fix this? It's messing up almost everything on the layout![/code]

Same here, i'm using multiviews and can't get this to work..

Why cant we just use http://www.domain.nl/images/ or something instead of ../../../images/ ?