Banner doesn't show
akushnir
Registered Users Posts: 30 Big grins
I believe I did everything correctly. Checked spelling and punctuation in the code. Put code in CSS section and header section. But no banner appears. ??
Thanks for any help.
alan
akushnir.smugmug.com
Thanks for any help.
alan
akushnir.smugmug.com
0
Comments
s#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://akushnir.smugmug.com/photos/158484874-O.jpg) no-repeat;
}
If you want your banner centered change the size to the actual image
as below.
#my_banner {
width: 600px;
height: 120px;
margin: 0 auto;
background: url(http://akushnir.smugmug.com/photos/158484874-O.jpg) no-repeat;
}
My Website index | My Blog
My banner properties say it is 750px x 150px not the dimensions you indicated : 600x120. Why do we measure the jpg differently?
Click this link then right click photo and pick properters. It show the 600x120
http://akushnir.smugmug.com/photos/158484874-O.jpg
My Website index | My Blog
Alan