Problems with table in Opera.

G

Guest

Hi,


Look at this code:


<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<table border="1" width="300" height="120" bordercolor="#7FB6DD"
style="border-collapse: collapse">
<tr>
<td width="300" height="30" bgcolor="#D0E5F8" align="center"> </td>
</tr>
<tr>
<td width="300" height="90" align="left" valign="top"> <p> </td>
</tr>
</table>

</body>

</html>


It renders fine in Explorer and Firefox, but not in Opera.

What can I do to solve this problem?

Thanks in advance,


Alfredo
 
G

Guest

I got rid of the <p> but still have problems.
Table shows with "#7FB6DD" borders in Firefox and Explorer but with
"automatic" color in Opera.
Perhaps it's this: style="border-collapse: collapse", Opera doesn't like the
tag??

thanks again,


Alfredo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top