Forum Moderators: not2easy
Is it a problem of "browsers margins" I can reset to 0?....
Line 1, Column 64: "HTTP:" is not a reserved name
lucy24: It certainly looks right.
lucy24: Come to think of it, I've never used the second line.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" http://www.w3.org/TR/html4/loose.dtd> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
lucy24: It certainly looks right.
Am I missing something? What looks right?
lucy24: Come to think of it, I've never used the second line.
What second line? The 'second line' of the DOCTYPE?!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
The part in the immediately preceding post-- allowing for the fact that the http part turned into a link, so my browser may have eaten the non-permitted parts of it.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
the forum software (not the browser) automatically turned it into a link
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> body,html{padding:0;margin:0}
<link href=hoteles-scripts/nav.css rel=stylesheet type=text/css>
<link href="hoteles-scripts/nav.css" rel="stylesheet" type="text/css">
<table width=100%which MUST be expressed as
<table width="100%"because of the '%' character. There are numerous others. Ideally you should quote every attribute value.