Hi,<br><br>The pages and code looks clean now. Thank you very much. I think I found few bugs there. Please correct me if I am wrong.<br><br>1) In <a href="http://www.mpavel.ro/projects/Karma/chakra/grade1english.html">http://www.mpavel.ro/projects/Karma/chakra/grade1english.html</a> I can see &quot;<br>
<div id="5to8">5to8</div>
        <div id="9to12">9to12</div>
        <div id="13to16">13to16</div>
        <div id="17to20">17to20</div>
        <div id="21to24">21to24</div>
        <div id="25to28">25to28</div>
        <div id="29to32">29to32</div>
        <div id="33to36">33to36</div>
        <div id="37to40">37to40</div>
        <div id="41to44">41to44</div>
        <div id="45to48">45to48</div>
        <div id="49to52">49to52&quot; in the end of the page.<br><br>2) Can you please make the thumbnails &quot;2X2&quot; instead of &quot;1X4&quot; <br><br>3) The thumbnails don&#39;t link to the correct activity.<br><br>I think that&#39;s it for now. Please let me know what you think.<br>
</div><br><div class="gmail_quote">2009/9/20 Pavel Mocan <span dir="ltr">&lt;<a href="mailto:pomocan@gmail.com">pomocan@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
New update for Karma CSS and HTML.<br>
Live at <a href="http://www.mpavel.ro/projects/Karma/" target="_blank">www.mpavel.ro/projects/Karma/</a><br>
<br>
I had to change quite a lot of the HTML as it was not using the HTML5<br>
syntax. This way the source code brings more semantic to the whole<br>
document and the structure of it becomes more obvious.<br>
<br>
The CSS file has been reduced from 400 lines of code to 200. The<br>
&#39;chakra.css&#39; file was sectioned into areas where css properties apply<br>
to. However, I still think there is room for improvement. More general<br>
properties should be added and things such as sub navigation menus<br>
(months, weeks) and articles (lessons) should have the appearance<br>
improved.<br>
<br>
Some notes about coding:<br>
 - With HTML5 there is no need to put in the &quot;type&quot; property for the<br>
&quot;&lt;script&gt;&quot; tag. It recognises it automatically. Same for CSS.<br>
This means you can write &lt;script&gt;js code here&lt;/script&gt; and &lt;style&gt;css<br>
style here&lt;/style&gt; in html5 documents and they will be valid.<br>
 - In HTML, you are only allowed to use the same id value for only one<br>
element on that page (it&#39;s meant to be unique). So, for example, you<br>
can&#39;t have two &lt;div&gt; that have id=&quot;myElement&quot;.<br>
 - With CSS it is good to take an object oriented approach. For<br>
example, if there are elements who need to be floating to left or<br>
right, two classes can be created: floatLeft and floatRight. Elements<br>
that need to float to the left will obviously have class=&quot;floatLeft&quot;.<br>
If that element needs a big margin, it can be done in another class<br>
.bigMargin with the element having class=&quot;floatLeft bigMargin&quot;.<br>
<br>
Hope eveything is fine, email me with anything (feedback, suggestions,<br>
critic, etc)<br>
<br>
Regards,<br>
Pavel M.<br>
</blockquote></div><br>