Hey, I have some html code for a magic 8-ball and I wanted to add it as a 'block'. But I can't find anything on how to create one. I've tried looking at the current blocks but I don't inderstand them.
At the moment I took an existing block I don't ever intend to use, commented out the code and added an include (xxx.htm) statement. This works fine except the htm file appears outside of the block at the top of the page. Leaving an empty block underneath it also.
It looks somethign like this (Sorry this is a bit messy looking)
Banner
-------------------------------
Calender
-------------------------------
Brd _||___8ball.htm___||clock
Nav_|| <emptyblock>_||NewestPic
____||____News______||_______
I don't udnerstand why it appears outside of the block, ideally I would like it to look like this:
Banner
-------------------------------
Calender
-------------------------------
Brd _||____News______||clock
Nav_||______________||NewestPic
____||_______________||8Ball
Any help is always appreciated!