NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on April 29, 2013, 03:10:46 AM
-
Hi,
I´m trying to simulate a bar graph in the browse rows, like in the attached image.
Any Idea of how to replace the # char for any better?
I've tried using a space char and changing the "Aditional CSS Properties" to set the background color to "Apply to Content" but it is allways applied to the whole cell.
Thanks
[attachment deleted by admin]
-
create a div in the cell, with a background color etc, and set the width of the div depending on how wide you want the bar to be.
cheers
Bruce
-
Thanks it works perfect!
In case someone needs the html code:
'<div id="mio" style="width:'& loc:width# &'px;height:15px;z-index:0;background-color:blue"></div>'