恥極まる話ですが、今までもっぱらHTMLのレイアウトはtableタグを使ってました。 ごめんなさい>< 反省というか自戒の為、記録。 tmp1.htmlが今まで通りtableタグでレイアウトを構成したもの。 tmp2.htmlがtableタグを使わないようにしたもの。でも、多分もう少しうまくやればリテラルが減らせるんじゃないかな、と思ってます。 tmp1.html・・・tableタグを使ったもの <html> <head> <style> * { margin: 0px; padding: 0px; } table.buttonlayout { margin: 50px; } table.buttonlayout th { color: white; background-color: blue; border: 1px solid blue; } table.buttonlayout t