|
hi guys,
I have a jsp file as follows:
The problem is when I view this, I am getting white space (of the size same as the image I was putting) between the images.
Just wondering if you guys find any problme with this..
<div id="sidebar" vspace="0" hspace="0" border="0">
<form name="AcctDetailsForm" method="post" action="/vendor/getAcctDetails.do"> <input type="image" name="" src="images/account-details.gif"> </form>
<form name="RefillForm" method="post" action="/vendor/displayAcctRefill.do"> <input type="image" name="" src="images/account-refill.gif"> </form>
<form name="AcctHistoryForm" method="post" action="/vendor/displayAccountHistory.do"> <input type="image" name="" src="images/account-history.gif"> </form>
<form name="ChangePswdForm" method="post" action="/vendor/displayChangePswd.do"> <input type="image" name="" src="images/change-password.gif"> </form>
<form name="ChangePswdForm" method="post" action="/vendor/displayHelp.do"> <input type="image" name="" src="images/help.gif"> </form>
<form name="PersonalProfileForm" method="post" action="/vendor/displayTermsNConditions.do"> <input type="image" name="" src="images/terms.gif"> </form>
<form name="PersonalProfileForm" method="post" action="/vendor/Logout.do"> <img src="images/logout.gif" vspace="0" hspace="0" border="0"/> </form>
<version data="11.01.04svp1"><sysinfo data=""></sysinfo></version>
</div>
|