Her er koden:
Effekten får man ved at lave et style sheet (det der står efter <style type="text/css">),
og bruger det i <div> en ved at tilføje class="saenket"
Bredden kan ændres i width="50%" til enten en fast bredde i pixel elle en anden procent.
Jeg har lagt div'en ind i en enkeltcellet tabel for at have den centreret.
Mvh
sMorch
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.saenket {
border: thin inset;
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<table align="center" width="50%">
<tr>
<td>
<div align="center" class="saenket" width="50%">
<p><font color="#FF0000">Test af div Test af div Test af div Test af div
Test af div Test af div Test af div Test af div Test af div Test af
div Test af div Test af div</font><font color="#333333"> <br>
<strong>Test af div Test af div Test af div Test af div Test af div
Test af div Test af div Test af div Test af div Test af div Test af
div Test af div</strong> </font></p>
<p><font color="#333333" face="Georgia, Times New Roman, Times, serif">Test af div Test af div Test af div Test af div
Test af div Test af div Test af div Test af div Test af div Test af
div Test af div Test af div </font></p>
<p><font color="#333333" face="Comic Sans MS, Verdana, Arial">Test af
div Test af div Test af div Test af div Test af div Test af div Test
af div Test af div Test af div Test af div Test af div Test af div </font></p>
<p><font color="#FF0000" face="Courier New, Courier, mono">Test af div Test af div Test af div Test af div
Test af div Test af div Test af div Test af div Test af div Test af
div Test af div Test af div </font></p>
</div>
</td>
</tr>
</table>
</body>
</html>