I've got a simple hyperlinked graphic that keeps disappearing when a page is rendered in the browser (any browser, any platform). When checking "view source" half of the text has disappeared.

***snip of view source***

<div class="outer">
<img src="/art/sub_services.gif" width="25" height="200" alt="Services" border="0" 
/>
<br />
<a href="http://www.formandsubstance.com"; target="_blank">                            
                                                                              </a>
<br />
</div>

***snip of ASCII text HTML file uploaded to server***

<div class="outer">
<img src="/art/sub_services.gif" width="25" height="200" alt="Services" border="0" />
<br />
<a href="http://www.formandsubstance.com"; target="_blank"><img src="/art/logo_fs.gif" width="20" height="300" alt="website design : Helen Glenn Court" border="0" /></a>
<br />
</div>

URL: www.theeditorsmark.com

The site uses CSS, Javascript, SSI and is quite simple.

The graphic that keeps disappearing, of course, is my own credits.

Any ideas??

many thanks
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to