HighDots Forums  

How do I add captions if they are not supported by IE6?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss How do I add captions if they are not supported by IE6? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
harambeegirl
 
Posts: n/a

Default How do I add captions if they are not supported by IE6? - 08-09-2006 , 04:19 PM






I have read the CSS tutorial at W3Schools.com. It states that the
caption-side property is not supported in IE6. If I want to add captions to
my images, what else can I do?



Reply With Quote
  #2  
Old   
Spartanicus
 
Posts: n/a

Default Re: How do I add captions if they are not supported by IE6? - 08-09-2006 , 06:13 PM






"harambeegirl" <ecrystalcornell (AT) sbcglobal (DOT) net> wrote:

Quote:
I have read the CSS tutorial at W3Schools.com.
Not a good source of information.

Quote:
It states that the
caption-side property is not supported in IE6. If I want to add captions to
my images
A table with a caption element is not a correct way to mark up an image
and a caption, used correctly the caption element should describe the
nature of the table.

Quote:
, what else can I do?
<p><img ... ><br>caption</p>

Optionally specify the width of the <p> element, set text-align to
"center", float the <p> etc.

--
Spartanicus


Reply With Quote
  #3  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: How do I add captions if they are not supported by IE6? - 08-10-2006 , 04:02 PM



harambeegirl <ecrystalcornell (AT) sbcglobal (DOT) net> scripsit:

Quote:
I have read the CSS tutorial at W3Schools.com.
It may have helped you get some idea of CSS, but it's certainly a wrong idea
to some extent at least. Try to find something better, such as a good book
on CSS. Check the FAQ resources of this group for some hints.

Quote:
It states that the
caption-side property is not supported in IE6. If I want to add
captions to my images, what else can I do?
You can use the align="bottom" attribute in HTML.

On the other hand, there are several ways to add captions to images, though
_none_ of them is really good - there is no HTML markup for the purpose, so
everything is more or less kludgery. But see some ideas at
http://www.cs.tut.fi/~jkorpela/www/captions.html

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.