Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html WordPress:为表格的单行定义列宽的代码_Html_Wordpress - Fatal编程技术网

Html WordPress:为表格的单行定义列宽的代码

Html WordPress:为表格的单行定义列宽的代码,html,wordpress,Html,Wordpress,WordPress:在WordPress表格w/HTML中寻找一种改变列宽和连接各行列的方法。 例如: 尝试: <table style="height: 404px;" width="635"> <tbody> <tr width="635"><strong><em>ACDC ~ The ultimate CBD medicine:</em></strong> <div style="font-size:

WordPress:在WordPress表格w/HTML中寻找一种改变列宽和连接各行列的方法。 例如:

尝试:

<table style="height: 404px;" width="635">
<tbody>
<tr width="635"><strong><em>ACDC ~ The ultimate CBD medicine:</em></strong>
<div style="font-size: .95rem; line-height: .95rem;">
<td>This strain...

ACDC~终极CBD药物:
这个品种。。。


ACDC~终极CBD药物:
这个品种。。。
'希望此行显示在表中的一列中,并且是表的全宽。其他行包含定义宽度的多列


非常感谢~:~Jacob

解决方案:从表中删除指定的行。花了几分钟。非常感谢

解决方案:从表中删除指定的行。花了几分钟。非常感谢

<table style="height: 404px;" width="635">
<tbody>
<tr><strong><em>ACDC ~ The ultimate CBD medicine:</em></strong>
<div style="font-size: .95rem; line-height: .95rem;">
<td  width="635">This strain...