soycharliente Posted June 10, 2007 Share Posted June 10, 2007 I have a table that shows a calendar. It has 7 cells across. I want each cell to have the same width and be even. Right now I'm using: #theCalendar th, #theCalendar td { width: 14.285%; } I know that's retarded (granted that it works), but us there an easier way? Link to comment https://forums.phpfreaks.com/topic/54998-solved-table-cell-widths/ Share on other sites More sharing options...
jcombs_31 Posted June 11, 2007 Share Posted June 11, 2007 How is that retarded, seems pretty logical to me. Although if you really want to be precise I would use pixels unless your table is expanding... Link to comment https://forums.phpfreaks.com/topic/54998-solved-table-cell-widths/#findComment-272279 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.