When making tables in HTML should I use percent or pixels to define the table width?
Which way would it be compatable with most browsers?
Public Comments
- Personally, I use an outer table around 800 pixels wide to maintain consistent layout on different monitor/window sizes. Inside this, I might use pixels where a photo is placed.
- I suggest percents! That will look fine in every resolutions, while pixels can deface the layout of your site if you watch it in a really poor resolution.
- try to find it out from website like http://tutorials-html.blogspot.com/
Powered by Yahoo! Answers