Forum Moderators: not2easy
I tried using class or ID to format the text but neither work in Mozilla or Firefox. It's like they are ignoring the styling. Is there some little know (or widely known) problem that I've yet to uncover that will make this work?
Here's the code:
<div id="container">
<div class="gallery">Gallery Title Here</div>
<div id="center"></div>
</div>
---CSS-----
#container {
width: 100%;
float: left;}
#center {
width: 85%;
margin-left: auto;
margin-right: auto; }
.gallery {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: bold;
font-variant: small-caps;
color: #FFFFFF;}
Thanks in advance. You've been able to solve all my problems thusfar and I'm hoping you'll be batting 1000 (to use a well worn sports cliche) with this one.