Hallo,
Ich möchte die Datei thumbnail_bit.html für meinen Geschmack anpassen. Allerdings verursache ich immer wieder Fehler und wollte Fragen, ob mir jemand eventuell sagen kann, wie man das umsetzen kann. Aussehen sollte das ganze wie im Anhang in dem Bild. Habe es mit Tabellen versucht. Abe irgendwie zerschiesse ich mir die class immer ...... Der Standart Code lautet:
<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->
<div class="thumb" onmouseover="this.className='thumb2'" onmouseout="this.className='thumb'">
{thumbnail}
</div>
<div class="info">
<p class="cat">{image_name}{if image_is_new}<span class="new">{lang_new}</span>{endif image_is_new}</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
{if categories}<td><p class="category"><a href="{cat_url}">{cat_name}</a></p></td>{endif categories}
{if allow_comments}<td><p class="comment">{image_comments}</p></td>{endif allow_comments}
<td><p class="user">({user_name_link})</p></td>
</tr>
</table>
{lightbox_button}
</div>