472,103 Members | 1,414 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,103 software developers and data experts.

Design Questions

J

3 specific questions referring primarily to fixed-width columns within
fixed-width tables:

1. For calculating fixed column widths, I found some math online:

cellpadding * columns * 2 + cellspacing * (columns + 1) + borders *
(columns + 1) =
full table width

I would appreciate any feedback as to whether this is correct/reliable.
2. I have heard that leaving one column with width undefined is good
web design practice. Would someone confirm/refute this claim?

3. What is the best way to specify "rowspan" when you have a column
which continually changes height with updates, and the adjacent column
has a fixed number of rows? I initially thought that "rowspan=0" would

be correct but it appears this isn't universally supported.

Thanks in advance.

John

Apr 10 '06 #1
4 1481
J wrote:
3 specific questions referring primarily to fixed-width columns within
fixed-width tables:


<URL:http://www.allmyfaqs.net/faq.pl?AnySizeDesign>
<URL:http://www.allmyfaqs.com/faq.pl?Tableless_layouts>
<URL:http://css-discuss.incutio.com/?page=CssLayouts>

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Apr 11 '06 #2
J

Great design resources. Thanks.

Apr 13 '06 #3
kchayka wrote:
J wrote:
3 specific questions referring primarily to fixed-width columns within
fixed-width tables:


<URL:http://www.allmyfaqs.net/faq.pl?AnySizeDesign>
<URL:http://www.allmyfaqs.com/faq.pl?Tableless_layouts>
<URL:http://css-discuss.incutio.com/?page=CssLayouts>


That middle URL is incorrect. It should read:
http://allmyfaqs.net/faq.pl?Tableless_layouts

--
AGw.

Apr 14 '06 #4
fr*******@southernskies.co.uk wrote:
kchayka wrote:

<URL:http://www.allmyfaqs.com/faq.pl?Tableless_layouts>


It should read:
http://allmyfaqs.net/faq.pl?Tableless_layouts


I guess I didn't get all my bookmarks changed when the site moved from
..com to .net. thanks for letting me know.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Apr 15 '06 #5

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by R Doornbosch | last post: by
30 posts views Thread by Dimitris | last post: by
1 post views Thread by Ayende Rahien | last post: by
5 posts views Thread by William Wisnieski | last post: by
reply views Thread by Ivan Demkovitch | last post: by
1 post views Thread by tobias.sturn | last post: by
reply views Thread by David | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.