ric.carrasquilla-ch2m
-
3/20/2009 9:59:28 AM
Background-Image in a Table
Hi Everyone,
I’m trying to use a background image in my transformations. This is the code I use :
<table class="main" style="border:solid <%# Eval("Borderwidth") %> <%# Eval("BorderColor") %>; margin-left:20px; width:100%; background-image:url(<%# IfEmpty(Eval("BackgroundImage"), "",GetImage("BackgroundImage") )%>" > When the page displays, I get this as a result
" > How can I use the transformation expression to display the background image? Also, is there a guide to all of the transformation expressions available? If so, where?
|