<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>seto-san</author_name>
  <author_url>https://blog.hatena.ne.jp/seto-san/</author_url>
  <blog_title>せとっちの備忘録（技術系）</blog_title>
  <blog_url>https://seto-san.hatenadiary.org/</blog_url>
  <categories>
    <anon>MT</anon>
  </categories>
  <description>エントリの一覧を表示するには？ MTEntries内でMTEntryTitleとかを書き出せば、エントリに 関するデータは引っ張り出せます。 では、それをテーブル上にして並べるには？ CSS？JavaScript？ ようはこういうプログラムを実行すればいい つまりは、 int mtEntCnt = &lt;MTEntryCount&gt;; int n = 3; // 行数 int i, j; printf(&quot;&lt;TABLE&gt;&quot;); printf(&quot;&lt;TR&gt;&quot;); for(i = 0; i &lt;= mtEntCnt; i++) { printf(&quot;&lt;TD&gt;&lt;MTEntryTitle&gt;&lt;/TD&gt;&quot;); if(i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fseto-san.hatenadiary.org%2Fentry%2F20090623%2F1245720710&quot; title=&quot;エントリやらカテゴリやらをテーブルレイアウトして表示する - せとっちの備忘録（技術系）&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-06-23 10:31:50</published>
  <title>エントリやらカテゴリやらをテーブルレイアウトして表示する</title>
  <type>rich</type>
  <url>https://seto-san.hatenadiary.org/entry/20090623/1245720710</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
