W
WARD
Гость
Sarymian, попробуй margin-left: (тут ставь цифру)px;
WARD, так же. Толку ноль.
<script type="text/javascript">
$(document).ready(function() {
$("#file_upload_1").uploadify({
'swf' : 'misc/swf/uploadify.swf',
'uploader' : 'includes/gallery/uploadify.php',
'checkExisting' : 'includes/gallery/check-exists.php',
'cancelImg' : 'images/uploadify-cancel.png',
'queueID' : 'list',
'auto' : true,
'multi' : true,
'progressData' : 'speed',
'buttonText' : '\u0414\u041e\u0411\u0410\u0412\u0418\u0422\u042c \u0424\u041e\u0422\u041e',
'removeTimeout' : 1
}
);
});
</script>
<body>
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th height="25" class="thCornerL" nowrap>{L_GALLERY}</th>
</tr>
<tr>
<td class="row1" align="center">
<span class="gen">
<h3 align="Center">{L_GALLERY_MAX_FILE_SIZE} {MAX_SIZE}</h3>
{MSG}
<hr>
<center>
<input margin-left:-60 type="file" name="file_upload" id="file_upload_1"/>
<br>
<label><input type="checkbox" name="create_thumb" value="0"/> {L_GALLERY_CREATE_THUMB} </label>
</center>
</span>
</td>
</tr>
</table>