selective table borders ?

S

Sam Black

Is it possible to render a table display without, say, either the top or
bottom borders showing?

ie, to assign different border values to the outside perimeter borders of a
table?

thanks,

Sam
 
J

Jukka K. Korpela

Scripsit Sam Black:
Is it possible to render a table display without, say, either the top
or bottom borders showing?

To some extent, you can use the frame="..." attribute in a <table> tag for
such purposes. For example, <table frames="vsides"> puts a border on the
left and right only.

But you'll get a more logical and a more flexible approach by suing CSS
inside.
ie, to assign different border values to the outside perimeter
borders of a table?

I don't think that's an "ie" (id est, that is).

If you want different border _widths_ or _colors_, for example, as it
sounds, then the HTML attributes are too limited and you really need CSS.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top