There is a logo. Contained inside an h1
tag belonging to the class logo
.
In CSS, #logo
text-align: left
, I overload it in #logo img
, I write text-align: center
. Even in the img
tag I prescribe align="middle"
. If only henna, still left. Chrome debuggers and operas show that the image has the text-align: center
property.
Just in case, the calculated style looks like this:
background-attachment: scroll; background-clip: border-box; background-color: #EEE; background-image: url(header_outer.jpg); background-origin: padding-box; color: #333; display: block; font-family: arial, helvetica, sans-serif; font-size: 16px; height: 1133px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; position: relative; text-align: center; width: 1263px;