Dotted line

http://mediumcube.com/

(html question)

how is that dotted line done?? i tried in dreamweaver but i only get the dashed line…does anyone know how to accomplish the dotted line effect?

Hi

It seems to be used as a table cell background.
From code source:

<td width="3" height="100%" background="../images/dot_vertical.gif">

and its used in several places with similiar code.
(Not recalling table background properties right off)

So, it doesn’t seem to be Dreamweaver specific, but an HTML table attribute.(Perhaps an extra column at the edge filled with the image?)

Hope this clue helps to the technique used here and deciding if it’s appropiate for your use.

Findal
www.fndzinz.com