webForumDet fria alternativet

streckad tabellram ?

3 svar · 260 visningar · startad av Pellefant

PellefantMedlem sedan maj 20023 372 inlägg
#1

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">
Peter SMedlem sedan dec. 20025 483 inlägg
#2
...
<table class="newstable"...
...

:)

SebbeMedlem sedan jan. 20032 285 inlägg
#3

Det lättaste vore väl att köra med den här (korta) koden?

[i]CSS[/i]
.newstable {
border: dotted 2px #6F0000;
}

[i]Tabell[/i]
<table class="newtable">
PellefantMedlem sedan maj 20023 372 inlägg
#4

Tack för hjälpen båda, funkar toppen :) Nu lärde jag mig något nytt.

129 ms totalt · 3 externa anrop · v20260731065814-full.16f3d68c
0 ms — hämta forumlista (cache)
0 ms — hämta statistik (cache)
126 ms — hämta tråd, inlägg och bilagor (db)