lightofthemind
03-08-2006, 01:34 AM
If anyone knows the code for adding a caption to pics, please reply! ^_^
|
View Full Version : Photo captions lightofthemind 03-08-2006, 01:34 AM If anyone knows the code for adding a caption to pics, please reply! ^_^ Valkyrie 03-08-2006, 01:45 AM In the code for the image, add alt=" Your Caption Here" and change the stuff in bold. war59312 03-09-2006, 03:54 AM Hey, Valkyrie captions are title="Your Caption Here" . Alt is for alternative text and is only seen when images are disabled, well in decent browsers anyways. :waves: So lightofthemind I highly recommand you add both alt="Your Alternative Text" and title="Your Caption Here" . That way it works in both browsers and besides all images should always have an alt tag. ;) Take Care, Will Valkyrie 03-09-2006, 04:35 AM Hey, Valkyrie captions are title="Your Caption Here" . Alt is for alternative text and is only seen when images are disabled, well in decent browsers anyways. :waves: True, but Alt is also displayed like Title in IE. But you're right, if you want it to be displayed in other browsers, you would use title as well. |