Lavede selv en løsning:'
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<script type="text/javascript"><!--
function changeText(divx,newText){
document.getElementById(divx).innerHTML=newText
document.getElementById(divx).srcMode = 1;
document.getElementById(divx).style.fontFamily = document.getElementById("baseFont").value; //"monospace";
document.getElementById(divx).style.fontSize = document.getElementById("titleSize").value +"pt" ;//"12pt";
document.getElementById(divx).style.color = document.getElementById("titleColor").value ;//"blue";
document.getElementById(divx).style.backgroundColor =document.getElementById("backgroundColor").value ; //'#c0c0c0';
}
//-->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<hr noshade color="#C0C0C0" size="2">
<table border="0" cellpadding="0" cellspacing="0" class="normal">
<tr valign="top">
<td width="200" align="left" class="normalBold-Big"><strong>
Udseende
</strong></td>
<td width="144" class="normalBold">
<strong>Font</strong><br />
<input type="text" name="baseFont" value="arial">
</td>
<td width="148" align="left" class="normalBold">
<strong>Baggrundsfarve</strong><br />
<input type="text" name="backgroundColor" value="#FFFFFF">
</td>
<td width="227" rowspan="2" align="left" class="normalBold"><div id="test">
<DIV id=test
style="FONT-SIZE: 12pt; COLOR: #000000; FONT-FAMILY: arial; BACKGROUND-COLOR: #ffffff"
srcMode="1">hej Eksperten!<BR>
Du kan bruge <B>enhver</B> type af html med dette script!</DIV>
</div></td>
</tr>
<tr valign="top">
<td height="41"><a href='java script:changeText("test","hej Eksperten!<br>Du kan bruge <b>enhver</b> type af html med dette script!")'>Klik på dette link</a>
</td>
<td class="normalBold">
<strong>Titelstørrelse</strong><br />
<input type="text" name="titleSize" value="5">
</td>
<td align="left" class="normalBold">
<strong>Titelfarve</strong><br />
<input type="text" name="titleColor" value="#000000">
</td>
</tr>
</table>
<hr noshade color="#C0C0C0" size="2">
</body>
</html>