Page 1 of 1

Removing the Tables for RWD

Posted: Fri Nov 23, 2018 6:23 pm
by ReddWebDev
In an effort to make this build more Responsive, I'll set about to removing the Tables that are being used for the forms. We don't really use <table> <td><tr> tags any more or even assign fixed px widths.

Writing the forms to #form-inline with margin/padding will usually place them where they need to be according to their element on the page without having to use the <table> tags for placement.