Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User harikrishnag's Avatar
    Join Date
    Mar 2003
    Posts
    19
    Hey
    I am trying <table style="border-width=medium">, but its not showing any border. Is there any other way to show the border for the table?
    Thanks
    Hari

  2. #2
    Registered User ValeriA's Avatar
    Join Date
    Mar 2003
    Posts
    7
    try this
    <span style="border: solid medium">bla bla bla</span>

    or this
    <span style="border-style: solid; border-width:medium">bla bla bla</span>

  3. #3
    Registered User jmiheikk's Avatar
    Join Date
    Mar 2003
    Posts
    12
    If you are really sure about defining the border in your documents <table> tag, try for example:

    <table style="border: solid medium">

    Note however that it's preferred to use a stylesheet, so

    <table class="solid_medium">

    with a CSS including:

    .solid_medium {
    border-width: medium;
    border-style: solid;
    }

    does the same job in style.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved