i have the attached code is the site i'm working on and i need to remove the <br/>
node that comes after the " <div id="win_233906" ... "
my question is : how can i get access to the <br/> and how can i replace it with an empty string or even remove it completely.
the coed:
[HTML]<table>
<tr>
<td valign="top" style="width: 140px; direction: rtl; background-color: rgb(153, 203, 228);
height: 321px;">
<div id="win_233906 " style="height: 177px" onclick="return win_233906_oncl ick()">
<div id="win_header_ 233906" style="backgrou nd-image: url(index432.jp eg);">
<a class="changeLi nk14" href="/site/flash/flashList.asp?l ine_id=233906"> חדשות ועדכונים</a>
</div>
<div id="win_flash_2 33906">
<ul>
<li><a class="changeLi nk14" href="/site/flash/flashDetail.asp ?flash_id=19196 9">ניסיון
2</a> </li>
<li><a class="changeLi nk14" href="/site/flash/flashDetail.asp ?flash_id=19196 8">ניסיון
1</a> </li>
</ul>
</div>
</div>
<br /> <------------ need to remove this!
</td>
</tr>
</table>
[/HTML]
it's very urgent so i really need your help!!!
i'll appreciate if you could send your answers to this mail : [EDIT]
node that comes after the " <div id="win_233906" ... "
my question is : how can i get access to the <br/> and how can i replace it with an empty string or even remove it completely.
the coed:
[HTML]<table>
<tr>
<td valign="top" style="width: 140px; direction: rtl; background-color: rgb(153, 203, 228);
height: 321px;">
<div id="win_233906 " style="height: 177px" onclick="return win_233906_oncl ick()">
<div id="win_header_ 233906" style="backgrou nd-image: url(index432.jp eg);">
<a class="changeLi nk14" href="/site/flash/flashList.asp?l ine_id=233906"> חדשות ועדכונים</a>
</div>
<div id="win_flash_2 33906">
<ul>
<li><a class="changeLi nk14" href="/site/flash/flashDetail.asp ?flash_id=19196 9">ניסיון
2</a> </li>
<li><a class="changeLi nk14" href="/site/flash/flashDetail.asp ?flash_id=19196 8">ניסיון
1</a> </li>
</ul>
</div>
</div>
<br /> <------------ need to remove this!
</td>
</tr>
</table>
[/HTML]
it's very urgent so i really need your help!!!
i'll appreciate if you could send your answers to this mail : [EDIT]
Comment