Vilham wrote:

...stuff...
Answer to main question sent via PM.

But, also just noticed your question about divs - yes, they can be nested.

E.g:

Code:

<div>
 outer div
 <div>
   inner div
 </div>
</div>
and so on...