Quote:
Originally Posted by multichild
I have a page full if images that are pulled into my site through the url tag in the css doc.
Is there anyway I can add an alt tage to these images.
Thanks
lee
|
Generally, the
CSS Background Element is supposed to be used for
background images, like decorative swirls or smooth gradients.
They are not supposed to be used for logos, images with text, or anything of that sort.
And to answer your question, no there is not. You can only use the 'alt' attribute on '<img' tags, and nothing else.
Hope this helps,
Ed