http://www.icyphoenix.com/viewtopic.php?f=25&t=1231&p=9401#p9401
-----------------------------------
Artie
Fri 02 Mar, 2007 21:46

Re: FAP 1.40a: Looking For Another Place For The Picture Des
-----------------------------------
I'm not exactly clear on where you want the placement, but I think you mean in the main table header cell, below the pic title.

OPEN [b]templates/YOUR_TEMPLATE/album_showpage.tpl[/b]

FIND AND REMOVE
[codeblock]	<tr>
					<td valign="top" align="right"><span class="genmed">{L_PIC_DESC}:</span></td>
					<td valign="top" align="left"><b><span class="genmed">{PIC_DESC}&nbsp;</span></b></td>
				</tr>[/codeblock]
FIND
[codeblock]{NEXT_PIC}&nbsp;&nbsp;{PIC_TITLE}&nbsp;&nbsp;{PREV_PIC}[/codeblock]

IN LINE - AFTER ADD
[codeblock]<br />{PIC_DESC}[/codeblock]


