> The problems are: the background is missing and the setiathome-icon
> isn't there too. And when the cursor is over the RC5-icon it says
> setiathome.  

As I said: User Error.

This is your HTML code (reformatted so I and others can read it :)):

<H1>
  Ich arbeite f�r: 
   <A HREF="http://www.setiathome.ssl.berkeley.edu" ALT="seti"
      TARGET="BLANK" 
   <IMG SRC="seti.gif" WIDTH=249 HEIGHT=69 BORDER=0 </A>

Thats two unclosed tags in a row, so in fact it *is* displaying the
page correctly - IBrowse and AWeb seem to be more tolerant of poor
HTML, while V gets the balance between poor HTML and a workaround
right for me. Your code should be:

<H1>
  Ich arbeite f�r: 
   <A HREF="http://www.setiathome.ssl.berkeley.edu" ALT="seti"
      TARGET="BLANK">
                    ^
   <IMG SRC="seti.gif" WIDTH=249 HEIGHT=69 BORDER=0></A>
                                                   ^

Then I'm sure it will display properly.

Jason


-- 
Jason Murray
Webmaster, www.vapor.com
[EMAIL PROTECTED]

____________________________________________________________
Voyager Mailing List - Info & Archive: http://www.vapor.com/
For Listserver Help: <[EMAIL PROTECTED]>, "HELP"
To Unsubscribe: <[EMAIL PROTECTED]>, "UNSUBSCRIBE"

Reply via email to