Misbehaving OmniWeb or bad HTML code?
Tom Rowden
tom.rowden at attws.com
Fri Jan 5 07:06:39 PST 1996
Thanks,
I figured that out shortly after I sent that message.... duh.
---
_________________________________________________________
Tom Rowden
LAN Administrator
AT&T Wireless Services
Central Region, Pittsburgh, PA
_________________________________________________________
Begin forwarded message:
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