PEAK XOOPS - Why this 120? in englishin japanese

Why this 120?

List posts in the topic

question Why this 120?

msg# 1
depth:
0
Previous post - Next post | Parent - Children.1 | Posted on 2006/6/17 1:05
slyss79  三等軍曹   Posts: 143
hi

in myalbum0 i have this problem:

<td valign="top" align="left" width="33%">
      <a href="http://www.stefanosnetwork.com/site/modules/myalbum0/viewcat.php?cid=21"><span style="font:bold 150%;"><font color=red><b>01/13/2004 - Vespa Party at Dopoteatro</b></font></span></a> 
      <br />
      </td>

          <td valign="top" align="right">
              <a href="http://www.stefanosnetwork.com/site/modules/myalbum0/viewcat.php?cid=12">
          <img src="http://www.stefanosnetwork.com/uploads/thumbs0/193.jpg" width="120" border="0" alt="" />
        </a>
          </td>

so in http://www.stefanosnetwork.com/site/modules/myalbum0/ i have all pics of my parties but i want to delete width="120" !!!

so: i go to admin side, template -> myalbu0 -> and i edit myalbum0_categories.html .... ok

this is my myalbum0_categories.html:

<table width="100%" border='0' cellspacing='5' cellpadding='0' align="center">
  <tr>
  <{foreach from=$subcategories item=cat key=count}>
    <td valign="top" align="right">
      <{if $cat.imgurl != ""}>
        <a href="<{$mod_url}>/viewcat.php?cid=<{$cat.cid}>">
          <img src="<{$cat.imgurl}>" border="0" alt="" />
        </a>
      <{else}>
        <a href="<{$mod_url}>/viewcat.php?cid=<{$cat.cid}>">
          <img src="<{$mod_url}>/images/folder32.gif" border="0" alt="" />
        </a>
      <{/if}>
    </td>
    <td valign="top" align="left" width="33%">
      <a href="<{$mod_url}>/viewcat.php?cid=<{$cat.cid}>"><span style="font:bold 150%;"><font color=red><b><{$cat.title}></b></font></span></a> 
      <br />
      </td>
    <{if ($count+1) is div by 3}>
      </tr><tr>
    <{/if}>
  <{/foreach}>
  </tr>
</table>

i have delete width="120" and update del module but the problem is still here...

do you have a solution ?

thanks and sorry for my english
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!