Originally posted by: mikepeck
Perhaps you need to remove all the </body></html> tags from the bottom except for 1? There are about 8 of them there now.
Originally posted by: mikepeck
Is he talking about probs in the popup or main page? The main page is quite busted at the bottom, and the TITLE reference misplaced.
Where are you seeing that ? I see the following in the pages I check...Originally posted by: neutralizer
Okay found it... in
<LINK
href="../style.css"
type="text/css" "rel=stylesheet">
if its not double quoted it doesn't show up in netscape
<LINK href="../style.css" type="text/css" "rel=stylesheet">
Originally posted by: simms
<LINK href="../style.css" type="text/css" "rel=stylesheet">
I have double quotes.
Originally posted by: neutralizer
Originally posted by: simms
<LINK href="../style.css" type="text/css" "rel=stylesheet">
I have double quotes.
i still think its the css.
edit: when css is removed, it shows up in netscape.
Originally posted by: simms
Originally posted by: neutralizer
Originally posted by: simms
<LINK href="../style.css" type="text/css" "rel=stylesheet">
I have double quotes.
i still think its the css.
edit: when css is removed, it shows up in netscape.
I will remove the CSS for i5.html. Let me know what happens.
Originally posted by: mikepeck
.normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-decoration: none;
margin-top: 0px;
margin-bottom: 0px;
}
.subheader {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-decoration: none;
}
.header {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
.tagline {
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight: bold;
color: #135CB7;
}
.specs {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}
.links {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
body {
margin: 0;
overflow:auto;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px
vertical-align: top;
}
Try that for your CSS. And you still have 2 </tr>'s at the bottom in the popup.
Originally posted by: simms
Originally posted by: mikepeck
.normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-decoration: none;
margin-top: 0px;
margin-bottom: 0px;
}
.subheader {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-decoration: none;
}
.header {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
.tagline {
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight: bold;
color: #135CB7;
}
.specs {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}
.links {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
body {
margin: 0;
overflow:auto;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px
vertical-align: top;
}
Try that for your CSS. And you still have 2 </tr>'s at the bottom in the popup.
Just wondering, what did you do?
Originally posted by: neutralizer
Originally posted by: simms
Originally posted by: mikepeck
.normal {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-decoration: none;
margin-top: 0px;
margin-bottom: 0px;
}
.subheader {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-decoration: none;
}
.header {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
.tagline {
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight: bold;
color: #135CB7;
}
.specs {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}
.links {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
body {
margin: 0;
overflow:auto;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px
vertical-align: top;
}
Try that for your CSS. And you still have 2 </tr>'s at the bottom in the popup.
Just wondering, what did you do?
Just tried that. doesnt work