Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netscape 4.7 displays nothing?

Status
Not open for further replies.

psandekian

Programmer
Oct 12, 2000
48
US
Hi.

I'm new to HTML and I was trying to stick with version 4.0 using CSS. My website uses frames. It looks great in IE5 and Netscape 6, but Netscape 4.7 doesn't. I have a border around my image but in N4.7, the border is below the image. Here's my code. Can anyone give me any suggestions?

Code:
<html>

<head>
  <title>Home</title>
  <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css&quot;>
</head>

<body bgcolor=&quot;#660002&quot; text=&quot;#F7F7F7&quot; link=&quot;#3366FF&quot; vlink=&quot;#FF00FF&quot;>

<img class=&quot;boxplain1&quot; src=&quot;total.jpg&quot; width=&quot;612&quot; height=&quot;324&quot; alt=&quot;&quot; border=&quot;0&quot; align=&quot;&quot;>

<p><b><i>daqScribe Technologies</i></b> is the &quot;full service&quot; consulting firm providing a wide range of services to the data acquisition community.  Our specialty is high performance!  Our &quot;full service&quot; includes hardware and software products, system integration, training programs, and on-site testing services.  When the need arises to solve a data acquisition problem, you only need to call one company, <b><i>daqScribe Technologies</i></b>.</p>
	
<p><b><i>daqScribe Technologies</i></b> is a world wide provider of high performance digital data acquisition products.</p> 

<ul>
<li>High Speed Transient Recorders </li>
<li>High Speed Digital Data Recorders (Replaces old fashioned tape recorders)</li>
<li>Turn-Key data acquisition systems. ( Sensors to Browser)</li>
</ul>
<br>
<hr align=&quot;center&quot; width=&quot;90%&quot; size=&quot;2&quot;>
<br>
<table width=&quot;70%&quot; cellspacing=&quot;2&quot; cellpadding=&quot;2&quot; border=&quot;0&quot;>
  <tr><!-- Row 1 -->
    <td><h4>Hardware:</h4></td>
    <td>&amp;nbsp;</td>
    <td>&amp;nbsp;</td>
  </tr>
  <tr><!-- Row 2 -->
    <td>PCI</td>
    <td>Compact PCI</td>
    <td>VXI</td>
  </tr>
  <tr><!-- Row 3 -->
    <td>VME</td>
    <td>B Modules</td>
    <td>Proprietary</td>
  </tr>
</table>
<br>
<hr align=&quot;center&quot; width=&quot;90%&quot; size=&quot;2&quot;>
<br>
<table width=&quot;70%&quot; cellspacing=&quot;2&quot; cellpadding=&quot;2&quot; border=&quot;0&quot;>
  <tr><!-- Row 1 -->
    <td><h4>Software:</h4></td>
    <td>&amp;nbsp;</td>
    <td>&amp;nbsp;</td>
  </tr>
  <tr><!-- Row 2 -->
    <td>Windows NT</td>
    <td>Windows 2000</td>
    <td>Windows 98</td>
  </tr>
  <tr><!-- Row 3 -->
    <td>Windows 95</td>
    <td>UNIX</td>
    <td>LINUX</td>
  </tr>
  <tr><!-- Row 4 -->
    <td>LabVIEW</td>
    <td>SAFARI</td>
    <td>&amp;nbsp;</td>
  </tr>
</table>
<br>
<hr align=&quot;center&quot; width=&quot;90%&quot; size=&quot;2&quot;>
<br>
<table width=&quot;100%&quot; cellspacing=&quot;2&quot; cellpadding=&quot;2&quot; border=&quot;0&quot;>
  <tr><!-- Row 1 -->
    <td><h4>Training Services:</h4></td>
    <td>&amp;nbsp;</td>
  </tr>
  <tr><!-- Row 2 -->
    <td>Data Acquisition Instrumentation</td>
    <td>Sensor Theory and Installation</td>
  </tr>
  <tr><!-- Row 3 -->
    <td>Strain Gage Theory</td>
    <td>Strain Gage Installation</td>
  </tr>
  <tr><!-- Row 4 -->
    <td>Signal Analysis (Time and Frequency)</td>
    <td>Others Available Upon Request</td>
  </tr>
</table>
<br>
<hr align=&quot;center&quot; width=&quot;90%&quot; size=&quot;2&quot;>
<br>
  	<table width=&quot;100%&quot; cellspacing=&quot;2&quot; cellpadding=&quot;2&quot; border=&quot;0&quot;>
  <tr><!-- Row 1 -->
    <td><h4>Testing Services:</h4></td>
    <td>&amp;nbsp;</td>
  </tr>
  <tr><!-- Row 2 -->
    <td>On-Site Installation</td>
    <td>On-Site Data Collection</td>
  </tr>
  <tr><!-- Row 3 -->
    <td>Data Post Processing</td>
    <td>Report Generation</td>
  </tr>
</table>    
<br>
<hr align=&quot;center&quot; width=&quot;90%&quot; size=&quot;2&quot;>
 	
</body>
</html>
Any help is greatly appreciated!
Thanks.
Patty
 
NS4.X CSS support is awful. Drop NS 4.X, less than 10% of the population uses it. jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top