tufanayd
08-29-2009, 03:51 AM
Hi,
I purchased an e-commerce software and I have limited access to the source codes but full access to the css and I can't delete but I can add javascript or html. what i want is I have a form and in this form a table. I want to get rid of the second table row as seen below but because I don't have access to the source I can't it.
Is there anyway to hide the table second table row or just hide the image and the link in the second table row?
<form name="form1" method="POST" action="xxx.asp">
<table border="0" cellpadding="0" cellspacing="0" class="Table1">
<tr>
<td class="tbtd"><img src="1.gif" border="0"><a href="test1.asp" class="MenuLink" target="_blank">aaaaaaa</a></td>
</tr>
<tr>
<td class="tbtd"><img src="2.gif" border="0"><a href="test2.asp" class="MenuLink" target="_blank">bbbbbbb</a></td>
</tr>
</table>
</form>
I purchased an e-commerce software and I have limited access to the source codes but full access to the css and I can't delete but I can add javascript or html. what i want is I have a form and in this form a table. I want to get rid of the second table row as seen below but because I don't have access to the source I can't it.
Is there anyway to hide the table second table row or just hide the image and the link in the second table row?
<form name="form1" method="POST" action="xxx.asp">
<table border="0" cellpadding="0" cellspacing="0" class="Table1">
<tr>
<td class="tbtd"><img src="1.gif" border="0"><a href="test1.asp" class="MenuLink" target="_blank">aaaaaaa</a></td>
</tr>
<tr>
<td class="tbtd"><img src="2.gif" border="0"><a href="test2.asp" class="MenuLink" target="_blank">bbbbbbb</a></td>
</tr>
</table>
</form>