PDA

View Full Version : quit margins in forum image (avalon)


El_Vindicador
12 Jan 08, 02:15
Another little doubt:

http://img441.imageshack.us/img441/345/sinttulo2rk6.gif


wich variable i need to modify to quit the space up and down to de forum image?

thanks

CyberAlien
12 Jan 08, 11:27
In forumlist_body.html find this: <td class="row1">
<!-- IF forumrow.FORUM_IMAGE -->
<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td><td width="100%" valign="middle">
<!-- ENDIF -->
and replace with this: <td class="row1"<!-- IF forumrow.FORUM_IMAGE --> style="padding: 0;"<!-- ENDIF -->>
<!-- IF forumrow.FORUM_IMAGE -->
<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="middle">{forumrow.FORUM_IMAGE}</td><td width="100%" valign="middle" style="padding: 4px;">
<!-- ENDIF -->
There are 2 blocks of such code, replace both of them.

El_Vindicador
13 Jan 08, 00:27
perfect!!!

thankkss!!