Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/users/1/macerate/web/main/denmi_net/wp/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc/nxs_functions_engine.php on line 266

Warning: Cannot modify header information - headers already sent by (output started at /home/users/1/macerate/web/main/denmi_net/wp/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc/nxs_functions_engine.php:266) in /home/users/1/macerate/web/main/denmi_net/wp/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 1592
Weaverのテーブル処理・・・簡易版 #DENMI #Weaver #WordPress | DENMI.NET_WP
Skip to content

Weaverのテーブル処理・・・簡易版 #DENMI #Weaver #WordPress

Weaver Version: 2.2.6のテーブル処理について・・・

テーブルを列2×行1で構成
片方に写真、もう片方にテキスト。

位置が乱れてしまう。

プラグインのTinyMCE Advancedなどを使ってもセルの調整がうまくいかない。

style.cssを修正

LINE60

table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
}

上記を

table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
/*このラインを消すことによってテーブルの少し乱れが解消する気がする
vertical-align: baseline;
処理ここまで */
}

65行目を消しても良いのだが、
無効化するほうを選んだ。

もっといい方法や解決策はあるはずですが、
仕事中につき、備忘帳ということで・・・。

One Reply to “Weaverのテーブル処理・・・簡易版 #DENMI #Weaver #WordPress”

  1. ピンバック: Nowpie (なうぴー) J-POP

Comments are closed.