PEAK XOOPS - トップのリストをテーブル表示に in englishin japanese

トップのリストをテーブル表示に

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2006/8/24 20:10
easy_yu  二等兵   Posts: 3
はじめまして。
http://yuru-ri.net/photo/
上記サイトにて、myalbum_pを使わせていただいております。

モジュールトップページのリスト表示を、カテゴリと同じようにテーブル表示にしたいと思っているのですが方法が分かりません。
CSSのfloat:leftを使用して回り込めば見た目は同じように出来るものの、縦位置の画像が入ると上手く回り込まずにレイアウトが崩れてしまいます。

カテゴリと同様に一般設定でテーブル表示を反映させる方法、またはレイアウトの崩れない表示方法をお教え頂けたらと思い書き込みをいたしました。

ご多忙のところ恐れ入りますが、アドバイスをいただけますと幸いです。
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/8/25 5:15
GIJOE  先任軍曹   Posts: 4110
それは純粋にHTMLのテクニックの話題ですね。
私自身、HTMLデザイナーではありませんし、お力にはなれません。
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2006/8/25 9:46
easy_yu  二等兵   Posts: 3
GIJOEさま ご回答ありがとうございます。
すみません、無駄な説明が多過ぎました。

一般設定で行う「一覧表示→テーブル表示」を、
myalbum_index.htmlのリストにも反映出来る方法があればと思い
書き込ませて頂いた次第です。

なんとかがんばってみます。
ありがとうございました。
Votes:1 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2006/8/25 23:42
easy_yu  二等兵   Posts: 3
こんばんは。
別の場所でアドバイス頂き、解決に至りましたのでご報告致します。

取り急ぎmyalbum_index.htmlに直接書き込みしました。
------------------------
<table width='100%' cellspacing='0' cellpadding='0' border='0'>
<tr>
<td align="center">
<{foreach item=photo key=count from=$photos}>
<div style="padding:3px"><a href="<{$mod_url}>/photo.php?lid=<{$photo.lid}>"><img src="<{$photo.imgsrc_thumb}>" <{$photo.width_spec}> alt="<{$photo.title}>" title="<{$photo.title}>" border="0" /></a></div>
<{cycle values="</td><td>,</td><td>,</td><td>,</td></tr><tr><td>"}>
<{/foreach}>
</td>
</tr>
</table>
------------------------
一般設定は反映されませんが、
このソースで、回り込みの不具合が出ることなく4列表示できました。

参考にさせて頂いたのは以下のトピです。
http://xoopscube.jp/modules/xhnewbb/viewtopic.php?viewmode=flat&order=ASC&topic_id=273&am...

ご多忙のところ目を通して下さり、ありがとうございました。
Votes:3 Average:6.67

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!