Hjælp til script.
jeg har det her <style="width:443px;height:389px;overflow:auto;"> hvordan kan jeg sætte det ind i den her kode så det virker<td height="389" colspan="3" valign="top" class="style14">
<?php
include('db.php');
$id=(isset($_GET['id'])?$_GET['id']:'1');
$query = mysql_query("SELECT content FROM content WHERE id = '$id'") or die ("Fejl: ".mysql_error());
$row = mysql_fetch_array($query);
{
echo '<font face="Verdana, Arial, Helvetica, sans-serif">'.nl2br($row['content']).'</font>';
}
?></td>
