Discussion Board
cellspacing in XHTML
1970-01-01, 02:00
#1
Registered User
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?
RE: cellspacing in XHTML
1970-01-01, 02:00
#2
Registered User
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
RE: cellspacing in XHTML
1970-01-01, 02:00
#3
Registered User
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
Forum Rules