I would like to use actual images of my various components' remote controls in place of the stock HTML buttons that display when controlling IR devices via the web interface.
I've accurately sliced up the remotes in to several .gif images and strategically assigned them to the keys of the individual IR devices and organized them into rows and columns.
My problem is that when Homeseer renders the webpage for the device, it assigns a "colspan=2" to each <td> tag in the table, causing the horizontal spacing to padded which throws off the effect. The vertical spacing is perfect, however.
Is there a way to have Homeseer not place the colspan attribute in the tag? I've looked, and I'm pretty sure you can't. I'm just wondering if anyone else is doing something like this and what they've done to work-around the issue.
Personally, I'd like a Homeseer option to control the rendering of the IR device's HTML more precisely...
Dennis
I've accurately sliced up the remotes in to several .gif images and strategically assigned them to the keys of the individual IR devices and organized them into rows and columns.
My problem is that when Homeseer renders the webpage for the device, it assigns a "colspan=2" to each <td> tag in the table, causing the horizontal spacing to padded which throws off the effect. The vertical spacing is perfect, however.
Is there a way to have Homeseer not place the colspan attribute in the tag? I've looked, and I'm pretty sure you can't. I'm just wondering if anyone else is doing something like this and what they've done to work-around the issue.
Personally, I'd like a Homeseer option to control the rendering of the IR device's HTML more precisely...
Dennis
Comment