Forum Moderators: not2easy
I'm sure this is an easy fix, I just can't seem to arrive at it at the moment. I'd like to align all content below inside the DIV so that it will vertically align in the middle. Perhaps the form image element is the problem which is causing the images to not align in the middle of the DIV?
<div style="vertical-align: middle;text-align: center;">
<form action="get_pdf.php" method="post">
<strong><a href="link.html">Stage 1</a>:</strong> Completed
<img src="stage_one.png" width="32" height="32">
<input type="image" src="page.png" border="0">
<input type="hidden" name="stage" value="1"/>
</form>
</div>
Any help is greatly appreciated.
-Jim
Vertical alignment is a different kettle of fish: [webmasterworld.com...] ;)