Latest News

  • Super Tower Defense 2 Game
    Sep 03, 2010

    New to the games section is Super Tower Defense 2. Featuring more maps, new units and bigger explosions.

  • Super Cards Online Multiplayer Game
    Aug 13, 2010

    Released today in the games section is the new Super Cards multiplayer card game. The aim of the game is to get rid of all your playing cards before your opposition.

  • Silverlight Online Chat
    Jul 24, 2010

    Today we launch the new Silverlight Live Chat application demonstrating the Liquid RichTextBox and Emoticon replacements.

  • New Super Shoot Em Up 2 Game
    Jun 29, 2010

    Added to the Games section is the new Super Shoot 'Em Up 2 game. Take control of your tank with the aim to defeat the computer controlled opponents. Features all new weapons, levels and Battle Mode!

  • Silverlight 4 Controls V5.3.2 Released
    Jun 28, 2010

    This release contains several fixes raised in the forums.

deepsraina
deepsraina
dotted border around text Posted: Jun 18, 2010
 

Hi,

Thanks for such wonderful control.


One query though:

I want to draw border around some text ( say render a table with border) say using following HTML


<html>

<head>

    <style type='text/css'>

        .Test

        {

            border:Dotted;

        }

    </style>

</head>

<body>

    <table class='Test' id='Table1'>

        <tr>

            <td>

                This is a paragraph - test

            </td>

        </tr>

    </table>

</body>

</html>


But it does not render the same.

Am I missing something?


Thanks

Deepak

 
 
dan
dan
RE: dotted border around text Posted: Jun 18, 2010
 

Hi Deepak,


At thje moment only limited HTML/CSS is supported.  Dotted borders are not supported, only solid borders can be used on a table:


e.g. 1px solid #000000


Thanks!