| Reply | « Previous Thread | Next Thread » |
|
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?
|
|
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 |
|
I tried to put a table within a table in XHTML, but it didn't work. I use NMIT browser 3.0.1.
Willa |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|