SOLVED Reduce Space Between Text And Signature


Subject: Reduce Space Between Text And Signature
1. Well, the space between the text and the signature is too big, how can I reduce it?

2. And... how can I set up colors in the post subject?

3. And... can I change the Views/replies order to Replies/Views? I think it's better.

Profile PM  
Subject: Re: Reduce Space Between Text And Signature
1) Remove <
Code: [Download] [Hide] [Select]
br /><br /><br /><br />
from viewtopic_body.tpl. Remove the amout of <br/> you want ;)

2) Try to replace inside the same file,
Quote:
{postrow.POST_SUBJECT}
with
Code: [Download] [Hide] [Select]
<font color="#FE0000">{postrow.POST_SUBJECT}</font>


3) Move
Code: [Download] [Hide] [Select]
<th width="50">{L_VIEWS}</th>
where
Code: [Download] [Hide] [Select]
<th width="50">{L_REPLIES}</th>
it's and backwards
Do the same thing with
Code: [Download] [Hide] [Select]
<td class="row2 row-center-small">{topicrow.VIEWS}</td>
with
Code: [Download] [Hide] [Select]
<td class="row2 row-center-small">{topicrow.REPLIES}</td>


:v:

Subject: Re: Reduce Space Between Text And Signature
Spoiler: [ Show ]


Thanks!! :mryellow:

Profile PM  
Subject: Re: SOLVED - Reduce Space Between Text And Signature
You are welcome


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1096s (PHP: 16% SQL: 84%)
SQL queries: 10 - Debug Off - GZIP Enabled