Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User bwilmeth's Avatar
    Join Date
    Mar 2003
    Posts
    2
    In the Flash presentaion on this site it shows links with boxes around them. I assume this is cells with borders with cellspacing. I can't get the cellspacing to show up. Also can you not put a table within a table in XHTML?

  2. #2
    Registered User jmiheikk's Avatar
    Join Date
    Mar 2003
    Posts
    12
    To create a link with boxes around it's not necessary to create a table. Try for example:

    <a href="link.html" class="link_borders">Link</a>

    and then by using an external style sheet define for example:

    .link_borders {
    border-style: solid;
    border-color: blue;
    border-width: medium;
    text-align: center;
    }

    To answer the second question, nested tables are totally ok in XHTML.

    Cheers,
    Janne

  3. #3
    Registered User willawei's Avatar
    Join Date
    Mar 2003
    Posts
    6
    I tried to put a table within a table in XHTML, but it didn't work. I use NMIT browser 3.0.1.

    Willa

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