Putte denne css-fil i script.
Hejsa !hvordan putter jeg denne css-fil ind i min tabel.
-------------------------------------------------------------
css:
#dot {
border: 1px dotted blue;
}
-------------------------------------------------------------
html:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link rel="STYLESHEET" type="text/css" href="css/style.css">
<title>Ny side 1</title>
</head>
<body>
<div align="center">
<center>
<table border="0" cellspacing="0" width="750">
<tr>
<td> DEN SKAL VÆRE HER </td>
</tr>
</table>
</center>
</div>
</body>
</html>
-----------------------------------------------------------
Hilsen
ccfischer
