Hallo,
An der Stelle an der die Umrahmung erscheinen soll habe ich folgendes in den Quelltext eigegeben:
<fieldset><legend><font color="#003366" size="3">[ Sie finden darin ]</font></legend>
<p style="line-height: 100%; margin-bottom: -15"><font color="#003366">text, text, text </font></fieldset>
<html>
<head>
<title>Titel der Datei</title>
<style type="text/css">
<!--
fieldset {
border:2px solid blue;
background-color:#66cc00;
font-family:monospace;
font-size:14px;
}
-->
</style>
</head>
<body>
</body>
</html>
http://selfhtml.teamone.de/css/formate/einbinden.htm
oder
<fieldset style="border:2px solid blue;background-color:#66cc00;">
http://selfhtml.teamone.de/css/formate/einbinden.htm#innerhalb_element
Grüße
Thomas