Hi
I need to modify the output size upon click on 'more photos" so that I can add some pictures in the out put box ...
The relevent html code I can find (copied from the display html) is as follows: -
but the php page (no html or mentioning of output size) doesn't say anything like that?
Please help ...
I need to modify the output size upon click on 'more photos" so that I can add some pictures in the out put box ...
The relevent html code I can find (copied from the display html) is as follows: -
<table style="margin-top:2px; margin-bottom:2px;" border=0 cellspacing=0 cellpadding=0>< tr height=20><td width=4 height=20><img src=templates/tmpl_act/images_act/button3_left.gi f width=4 height=20></td><td height=20 valign=middle background=temp lates/tmpl_act/images_act/button3_fill.gi f><a href="javascrip t: void(0);" onClick="javasc ript: get_gallery(1); "><img src=templates/tmpl_act/images_act/pa_photos.gif border=></a></td><td height="20" valign="center" background=temp lates/tmpl_act/images_act/button3_fill.gi f class=small3>
<a href="javascrip t: void(0);" onClick="javasc ript: get_gallery(1); ">more
photos</a> </td><td width=4 height=20><img src=templates/tmpl_act/images_act/button3_right.g if width=4 height=20></td></tr></table>
</td>
<a href="javascrip t: void(0);" onClick="javasc ript: get_gallery(1); ">more
photos</a> </td><td width=4 height=20><img src=templates/tmpl_act/images_act/button3_right.g if width=4 height=20></td></tr></table>
</td>
</td>
</tr>
<tr class=table>
<td align="left" valign="bottom" >
<form id="Private{$pi c_index}Form" action="{$_SERV ER['PHP_SELF']}" method="POST">
<input type="hidden" name="mark_priv ate" value="$pic_ind ex">
<table class="text2" cellpadding="0" cellspacing="0" border="0">
<tr class=table>
<td valign="middle" ><a href="javascrip t: void();" onClick="javasc ript: document.forms['DeletePrimary{ $pic_index}Form '].submit(); return false;">$delete </a></td>
<td align=\"center\ " valign=\"middle \" width=\"6\">&nb sp;| </td>
<td valign="middle" >
<input class="no" $checked onClick="javasc ript: document.forms['Private{$pic_i ndex}Form'].submit();" type="checkbox" name="mark_priv ate_{$pic_index }">
</td>
<td valign="middle" >$private_photo s</td>
</tr>
</table>
</form>
</tr>
<tr class=table>
<td align="left" valign="bottom" >
<form id="Private{$pi c_index}Form" action="{$_SERV ER['PHP_SELF']}" method="POST">
<input type="hidden" name="mark_priv ate" value="$pic_ind ex">
<table class="text2" cellpadding="0" cellspacing="0" border="0">
<tr class=table>
<td valign="middle" ><a href="javascrip t: void();" onClick="javasc ript: document.forms['DeletePrimary{ $pic_index}Form '].submit(); return false;">$delete </a></td>
<td align=\"center\ " valign=\"middle \" width=\"6\">&nb sp;| </td>
<td valign="middle" >
<input class="no" $checked onClick="javasc ript: document.forms['Private{$pic_i ndex}Form'].submit();" type="checkbox" name="mark_priv ate_{$pic_index }">
</td>
<td valign="middle" >$private_photo s</td>
</tr>
</table>
</form>