The doctype must be the very first thing in your page's source in order for it to take effect in IE. So something like:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!--
###########################################################
### ##
### Website Designed & Developed ##
### By ##
### Ross Ewing ##
### ##
### Find Student Digs Limited ##
### ##
###########################################################
-->
Bookmarks