Diploma in Javascript and CSS

The sample text can go here -- eg you too can become an expert web designer. You will earn how to design websites in HTML using Notepad - to get your HTML skills going. Then you wil learn to design sites using Dreamweaver CS3 -- the HTML will be similar to what you wrote using Notepad, but Dreamweaver will do most of the "leg-work" for you.

You will learn to use Dreamweaver in both Design and Code View.

Javascript will cover everything from simple clocks and dates through to scripting the DOM (Document Object Model)

Meet The Staff !!?!

Staff bios go in here
You will also do Graphics and CSS Positioning

The Simulated Buttons on the left navigation are done with CSS - the colour of the button changes to make it look like it has been pushed in, and the borders change to add to the impression that the button has been depressed


Floating Text Around Images With CSS

You will learn how to float text around an image -- like this one: If we continue writing text, it will eventually go under the images - but first it fills the space beside it.

In this case the image was "floated" to the right -- so the text starts off on the left side of the picture (which was pushed to the right by the "float right") -- and the text fills up the space to the left, until it reaches past the picture - then it starts to fill up all the available space.. We are just getting to the bottom of the picture here

So the next lot of text will spread out under the picture - as you can see here.