1
I'm using a flexible theme that uses tiles.
I want to fix and centre a header image in the css.
Currently the image is called tile.gif and the relevant parts of the css that I can identify look like this ...
le="color: #000000"><?php td.banner{ text-align: right; padding:5px; background-image: url('images/tile.gif'); height: 70px;
and this
le="color: #000000"><?php td.header { text-align: left; vertical-align: middle; background-image: url('images/tile.gif'); height: 70px;
Any help or comments much appreciated, thank you.