Styling a moodle lesson using DIV

Styling a moodle lesson using DIV

by Mitchell Kennard -
Number of replies: 1
I am attempting to organize my lesson materials by grouping them in styled boxes. I was able to do this by beginning and ending a group of resources/activities with labels. The beginning label begins with "
" and the closing label ends with "
". This worked beautifully and allowed me to style the boxes however I wanted to break up and organize the monotony of materials...but only in Google Chrome (ah, the pleasures of web design). Mozilla FireFox seems to be closing my DIVs for me and removing the hanging close DIV. Internet Explorer looks even worse.

Has anyone attempted to do something similar and found a solution?

Help!

Mitchell
Average of ratings: -
In reply to Mitchell Kennard

Re: Styling a moodle lesson using DIV

by Mitchell Kennard -
Sorry, the first bit of code is:
<DIV class='materialblock'>

and the second bit is:
</DIV>

These are in two different labels, one at the beginning of a group of resources/activities and one at the end.

Mitchell