Misbehaving OmniWeb or bad HTML code?
Wolfgang Roeckelein
wolfgang at wi.whu-koblenz.de
Fri Jan 5 06:54:00 PST 1996
Tom Rowden wrote:
> Having an interesting problem...
>
> One of the pages I have built on our internal Web Server has these 2 lines:
>
> <body background="/images/backgrounds/paper/tan_paper.gif"> <body
> text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF0000">
>
> the problem is, in OmniWeb 2.0b2 the background seems to work fine but the
> text attributes do not take affect.
>
> when I switch the order of the lines to:
>
> <body text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF0000"> <body
> background="/images/backgrounds/paper/tan_paper.gif">
This is bad HTML code. A HTML file framework looks like
<html><head></head><body></body></html>. Note that there is only one body tag.
Wolfgang
More information about the OmniWeb-l
mailing list