That's the first request for an alt text tag in 7 years, so I'm happy to add the capability as a hidden feature - for most people - the size of the download and the title are adequate (and automatic).
Here's what's new in today's build that you
can download here:
Oct 21 2004
- Hidden feature to set language in Web Page Output, by default, it's EN (English)
Example for Spanish:
defaults write com.stone.PhotoToWeb WebLanguage SP
- If you add an "AltText" key/value pair by editing a .album file in TextEdit (did you know that our file format is plain english?), it will be honored when the HTML is created and preserved when the album is saved. This allows you to assign some arbitrary "Alt" tag text to each photo and its thumbnail.
Example:
Code:
...
Photos = (
{
AltText = "This photo shows a young girl dancing in the snow";
Caption = "Dancing, drumming, juggling and stiltwalking open the big BIG Show!";
...