Hi there Benjammin854,
Firefox and Chrome, I believe incorrectly, rendered this code...
[color=navy] coords="40px,310px,345px,326px"
coords="40px,325px,275px,350px"
coords="380px,285px,650px,300px"
coords="380px,302px,625px,328px"
coords="380px,322px,625px,352px"
[/color]
IE, I believe correctly, will only render this...
[color=navy] coords="40,310,345,326"
coords="40,325,275,350"
coords="380,285,650,300"
coords="380,302,625,328"
coords="380,322,625,352"
[/color]
coothead