Good eye, I don't know how that ( got in there, but that was the
problem. Must have happened when I was doing a search and replace.
Thanks!
Patrick.O.Ige wrote:
Stephen why doing :- EditText="<img src=images/edit.gif (border=0
alt='Edit line item'>"
Why not
EditText="<img src=images/edit.gif border='0' alt='Edit line item'>"
Hope it helps..
Patrick
"Stephen" wrote:
Ever since I ported VB my webform to C# the images in the following
html have borders.
<asp:EditCommandColumn footerText="New Item" EditText="<img
src=images/edit.gif (border=0 alt='Edit line item'>"
CancelText="<img src=images/cancel_1.gif (border=0 alt='Cancel update'>"
UpdateText="<img src=images/save.gif (border=0 alt='Save
changes'>">
The same webform using VB does not show the borders. Actually, I
am not even sure they are image borders at all, but something else.
It is a blue thick line around my image. Not sure why this would be
happening between the two languages. Any suggestions are
appreciated.