I have a beautiful CSS layout I created for a site Im working on. My first to be exact, no tables! Everything is uniformed, that is, until I add the following:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
Then everything gets squished together, as if the height: xx% doesnt exist. How do I fix this? I cant figure it out.
Gandalf