Hello,
A couple of months ago, I told my small-business employer that I thought I could develope them a web-site, so, I bought a book and set to work. I designed the site using notepad++, so no software like Kompozer or Dreamweaver. This was my first-ever attempt at web-design, and apparently I forgot one of the more important elements, the DOCTYPE. I tried to go back and add this,
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
but once I did, it destroyed the appearance of my website in my browser of choice (IE version 8).
I tried consulting W3C.org for information on what html or css style rules I may have violated, but I can't make heads or tails of most of the resources there. Any suggestions of where to begin re-authoring my html to support a DOCTYPE would be very much appreciated. The source code in question can be found at http://www.bridgestop.com/index.html
Thanks again!
-David Hathaway
