
October 27th, 2003, 05:55 PM
|
|
Junior Member
|
|
Join Date: Oct 2003
Posts: 2
Time spent in forums: 4 m 3 sec
Reputation Power: 0
|
|
Adding Captions in Photoshop 6
Hi
I'm fairly new to webpage development and Photoshop, so forgive me if this is a stupid question.
I have set up a customised Web Photo Gallery style in Photoshop. On the Subpage.htm page I want to include a caption below the picture. I have opened the jpg (say photo1.jpg) in Photoshop and added the text in the caption box under File --> File Info. Then I saved it as photo1.ffo in the same directory as photo1.jpg. I did the same for all the jpg in the directory.
I then created the Web Photo Gallery files under File --> Automate. Alas, a caption still doesn't appear on photo1.htm.
The html script in subpage.htm is as follows:
<BODY bgcolor="#FFFFFF">
<CENTER>
<TABLE border="0" cellpadding="0" cellspacing="2" width="200">
<TR>
<TD width="80" align="center"><A href=%PREVIMAGE%><IMG src="../images/previous.gif" vspace=2 hspace=1 border="0" alt=%PREVIOUSSTR%></A></TD>
<TD width="80" align="center"><A href=%NEXTIMAGE%><IMG src="../images/next.gif" vspace=2 hspace=1 border="0" alt=%NEXTSTR%></A></TD>
</TR>
</TABLE>
</CENTER>
<center>
<FORM>
<INPUT type="button" value="Close Window" onClick="window.close()">
</FORM>
</center>
<TABLE border=0 align="center">
<TR>
<TD align=center valign=center>
<IMG src=%IMAGESRC% align=bottom border=%IMAGEBORDER%alt=%ALT%>
</TD>
</TR>
</TABLE>
<P><CENTER><font face="Verdana" size="0"><b>%FILEINFO%</b></FONT></CENTER></P>
</BODY>
I'd very much appreciate any help.
Thanks
Dion
|