Forum Moderators: not2easy
<span ID="celColorChange">v</span>
<span ID="celColorChange">a</span>
<span ID="celColorChange">r</span>
<span ID="celColorChange">i</span>
<span ID="celColorChange">e</span>
<span ID="celColorChange">g</span>
<span ID="celColorChange">a</span>
<span ID="celColorChange">t</span>
<span ID="celColorChange">e</span>
<span ID="celColorChange">d.</span>
I'm using a script to change the colors, they change as you watch. Problem is that instead of looking like:
variegated
they look like:
v a r i e g a t e d
Well, not that bad, about in-between normal and double-spaced.
How can I CSS that to bring them together?
I have this:
#celColorChange {
margin: 0px;
padding: 0px;
}
but that has no apparent effect.
Shadows Papa
Thanks.
Shadows Papa
I did get my CSS file to validate. Only took one edit.
The only things on several pages keeping the HTML from validating was my lack of ALT for images (with several dozen on a page I'll be darned if i'm going in now and adding ALT to 60 or however many images per page on several pages.
Otherwise, it was the script that runs the floating menu and some other scripts that prevented validation on some pages.
Shadows Papa