MyBB Community Forums

Full Version: Post Reply | Preview
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://i.imgur.com/Gy7Wm.png

Is there anyway of moving these to the left abit so there in the center along with the text?

Also how would i make them a image?


<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" /></div>
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="replyto" value="{$replyto}" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
<input type="hidden" name="quoted_ids" value="{$quoted_ids}" />
<input type="hidden" name="tid" value="{$tid}" />
{$editdraftpid}
</form>
{$forumrules}
{$threadreview}
{$footer}
I'm not sure what "they" are...
What?
What do you mean by "they"? What do you want to move?
The post reply and preview post buttons more into the middle so it's in line with the text area.
Move them into the table, just below the textarea.