设置<p>标签宽度或使其按比例缩放</p>

时间:2013-09-08 13:20:21

标签: html css mobile size width

我最近创建了这个网站,它在桌面上看起来都很好,在移动设备上也是如此,除了参与文字之外,它都不合适。

如果你在手机上查看它,你会看到我的意思。基本上,这些段落文本并不与移动设备上面的图像保持一致,它缩小到宽度的一半,我如何让它保持与桌面版本一样?

http://www.callamsgraphics.co.uk/zarp/index.html

由于

1 个答案:

答案 0 :(得分:0)

尝试html标题部分中的元标记

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>
    <!-- your page title here-->
</title><meta http-equiv="Page-Enter" content="blendTrans(Duration=2.0)" />
<meta name="viewport" content="user-scalable=yes, height=device-height,
                                                       initial-scale=0.6" />

<!-- your code  here-->
</head>
<body>
<!-- your code  here-->
</body>
</html>