You could also give them this code:
Code:
<head>
<style type="text/css">
pre{
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
li{margin-top: 0px; margin-bottom: 0px; font-size:150%; font-weight: bold}
div{margin-left:18px; margin-top:-20px;}
</style>
</head>
<body>
<pre style="font-family: verdana; font-size: 12px">
<li>20% Off all orders this Weekend</li>
<div>
Lorem Ipsum ist ein einfacher Demo-Text für die Print- und Schriftindustrie. Lorem Ipsum ist in der Industrie bereits der Standard Demo-Text seit
<!-- -->
click to call
</div>
<li>20% Off all orders this Weekend</li>
<div>
Lorem Ipsum ist ein einfacher Demo-Text für die Print- und Schriftindustrie. Lorem Ipsum ist in der Industrie bereits der Standard Demo-Text seit
<!-- -->
click to call
</div>
<li>20% Off all orders this Weekend</li>
<div>
Lorem Ipsum ist ein einfacher Demo-Text für die Print- und Schriftindustrie. Lorem Ipsum ist in der Industrie bereits der Standard Demo-Text seit
<!-- -->
click to call
</div>
</pre>
</body>
and then tell them that they are only allowed to change text between the li-tags and the div-tags (and that 'they get what they see').
So they can do it themselves.
If their text is supposed to belong to another page containing other info and maintained by yourself, you could insert their text using an iframe.
Bookmarks