what's better?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all,

is it better to set an html table's width property to percent or pixels?

thanks,
rodchar
 
There's no better or not, it really depends on your requirements. The nice
thing about relative sizes (%) is that it'll adjust to the user's settings.
The downside is that it might look differently than what you were planning.

if you specify 600px, there might be 1000px of whitespace on the right...If
you specify 70%, it might squish the text into a smaller area than you were
planning.

It really depends on your design.

Karl
 
thank you.

Karl Seguin said:
There's no better or not, it really depends on your requirements. The nice
thing about relative sizes (%) is that it'll adjust to the user's settings.
The downside is that it might look differently than what you were planning.

if you specify 600px, there might be 1000px of whitespace on the right...If
you specify 70%, it might squish the text into a smaller area than you were
planning.

It really depends on your design.

Karl
 

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

Back
Top