psandekian
Programmer
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?
Any help is greatly appreciated!
Thanks.
Patty
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="stylesheet" type="text/css" href="style.css">
</head>
<body bgcolor="#660002" text="#F7F7F7" link="#3366FF" vlink="#FF00FF">
<img class="boxplain1" src="total.jpg" width="612" height="324" alt="" border="0" align="">
<p><b><i>daqScribe Technologies</i></b> is the "full service" consulting firm providing a wide range of services to the data acquisition community. Our specialty is high performance! Our "full service" 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="center" width="90%" size="2">
<br>
<table width="70%" cellspacing="2" cellpadding="2" border="0">
<tr><!-- Row 1 -->
<td><h4>Hardware:</h4></td>
<td>&nbsp;</td>
<td>&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="center" width="90%" size="2">
<br>
<table width="70%" cellspacing="2" cellpadding="2" border="0">
<tr><!-- Row 1 -->
<td><h4>Software:</h4></td>
<td>&nbsp;</td>
<td>&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>&nbsp;</td>
</tr>
</table>
<br>
<hr align="center" width="90%" size="2">
<br>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr><!-- Row 1 -->
<td><h4>Training Services:</h4></td>
<td>&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="center" width="90%" size="2">
<br>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr><!-- Row 1 -->
<td><h4>Testing Services:</h4></td>
<td>&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="center" width="90%" size="2">
</body>
</html>
Thanks.
Patty