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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem Code for Borders

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Thsi code will not display borders in netscape 6.1


<html>

<head>
<meta http-equiv=&quot;Content-Language&quot; content=&quot;en-au&quot;>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot;>
<meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage 4.0&quot;>
<meta name=&quot;ProgId&quot; content=&quot;FrontPage.Editor.Document&quot;>
<title>This</title>
</head>

<body>

<div align=&quot;center&quot;>
<center>
<table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;200&quot;>
<tr>
<td style=&quot;border: 2 solid #000080&quot; align=&quot;center&quot;>This</td>
<td style=&quot;border: 2 solid #000080&quot; align=&quot;center&quot;>is</td>
</tr>
<tr>
<td style=&quot;border: 2 solid #000080&quot; align=&quot;center&quot;>a</td>
<td style=&quot;border: 2 solid #000080&quot; align=&quot;center&quot;>test</td>
</tr>
</table>
</center>
</div>

</body>

</html>
 
Try embedding a <div>...</div> inside the table cells, and applying the style attributes to that instead. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top