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 "<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" in the end of the page.<br><br>2) Can you please make the thumbnails "2X2" instead of "1X4" <br><br>3) The thumbnails don't link to the correct activity.<br><br>I think that'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"><<a href="mailto:pomocan@gmail.com">pomocan@gmail.com</a>></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>
'chakra.css' 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 "type" property for the<br>
"<script>" tag. It recognises it automatically. Same for CSS.<br>
This means you can write <script>js code here</script> and <style>css<br>
style here</style> 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's meant to be unique). So, for example, you<br>
can't have two <div> that have id="myElement".<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="floatLeft".<br>
If that element needs a big margin, it can be done in another class<br>
.bigMargin with the element having class="floatLeft bigMargin".<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>