Suite | Team、Growth、Professional、EnterpriseまたはEnterprise Plus |
Support | + Guide ProfessionalまたはEnterprise |
記事エディターツールバーの表アイコンをクリックして、表オプションを選択することで、ヘルプセンターの記事に表を追加したり、そのプロパティをカスタマイズすることができます。提供される表の書式設定オプションは、安全でないHTMLを記事内に許可しているかどうかによって異なります。
メモ:また、テーブルをコンテンツブロックに追加し、ナレッジベース全体で再利用できるように書式設定や編集を行うことができます。また、記事エディターでテーブルを作成し、テーブルからコンテンツブロックを作成することもできます。これを行うと、テーブルはコンテンツブロックで使用されるテーブルエディターに変換され、そこから編集できるようになります。詳しくは「コンテンツブロックを使用した再利用可能な情報の作成および挿入」を参照してください。
この記事では、次のトピックについて説明します。
記事に表を追加する
記事に表を追加するには
- 新規または既存の記事で、表を追加したい場所にカーソルを置きます。
- 記事エディターのツールバーにある表のアイコンをクリックします。
- 表の書式設定メニューで、グリッドの上でカーソルを移動して、表に含める行と列の数を選択します。
- 記事に表を追加するには、グリッドをクリックします。
表が記事に追加されたら、セル内をクリックすることで、コンテンツとしてテキストや画像を挿入できます。また、セルの幅、高さ、テキストの配置などの表プロパティを設定することができます。
さらに、表の書式設定メニューを再度開いて、セルのプロパティを変更したり、行や列を追加および削除したり、表の外観を変更したりすることができます。
表を編集する
表を挿入した後、表の書式設定を変更して、行と列の削除や追加、セルのプロパティの変更、表全体の削除などができます。
表のプロパティを編集するには
- 表のある記事で、表の中をクリックします。
- 記事エディターのツールバーにある表アイコンをクリックします。
その後に、行と列の追加と削除、または表全体を削除することができます。
- 表全体のプロパティを編集するには、「表のプロパティ」をクリックして「表のプロパティ」ウィンドウを開きます。
カスタマイズできるのは、このウィンドウのプロパティだけです。
表の外観をより細かく設定する必要がある場合は、ヘルプセンターのセキュリティ権限を変更して、安全でないHTMLを許可する必要があります。詳細については、「安全でないHTMLを記事内に許可する」を参照してください。このセキュリティの変更を行うと、下図の「表のプロパティ」ウィンドウのように追加オプションが表示されます。
「詳細」タブでは、スタイル、境界線の色、および背景色を変更することができます。
ヒント:色は16進数の値で指定します。たとえば、黒は#000000、白は#FFFFFFです。 - 書式を変更したら、「OK」をクリックします。
45件のコメント
Taeha Hanshaw
Can this article please be updated? I do not have the “Advanced” tab to adjust border color of tables or border line size to make my borders stand out more on tables within Guide. If someone can point me to an article that outlines how to change the border color or the border line size, I'd appreciate it.
0
Trapta Singh
Hi Colleen,
Yes you can. But for that you need to change the code a bit and where ever you want to add the border you need to add the class in the article source code.
You can use below snippet for the same:
.article-body .add-border table, .article-body td, .article-body th {
border: solid 1px #000;
}
Now, for the articles where you want to add the border, you need to add an add-border class at the top of the source code.
Let me know if this works for you.
Thanks
Trapta
0
Colleen Huck
1263169208350 thanks that worked!
Is there a way to apply it to individual guides versus the template as a whole? We don't always need the full borders.
Further is it there any way to choose where you apply borders? (like in Excel or Word how you can have them on only the right or top of a specific cell)
Thanks!
0
Trapta Singh
6811483528602 try adding below code at the bottom of style.css file.
.article-body table, .article-body td, .article-body th {
border: solid 1px #000;
}
Let me know how it goes for you.
Thanks
Trapta
1
Colleen Huck
1263169208350 is there specific coding we need to use to have cell borders on all 4 sides? I added both a table border colour and cell border colour and while I can see it in edit mode, when I preview/publish the border is only on the top and bottom of the cells.
0
Zsa Trias
Hello Freyja,
I have found this article that can help: Why don’t table settings in the editor match the published article?
As mentioned there, by default, the Guide theme CSS overrides the cell padding you have set up through the table properties editor. The article also provides a code snippet that you can insert into your theme to have your cell padding reflected appropriately.
0
Freyja
Hello, I have a question regarding formatting tables. Every time I create a table (new table or copy and paste from another doc) the format change completely when I publish the article. I understand that is normal for the way the editor has been conceived and I understand there is a way to add a defining code on the css theme (not supported by Zendesk). But my question is: how can I avoid this? I have recently created a table on a doc and it's impossible to keep the same format between cells even I used the same parameters. How can I create a table that is "stable"? Thanks
0
Neil
As mentioned in the article above.
0
CS_process_info_mgmt
Hello, the advanced option for cell properties is missing, any idea how to have it back?
0
Zach Brown
Thanks for looking into it Dane Adriano. I'll contact through Messaging.
0
サインインしてコメントを残してください。