RE: Alt tag required for horizontal dividing bar
"Jon Hanna" <[email protected]>
| Newsgroups | gmane.org.w3c.accessibility.general |
|---|---|
| Message-ID | <[email protected]> |
> What would be the appropriate alt for the two grey
> horizontal bars on the page http://www.gla.ac.uk/adulteducation/ ?
> The images are named x.gif and grey.gif. I've gone with " " for the
> moment, thinking that they're pretty much spacer images. Is this correct?
Use <hr /> for the one at the top and bottom of the pages. Use CSS to make
it look as you wish.
For the ones in the table use either <hr /> or better still use CSS on the
table (td{border-bottom: 1px solid #CCCCCC;} or similar) and get rid of the
cells with the image altogether.