<html>
<head>
<style type="text/css">
<!--
form
{
display: inline;
}
.zeile
{
margin-top: 5px;
display: table;
width: 200px;
}
.eingabe
{
clear: right;
float: left;
}
.preview
{
border: 1px solid #000;
height: 20px;
float: right;
clear: right;
width: 35px;
}
//-->
</style>
</head>
<body>
<form>
<div class="zeile">
<input class="eingabe" name="new[body_bg]" type="text" size="22" value="$body_bg" title="$body_bg" />
<span class="preview" style="background-color: #fff;"> </span>
</div>
<div class="zeile">
<input class="eingabe" name="new[body_bg]" type="text" size="22" value="$body_bg" title="$body_bg" />
<span class="preview" style="background-color: #ccc;"> </span>
</div>
</form>
</body>
<html> |