Inconsistent rendering?

Scott Anguish sanguish at digifix.com
Tue May 23 20:38:30 PDT 1995


Is it me?  Or is it a bug?

This seems to be broken somewhat... if you image the following in  
OmniWeb, replacing REPLACE_ME_STRING with the following, you get  
different results..

What I'm after is for the logo.gif to be left justified..

___WRONG___

REPLACE_ME_STRING = nothing at all
	logo.gif is centered on the screen

REPLACE_ME_STRING = <br>
	logo.gif is centered on the screen

___RIGHT___

REPLACE_ME_STRING = <p>
	logo.gif is left justified on the screen

REPLACE_ME_STRING = just some text
	logo.gif is left justified on the screen


<IMG src="/Images/header.gif">
<br>
<center>
<a href="Company/index.html">Background</a> | <a  
href="PR/index.html">News</a> | <a  
href="Products/index.html">Products</a> | <a  
href="Support/index.html">Support</a> | <a  
href="Feedback/index.html">Feedback</a>
</center>

REPLACE_ME_STRING

<hr size=4>
<img src="/Images/logo.gif" alt=" ">

<h5><a href="/Copyright.html">&copy 1995</a> Company<br>
<a href="mailto:webmaster at Company.com">webmaster at Company.com</a></h5>


More information about the OmniWeb-l mailing list