diff options
author | ivan <ivan> | 2007-02-19 16:15:52 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-02-19 16:15:52 +0000 |
commit | 5b219ae61fe2f5fe5e871f362b5139ccf821064b (patch) | |
tree | 700cb0c6bf79f5a9d313e3004dd82fba99b30d24 | |
parent | 48fde7b5810a670151398dd0d19f30a7c5745dff (diff) |
fix alignment in IE
-rw-r--r-- | demo.html | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -12,10 +12,10 @@ <table width="85%" align="center" cellpadding="0" cellspacing="0" class="demo"> <tr> - <th valign="middle"> + <th valign="middle" align="left"> <table cellspacing="0" cellpadding="0"> <tr> - <td align="right" valign="top"><a href="http://webdemo.sisd.com:81/freeside/" target="_top"><img border=0 src="imgs/webdemo/backoffice_shd.gif"></a></td> + <td align="left" valign="top"><a href="http://webdemo.sisd.com:81/freeside/" target="_top"><img border=0 src="imgs/webdemo/backoffice_shd.gif"></a></td> <th align="left" valign="top"> <h5>Back office</h5> <h6>Billing, ticketing, reporting and configuration for employees and resellers</h6> @@ -30,7 +30,7 @@ </tr> <tr> - <th valign="middle"> + <th valign="middle" align="left"> <table cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="top" ><a href="http://webdemo.sisd.com/selfserv/selfservice.cgi" target="_top"><img border=0 src="imgs/webdemo/selfservice.gif"></a></td> @@ -46,10 +46,10 @@ </tr> <tr> - <th valign="middle"> + <th valign="middle" align="left"> <table cellspacing="0" cellpadding="0"> <tr> - <td align="right" valign="top"><a href="http://webdemo.sisd.com/selfserv/signup.cgi" target="_top"><img border=0 src="imgs/webdemo/signup_shd.gif"></a></td> + <td align="left" valign="top"><a href="http://webdemo.sisd.com/selfserv/signup.cgi" target="_top"><img border=0 src="imgs/webdemo/signup_shd.gif"></a></td> <th align="left" valign="top"><h5>Sign-Up</h5> <h6>Template-able online signup page and API</h6> <p>Customer signup page with immediate credit card authorization and provisioning</p> @@ -62,10 +62,10 @@ </tr> <tr> - <th valign="middle"> + <th valign="middle" align="left"> <table cellspacing="0" cellpadding="0"> <tr> - <td align="right" valign="top"><img border=0 src="imgs/webdemo/vmware_shd.gif"></td> + <td align="left" valign="top"><img border=0 src="imgs/webdemo/vmware_shd.gif"></td> <th align="left" valign="top"><h5>Downloadable demo</h5> <h6>A downloadable VMWare virtual appliance</h6> <ul> |