Could anyone suggest how I can add a border to the header image container? Specifically to the left and right sides?
I added:
div#imagecontainer {
border-top: solid 1px #9B998B;
border-bottom: solid 1px #9B998B;
border-right: solid 10px #CCF0FF;
border-left: solid 10px #CCF0FF;
}
at: ATO > Add HTML/CSS inserts > CSS inserts, but the border doesn't show in Safari 5.0.3.
I'm using Atahualpa 3.5.3 and WordPress 3.0.5.
All advice gratefully received!
Jeremy