将HTML网页转换为Windows小工具

时间:2012-01-23 20:18:56

标签: html windows sidebar windows-desktop-gadgets liquid

我想将网页转换为Windows小工具。基本上,网页只有2或3个图像&倒计时。我尝试这样做但不幸的是,小工具的大小缩小到大约2px宽度和8px高度。我尝试过Amnesty Generator,但我希望小工具也能脱机工作。

P.S。我使html页面变得流畅,以便小工具不会有任何问题。

的问候,
网友

1 个答案:

答案 0 :(得分:1)

请务必在css中设置元素的高度和宽度。

body
{
    height: 150px;
    width: 300px;
}