hallo,
I was wondering about why the datalist control will always add some styling tags, like:
cellspacing="0"
border="0"
style="border-collapse:collapse;"
even though I don't set any styling. I'm used to work with external stylesheets and this kind of styling are not even xhtml compatible, at least the two:
cellspacing="0" and border="0".
Is there a way to avoid any default styling?
thanks
I was wondering about why the datalist control will always add some styling tags, like:
cellspacing="0"
border="0"
style="border-collapse:collapse;"
even though I don't set any styling. I'm used to work with external stylesheets and this kind of styling are not even xhtml compatible, at least the two:
cellspacing="0" and border="0".
Is there a way to avoid any default styling?
thanks