Page is a not externally linkable
kccollins - 12:22 pm on Jan 23, 2012 (gmt 0)
Hi all, appreciate any help on this, it's doing my head in.
I'm using dreamweaver to create my webpages and it automatically creates new files with the DOC TYPE details:
<!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">
The problem is - none of my webpages are displaying correctly on ANY browser - there appears to be a large white space between tables, the size of a paragraph break.
However, when I take the DOCTYPE code off the page, the tables appear correctly on ALL browsers - which means the DOCTYPE code is telling browsers to do this. Strange!
I've tried a few different versions of DOCTYPE code, with no solution. Should I just leave the DOCTYPE off, or will this cause problems down the road?
Many thanks
Karina