Re: Html Assistant

Roger Sorensen (RSORENSEN@CSBSJU.EDU)
Mon, 29 Jul 1996 23:08:08 EDT

I missed the original question on this thread, but I gather it was
something along the line of 'Does HTML Assistant make it easy to insert
color attributes in the <body> container tag?'
If so, the answer is 'yes', in the more-recent versions. When you place
a <body> tag, you can also select colors from a color palette - no
'messy' hex codes to fuss with. Also, it's easy to tell whether your
colors will work, since the dialog displays a sample of them in use. Or
do some people actually like to read magenta text on a chartreuse
background?

-------------------------------------------------------------------
Roger Sorensen "Characterrr izza who you
St. John's University Computing Services arrre inna de darrrk!"
Collegeville MN 56321-2000 - Lord John Whorfin
"Buckaroo Banzai"
http://www2.csbsju.edu/~rsorense/
rsorensen@csbsju.edu v:320-363-2035 f:320-363-2761
-------------------------------------------------------------------

> I'm not sure about assistant but I know in web weaver you must
>manually type in the command.
>
> Inside the <body> tag enter BGCOLOR="#xxxxxx" The xxxxxx is
>the color
>code in hex. So the command for a bright red background would look like
>this <BODY BGCOLOR="#FF0000">.