[Pmwiki-users] Colours in Tables

Benedikt Hochstrasser bhoc
Fri Jun 4 09:40:12 CDT 2004


Hello,

(pmwiki-0.6.21)

Try this:

[[table bgcolor="#e7C36b" border="1"]]
[[cell align="center"]]test
[[cell align="center"]]test
[[tableend]]

||bgcolor="#e7C36b" border="1"
|| test || test ||

[[table bgcolor="#E7C36B" border="1"]]
[[cell align="center"]]test
[[cell align="center"]]test
[[tableend]]

||bgcolor="#E7C36B" border="1"
|| test || test ||

Can you spot the difference? In the 2nd example, pmwiki seems to escape the #E7C36B value into Hex E7, C3, 6B characters. With lowercase characters, this does - 
fortunately - not happen. Took me quite a while to find out. ;-)

-- 
Ben




More information about the pmwiki-users mailing list