<!DOCTYPE html>
<html>
<head>
<style>
p
{
min-width:200%;
background-color:yellow;
}
</style>
</head>
<body>
<p>这是一些文本. 这是一些文本. 这是一些文本.
这是一些文本. 这是一些文本.这是一些文本.
这是一些文本. 这是一些文本. 这是一些文本.</p>
<img src="/attachments/cover/cover_css.png" width="95" height="84" />
</body>
</html>