dashed borders around table cells????

windows

Guest
Is there a way to create a dashed border around all of the cells in a table, instead of having the plain line border??<br />
<br />
Thanks.<!--content-->style="border: dotted blue thin"<br />
<br />
add that to your <table> tag. you could also use "dashed" (or "solid", "ridged", "double", "groove", "inset", or "outset"). and "medium" or "thick", or you could specify thickness with pixels (px).<!--content-->it's still only going around the outside edge.<br />
<br />
(in the pic I attached, I drew in lines in pink where the other cells are.<br />
<br />
Maybe it's not possible??? *shrugs*<br />
<br />
<br />
<html><br />
<br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><br />
<title>title goes here</title><br />
<br />
<STYLE type=text/css><br />
BODY {<br />
SCROLLBAR-FACE-COLOR: #000000;<br />
SCROLLBAR-HIGHLIGHT-COLOR: #000000;<br />
SCROLLBAR-SHADOW-COLOR: #000000;<br />
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;<br />
SCROLLBAR-ARROW-COLOR: #FFFFFF;<br />
SCROLLBAR-TRACK-COLOR: #000000;<br />
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF}<br />
</STYLE><br />
</STYLE><br />
<STYLE type="text/css"><br />
A:link{color: "#C73B1A"; text-decoration:none}<br />
A:visited {color: "#C73B1A"; text-decoration:none}<br />
A:hover{color: "#ffffff"; text-decoration:none}<br />
</STYLE><br />
<br />
<br />
</head><br />
<br />
<body topmargin="0" leftmargin="0" bgcolor="#000000" text="#FFFFFF"><br />
<br />
<center><br />
<table style="border: dashed white 1px" width="698" cellspacing="0" cellpadding="0"><br />
<tr><br />
<td width="698" valign="top" colspan="3"><font face="Arial" size="2"><img src=http://www.htmlforums.com/archive/index.php/"logo.jpg"></font></td><br />
</tr><br />
<tr><br />
<td height="25" valign="top" colspan="3"><font face="Arial" size="2"><center>blahblhablhah</center></font></td><br />
</tr><br />
<tr><br />
<td width="125" valign="top"><font face="Arial" size="2">Links</font></td><br />
<td width="25" valign="top"></td><td width="548" valign="top"><font face="Arial" size="2">Main Stuff<br><br></font></td><br />
</tr><br />
</table><br />
</center><br />
<br />
</body><br />
<br />
</html><!--content-->=================<br />
<STYLE type=text/css><br />
BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;}<br />
TD{ FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px ;border:dashed 2px; border-color:#ff00ff}<br />
<br />
</STYLE><br />
================<br />
TD in the style ;)<br />
<br />
=================<br />
And remove one:<br />
</STYLE><br />
it is unpair.<br />
<br />
:rocker:<!--content-->:-) Thank you. That works perfectly.<!--content-->. . : : | | your welcome | | : : . .<br />
<br />
. . . . . . . . . :rocker: :rocker:<!--content-->
 
Back
Top