Forum Moderators: open
I did not add any <br>-Tags, since the page is not optimated for a special screen resolution. Thanks for your help.
It can be frustrating I know, but I think it will be worth it for you to exercise more control over the layout.
style.css:
----------------------
.texnorm {
text-align: justify;
vertical-align: top;
white-space: pre;
clip: rect( );
line-height: normal;
margin-top: 0px;
padding-top: 0px;
position: relative;
top: 0px; }
--------------------------<table border="0" width="95%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="3" height="35" valign="top"><p class="texnorm">Text</p><br></td>
</tr>
</table>
The Text in the table is just normal text. If I open the source code, the only thing that is different, is that the text is written in one line.
It might be that Opera does not understand the text-align: justify; Command.
white-space: pre;
Opera is handling it CORRECTLY, and Explorer is not! Just get rid of the rule and things should be fine.
W3Schools Reference - white-space property [w3schools.com]
nowrap would definitely cause the problem you have. Possible Opera is intepreting pre as "pre and nowrap". How do they work if you try normal?
Sorry for double spacing those two words but WebmasterWorld preview went doolally when I quoted them directly. Bug Brett?