hey Clyde,
Ok changed it to what you posted here and I still do not see it as being centered. Still shows up left in IE for me,
hey Clyde,
Ok changed it to what you posted here and I still do not see it as being centered. Still shows up left in IE for me,
I checked the CSS for your site and found this:
See if this helpsCode:TABLE.header TD { text-align: center; } TABLE.header TD { text-align: center; } /* delete this one*/ TABLE.header { background-image: url(../images/header_bg.jpg); background-repeat: repeat-x; /* change this to no-repeat; background-color: #ffffff; border-right: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 1px solid #000000; }
I seriously must be the biggest idiot because I keep making the changes you suggest and I can't see any changes. I'd hate to scratch useing Zen just because I can't figure out 3 simple changes![]()
Andrea
Andrea,
Don't despair. I have several times made repeated changes only to discover I was editing the correct file but in the wrong folder. Or, that I was upload the correct file to the wrong folder on the website, or that was editing the wrong file, or .... You get the picture.
Good news. You logo appears centered in IE6 and FF on my computer. Yippee!
Thanks! I finally just started over and got it to work. Still some minor tweaking and then the fun of uploading products. Maybe by this time next eyar I'll have it all set![]()
Andrea
I'm going to keep working on this but it is puzzling me. My banner is centered in IE and Avant but not Firefox (which I use most). www.memories-forever.net/shopping
fyi - you'll have to spell it out for me what I would need to do, LOL
Diana
This CSS from your stylesheetOriginally Posted by babydi77
should read#logo, {text-align: center;} .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left}#logo {
text-align: center;}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left}
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
This line in your stylesheet.css needs to be corrected:
Change it as follows:Code:#logo, {text-align: center;} .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg { float: left }
Code:#logo {text-align: center;} .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg { float: left }