Vertical dotted lines

G

Guest

Hi

Can anyone help me how to create vertical dotted lines in FrontPage 2003. I
am trying to use them as cell separaters to give a better look.

Thanks
<<Jay>>
 
S

Stefan B Rusynko

Only as images




| Hi
|
| Can anyone help me how to create vertical dotted lines in FrontPage 2003. I
| am trying to use them as cell separaters to give a better look.
|
| Thanks
| <<Jay>>
 
M

MD Websunlimited

By cell do you mean table cells?

..cells { border-left: dashed; border-right: dashed; border-left-width: 1px; border-right-width: 1px; }

<td class="cells" >
 
A

Andrew Murray

Create such a thing in an image editor or type a full stop on each line
..
..
..
..
..
..
..

(if you can see the dots above). To get them closer together it's better
doing it in an image editor, create one dot in the text tool, then copy and
paste as many as you need, arrange them as you wish, then group them and
save the group as a gif or jpg. That's how I would do it (I still use Image
Composer 1.5).

But I agree; there should be an html tag for a vertical line, similar idea
to the <hr> tag which you can change the line appearance with styles to make
a dotted line.
 
Top