Jamen den repeates ikke :)
Skylder måske at nævne at det er på en <div> men se selv eksemplet herunder.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict //EN" "
http://www.w3.org/TR/html4/strict.dtd"><html>
<head>
<style type="text/css">
.inline_knap {height:24px;display:block;float:left;border:1px solid #FCFCF9;color:#000000;text-decoration:none;cursor:pointer;}
.inline_knap:hover {border:1px solid #316AC5;background:#C1D2EE;}
.inline_editor_bg {
background:url('cms/billeder/frontend_tile.gif');
}
.broed {font-size: 10px;font-family:Verdana}
.heading1 {font-weight:bold;font-size: 20px;font-family:Verdana}
.heading2 {font-weight:bold;font-size: 16px;font-family:Verdana}
.pink_h1 {font-weight:bold;font-size: 20px;font-family:Century Gothic;color:pink;text-decoration:underline;}
</style>
</head>
<body>
<div style="width:300px;padding:1px" class="inline_editor_bg" id="inline_editor_bg1" onmouseover="inline_editor('vis',1);" onmouseout="inline_editor('skjul', 1)"><p><a href="
http://www.google.dk" id="" title="" onclick="" target="_self"><span class="pink_h1" style="">Gisp</span></a></p></div>
</body>
</html>