Page 1 of 1

spaces after logo

PostPosted: Wed Jul 25, 2007 2:44 am
Author: waterjunk
hi everyone.

i just installed integramod and it works beautifully. however, i noticed some weird spaces after my logo. a view at the page source revealed 5 spaces.

Code: Select all
   <tr>      <td>      <table>        <tr>          <td><a><img></a></td>          <td>     </td>        </tr>      </table>    </td>  </tr>  


anyone have any idea on how to fix this?

also, is there anyway to change the link of the banner/logo so that it points to forum instead of portal?

thanks!

Re: spaces after logo

PostPosted: Wed Jul 25, 2007 4:34 am
Author: .QUACK.Major.Pain
<td> </td>

That's the spacing.

Re: spaces after logo

PostPosted: Wed Jul 25, 2007 6:52 am
Author: Helter
to make it point to the forums, open your template/overall_header.tpl

Code: Select all
 # #-----[ FIND ]------------------------------------------ #  <td><a><img src="{LOGO}"  # #-----[ INLINE, FIND ]------------------------------------------ #  {U_PORTAL}  # #-----[ REPLACE WITH ]------------------------------------------ #  {U_INDEX}  # #-----[ SAVE AND CLOSE ]------------------------------------------ #  

Re: spaces after logo

PostPosted: Wed Jul 25, 2007 6:36 pm
Author: waterjunk
".=QUACK=.Major.Pain";p="27545" wrote:<td> </td>

That's the spacing.


thanks for the replies, .=QUACK=.Major.Pain and HelterSkelter.

i know that line is responsible for the spaces but what module/file/whatever it calls is responsible for generating that line?

PostPosted: Thu Jul 26, 2007 5:20 am
Author: Whisky
index.php for the forum index
portal.php fro the main portal page

This is where the data is generated and passe to the template which display the HTML stuff.

But you should not change anything to those files since your problem comes only from the templates

Re: spaces after logo

PostPosted: Thu Jul 26, 2007 8:43 am
Author: tmotley
I'd look in /templates/YOUR TEMPLATE/overall_header.tpl