Hartley Posted August 3, 2007 Share Posted August 3, 2007 I was wondering if it was possible with current scripting to force table width into, say, increments of 4. If you have text that can stretch a table, the widths could go like: 100, 104, 108, 112, etc. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/63201-force-width-into-increments/ Share on other sites More sharing options...
Barand Posted August 3, 2007 Share Posted August 3, 2007 $width = 100 + $i * 4; vary the value of $i Link to comment https://forums.phpfreaks.com/topic/63201-force-width-into-increments/#findComment-315017 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.