Forums

This topic is locked

Table border in dashed style

Posted 25 Sep 2003 08:21:40
1
has voted
25 Sep 2003 08:21:40 NaiWah Lui posted:
hi

How do i get the dashed style border in DMX?

thanks

nai wah

Replies

Replied 25 Sep 2003 09:53:47
25 Sep 2003 09:53:47 Wayne Hultum replied:
try putting this in the table tag or the td tag

<pre id=code><font face=courier size=2 id=code>style="border:1px dashed #ff0000" </font id=code></pre id=code>
you can also try these
<pre id=code><font face=courier size=2 id=code>style="border-left:1px dashed #ff0000" </font id=code></pre id=code>
<pre id=code><font face=courier size=2 id=code>style="border-left:1px dashed #ff0000; border-top:1px dashed #ff0000" </font id=code></pre id=code>
<pre id=code><font face=courier size=2 id=code>style="border-left:1px dashed #ff0000; border-top:1px dashed #ff0000; border-bottom:1px dashed #ff0000" </font id=code></pre id=code>

you can obviously change the border width and color. If you want a solid border just change dashed to solid

hope it helps

wayne

Reply to this topic