I have been trying to define the border color around an image in a tag like this:
(It does not show white, it displays blue!)
I had this working on a page in WP, with not defining the border color and it was White, just what I wanted.
Then I moved the page to a new one and it changed all the border color blue, except one is purple. So random, argh!
Any suggestions how to get the border back to white?
Thanks:)
Code:
<IMG SRC="myfile" style="width:260px;height:180px" border="5px" color="#ffffff">
I had this working on a page in WP, with not defining the border color and it was White, just what I wanted.
Code:
<IMG SRC="myfile" style="width:260px;height:180px" border="5">
Then I moved the page to a new one and it changed all the border color blue, except one is purple. So random, argh!
Any suggestions how to get the border back to white?
Thanks:)