Hej!
Har denna koden, men hur får jag en tabellram att bli "streckad" (dotted). Nu blir det ingen streckning alls om jag har en vanlig tabell ? Måste man ge tabellen namn på något sätt?
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: 6f0000;
scrollbar-highlight-color: 282828;
scrollbar-3dlight-color: cccccc;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: cccccc;
scrollbar-track-color: black;
}
.newstable {border-right: dotted; border-left: dotted; border-top: dotted; border-bottom: dotted; border-width: 2px; border-color: #6f0000;}
-->
</STYLE>
</head>
<BODY bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">