[Pmwiki-users] table colors
bram
bram.brambring
Tue Mar 16 03:20:14 CST 2004
Greetings,
I tried to create a table with a background color. I discovered that some
colors do not result in the desired one but in black. Looking into the
source of the html page, there is a binary code instead of the hex-value in
ascii.
seems to happen for all colors starting with A-Z and ending in a number.
Did I miss something?
[[table]]
[[cellnr bgcolor='#FFFF99']]hello
[[cellnr bgcolor="#FFFF99"]]hello
[[cellnr bgcolor=#FFFF99]]hello
[[cellnr bgcolor=FFFF99]]hello
[[tableend]]
More information about the pmwiki-users
mailing list