Why does this work in design mode but not when I run it:
<tr style="background-image: url('~/images/button.gif');">
...and this works in both design and run time mode?
<tr style="background-image: url('images/button.gif');">
The images folder is one folder below the aspx page which contains this HTML.