1
Tutorials / Re: [TUT] Neue Kategorie Rechte, New categories permission
« on: January 03, 2010, 10:08:14 AM »
Perfect tutorial, it's saving a hundred clicks a day. Thank you!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hi, I don't know what to do.. I want those tables that surround the image to be perfectly aligned! I see that if there is 2 different thumbnails - speaking of height - then a space it appears under the thumbnail - check the attached pic..
Any ideea?!
Change your thumbnail_bit.html to thisCode: [Select]<table class="thumb" onmouseover="this.className='thumb2'" onmouseout="this.className='thumb'" border="1" cellspacing="1" style="border-collapse: collapse" bordercolor="#C0C0C0" id="AutoNumber1" >
<tr>
<td align="center">
<table border="1" cellspacing="1" style="border-collapse: collapse" bordercolor="#808080" id="AutoNumber2" title="{image_name}">
{thumbnail}
</table>
</td>
</tr>
</table>
<div class="info">
<p align="left" class="cat">{image_name}{if image_is_new}<span class="new">{lang_new}</span>{endif image_is_new}</p>
<div align="left">
<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>
</div>
you can see here http://www.myanimalsworld.com how looks that.