开发者

how to remove the underscore character inside the repeater in asp.net c#

开发者 https://www.devze.com 2023-02-13 01:42 出处:网络
here is the page that has the problem, look at the photos with different views of the product, they are separated with an underscore character

here is the page that has the problem, look at the photos with different views of the product, they are separated with an underscore character

i tried to use template s开发者_C百科eperator, and added a space character but that didn't do the trick. Thanks


It looks like the underscore is because there is a space inserted somewhere and since the space is in the <a> tag, it makes the underscore.


Looks like this is only happening in IE. It looks fine in FireFox. I would remove the tags you have between the anchor tags. Instead, use the onclick event of the anchor to call a javascript function defined on the page elsewhere.

 <a onclick="changeImgSize(this);"  href='http://www.avakian.gr:80/Images/products/basket2_04.jpg' rel='lightbox[Καρποί_και_φρούτα_]' id='Καρποί_και_φρούτα_]' style="width:85px;height:129px;" 
                                      title='Καρποί και φρούτα '>
0

精彩评论

暂无评论...
验证码 换一张
取 消