View Full Version : Not sure if this is the right spot...


Gadget
02-16-2004, 03:05 PM
But here goes.

I'm trying to find out how to make a dotted or dashed border for my table.
I've done a search on the forums and found a few posts, but nothing that really explains it. I THINK it has something to do with CSS, but I can't seem to figure it out.
Can someone explain it please?

Rosey
02-16-2004, 03:26 PM
you can put in your table tag:

style="border:1px dashed #hexcode;"

or if you have css on your page and stuff for your table just add

border:1px dashed #hexcode;

to your

table { ...... }

in your css