some tags deleted when load from html
-
i use automaticaly update table with auto import extension.
I noticed that after load data some tags deleting
for example:
before data<td> <center> <img class="webmoney" src="/0.gif" title="Webmoney" /> </center> </td>after data
<td> <img class="webmoney" src="/0.gif" title="Webmoney" /> </td>example 2
data before<td> <div style="display: none">VN:R_U [1.9.22_1171]</div> <div class="thumblock " ><div id="gdsr_thumb_236_a_up" class="gdt-size-24 gdthumb gdup"> <div class="gdt-starrating"></div> </div> <div id="gdsr_thumb_236_a_dw" class="gdt-size-24 gdthumb gddw"> <div class="gdt-starrating"></div> </div> <div class="raterclear"></div> </div></td>
data after
<div>VN:R_U [1.9.22_1171]</div> //style="display: none" - deleted <div class="thumblock "> <div id="gdsr_thumb_236_a_up" class="gdt-size-24 gdthumb gdup"> <div class="gdt-starrating" /> // replaced - <div class="gdt-starrating"></div> </div> <div id="gdsr_thumb_236_a_dw" class="gdt-size-24 gdthumb gddw"> <div class="gdt-starrating" /> </div> <div class="raterclear" /> </div>can solve this problem?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘some tags deleted when load from html’ is closed to new replies.