我想在asp.net的checkboxlist中的复选框之前显示图像。它应该是,
[image][checkbox] ABC
[image][checkbox] DEF
[image][checkbox] GHI
[image][checkbox] JKL
我该怎么做?
我已经通过以下提及链接,但它在复选框后显示图像。
http://dailydotnettips.com/2011/07/07/displaying-images-with-asp-net-checkboxlist-control/
https://forums.asp.net/t/1134597.aspx?Make+CheckBoxList+with+images
https://forums.asp.net/t/1795036.aspx?How+to+Create+checkboxList+with+images+as+ListItem+in+asp+net
答案 0 :(得分:0)
你必须使用css并在图像上应用填充,以便它们会向左移动。
就像你必须放style="padding-right:100px"
这将帮助您将图像放在复选框前面。
如果你可以分享html,我可以给你正确的代码。