|
Hi I would like to show a countdown, which represents days left until the smoking ban comes into force, which I would like to display through the transparent image displayed. The countdown is done in asp code: <asp:Label ForeColor="#CC3366" font="20" BackColor="#003333" Font-Bold="true" runat=server ID="LbCountDown"></asp:Label> .
Can anyone advise me how I can achieve this?
|