<html>
<head>
<style>
p
{
min-width:200%;
background-color:yellow;
}
</style>
</head>
<body>
<p>This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.</p>
<img src="/demo/logocss.gif" width="95" height="84">
</body>
</html>