MDIA 1206 - Assignment 4

I'm using assignment 4 as an opportunity to start converting my pages to HTML/CSS.

Although we can't use tables and other layout principles yet, I should still be able to get rid of most of those <font> tags and &nbsp's. To me, this is a good way to practice basic CSS styling techniques, which will include some body styling, lists and so on.

As for images, I'll be looking at using a nice looking background as well as a few pictures in the web pages.

Update: At one point, I had a nice CSS menu for this assignment, but it used 'li {display:inline }', which is probably illegal for this assignment. I converted it over to an image based menu system. Looks very nice.

One method I used to indent right aligned images, was to insert a right aligned blank image in front, i.e.:

<img src="blank.gif" width="200" align="right" />
<img src="myimage.jpg" width="150" align="right" />

The above will indent myimage.jpg 200 pixels in fron the right hand of the page. I used this on the company.html page. Nice!

 

Posted In