03-08-2008, 02:02 PM
|
#10 (permalink)
|
|
The Contributor
Join Date: Sep 2007
Posts: 29
Thanks: 8
|
Use this (make necessary modifications):
Code:
<div style="margin: -100px auto 0; height: 200px; position: absolute; top: 50%; text-align: center;">
<div style="display: none;">text</div>
<img src="leftimage" height="200" />
<img src="rightimage" height="200" />
</div>
|
|
|
|