*** DONE .. thanks to neutralizer and rh71! ***

mikepeck

Senior member
Jun 20, 2000
379
0
0
Perhaps you need to remove all the </body></html> tags from the bottom except for 1? There are about 8 of them there now.

Plus this line is in the wrong place (needs to go in the head)
<TITLE>Project References - Jastram Engineering Ltd. - Previous Vessels and Boats featuring Jastram Hydraulic Steering Systems </TITLE>

Also not sure what <MM:EndLock> is at the bottom.
 

neutralizer

Lifer
Oct 4, 2001
11,552
1
0
Okay i'm not done checking, but double quote because netscape hates that. also you have two extra /tr tags at the end. also you class="specs" for span is not defined.

edit: nvm about the class, i saw the external css.
 

neutralizer

Lifer
Oct 4, 2001
11,552
1
0
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.

really i see one.
 

mikepeck

Senior member
Jun 20, 2000
379
0
0
<MM:EndLock>
<!---------------------------------------------- END FOOTER ---------------------------------------------->
</BODY>
</HTML>


<!---------------------------------------------- END FOOTER ---------------------------------------------->
</BODY>
</HTML>

<MM:EndLock>
<!---------------------------------------------- END FOOTER ---------------------------------------------->
</BODY>
</HTML>

<MM:EndLock>
<!---------------------------------------------- END FOOTER ---------------------------------------------->
</BODY>
</HTML>

<MM:EndLock>
<!---------------------------------------------- END FOOTER ---------------------------------------------->
</BODY>
</HTML>

<MM:EndLock>
<!---------------------------------------------- END FOOTER ---------------------------------------------->
</BODY>
</HTML>

<MM:EndLock>
<!---------------------------------------------- END FOOTER ---------------------------------------------->

</BODY>
</HTML>

<MM:EndLock>
<!---------------------------------------------- END FOOTER ---------------------------------------------->
</BODY>
</HTML>

<MM:EndLock>

That's what I see at the bottom. Plus the <TITLE> tag thing I mentioned. I'd be more inclined to think it was the TITLE more than anything.
 

neutralizer

Lifer
Oct 4, 2001
11,552
1
0
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

i don't have opera, but i assume its the same.

edit: btw this in each popup javascript file i used http://www.jastram.com/v4/reference/i5.html as an example

edit x 2: it looks like sh!t after the edit. prob need to fix some css to get it to work the way u want.

edit x 3: the problem is specifically rel=stylesheet. the style sheet doesnt seem to load without it, but without the stylesheet, it displays in netscape.
 

mikepeck

Senior member
Jun 20, 2000
379
0
0
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.
 

neutralizer

Lifer
Oct 4, 2001
11,552
1
0
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.

the prob is that the popup remains white and dun load.

edit: i think mm:endlock is something that an editting program adds or something.
 

simms

Diamond Member
Sep 21, 2001
8,211
0
0
The title is there because of SSI. SSI puts in the META and the SWF header. It has no impact on where the <TITLE> tag is placed, that's not the probelm. I'm taling about the problems in the POPUP windows when you click the boats. The main page is fine (Dreamweaver can be an @ss, it added all the </HTML><MM:Endlock> tags there.
 

rh71

No Lifer
Aug 28, 2001
52,844
1,049
126
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
Where are you seeing that ? I see the following in the pages I check...

<link href="../style.css" rel="stylesheet" type="text/css">
 

simms

Diamond Member
Sep 21, 2001
8,211
0
0
<LINK href="../style.css" type="text/css" "rel=stylesheet">

I have double quotes. And rh71 is right, should be rel="stylesheet" which I believe I also have..

Bump for more ideas. I fixed the repeated stuff, but that's not hte problem.
 

simms

Diamond Member
Sep 21, 2001
8,211
0
0
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.
 

neutralizer

Lifer
Oct 4, 2001
11,552
1
0
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.

yea i see it in netscape. had to refresh. stupid netscape cache.
 

mikepeck

Senior member
Jun 20, 2000
379
0
0
.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.
 

rh71

No Lifer
Aug 28, 2001
52,844
1,049
126
it may very well be the overflow property within css that Opera doesn't like.

proof

Try leaving it out altogether.
 

simms

Diamond Member
Sep 21, 2001
8,211
0
0
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?
 

neutralizer

Lifer
Oct 4, 2001
11,552
1
0
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
 

neutralizer

Lifer
Oct 4, 2001
11,552
1
0
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

remove overflow:auto, it now works.