The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Reducing footer size

3 posters

Go down

Solved Reducing footer size

Post by yehiapsycho 16/4/2010, 14:39

Hello Guys
recently a friend of mine which is CODY .. thanks and credits to him
made me a new footer
and its really gr8

but my question is that : i wanna reduce the font size ? any ideas please ?
avatar
yehiapsycho
Forumember

Male Posts : 145
Reputation : 0
Language : English
Location : Egypt,Alexandria

http://www.sharingmonster.ace.st

Back to top Go down

Solved Re: Reducing footer size

Post by yehiapsycho 17/4/2010, 13:42

BUMP !
avatar
yehiapsycho
Forumember

Male Posts : 145
Reputation : 0
Language : English
Location : Egypt,Alexandria

http://www.sharingmonster.ace.st

Back to top Go down

Solved Re: Reducing footer size

Post by Sanket 17/4/2010, 17:28

Just reduced it using the font size html code.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Reducing footer size

Post by yehiapsycho 17/4/2010, 17:36

What ?
avatar
yehiapsycho
Forumember

Male Posts : 145
Reputation : 0
Language : English
Location : Egypt,Alexandria

http://www.sharingmonster.ace.st

Back to top Go down

Solved Re: Reducing footer size

Post by Sanket 17/4/2010, 17:37

Whats the code that you used to add the footer?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Reducing footer size

Post by yehiapsycho 17/4/2010, 17:39

the only thing which is affected when i added span is the more word in the share script !

Code:
<span style="font-size:10px;"><table cellpadding="0" cellspacing="0" border="0px">
<tr><td>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_email"></a>
<a class="addthis_button_favorites"></a>
<a class="addthis_button_print"></a>
<span class="addthis_separator">|</span>
<a href="http://www.addthis.com/bookmark.php?v=250&pub=xa-4ac8de240c167ec5" class="addthis_button_expanded" style="text-decoration: none">More</a></div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pub=xa-4ac8de240c167ec5"></script>
<!-- AddThis Button END -->
</td></tr>
</table>

<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
  <tr>
      <td>
        <div>
            <div>
              <table>
                  <tbody>
                    <tr>
                        <td>
<!-- END html_validation -->
                        <td valign="top" width="{C3SIZE}">
                        <div id="{ID_RIGHT}">
                          <!-- BEGIN giefmod_index2 -->
                          {giefmod_index2.MODVAR}
                          <!-- BEGIN saut -->
                          <div style="height: {SPACE_ROW}px"></div>
                          <!-- END saut -->
                          <!-- END giefmod_index2 -->
                        </div>
                        </td>
                    </tr>
                  </tbody>
              </table>
            </div>
        </div>
        <!-- close div id="page-body" -->
        <div id="page-footer">
            <div align="center">
<div style="text-align: center; font-weight: arial;">Powered by : <a href="http://forumotion.com">Forumotion</a><br>SharingMonster l 2009-2010 l <a href="http://www.phpbb.com">phpBB </a></div>
              <div class="gen">
                  <strong>{ADMIN_LINK}</strong>
              </div>
            </div>
        </div>
        {PROTECT_FOOTER}
      </td>
  </tr>
</table>
<script type="text/javascript">
//<![CDATA[
  fa_endpage();
//]]>
</script>
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("{G_ANALYTICS_ID}");
pageTracker._trackPageview();
} catch(err) { }
</script>
<!-- END google_analytics_code -->
</body>
</html></span>
avatar
yehiapsycho
Forumember

Male Posts : 145
Reputation : 0
Language : English
Location : Egypt,Alexandria

http://www.sharingmonster.ace.st

Back to top Go down

Solved Re: Reducing footer size

Post by Sanket 17/4/2010, 17:43

Find this bit of code in your complete code.
Code:
<div style="text-align: center; font-weight: arial;">Powered by : <a href="http://forumotion.com">Forumotion</a><br>SharingMonster l 2009-2010 l <a href="http://www.phpbb.com">phpBB </a></div>

Replace it with this one. You can then change the font size from 7 to anything you want.
Code:
<div style="text-align: center; font size = 7; font-weight: arial;">Powered by : <a href="http://forumotion.com">Forumotion</a><br>SharingMonster l 2009-2010 l <a href="http://www.phpbb.com">phpBB </a></div>
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Reducing footer size

Post by yehiapsycho 17/4/2010, 17:46

The Same
nothing changed ! ? o.O
hmmm ?
avatar
yehiapsycho
Forumember

Male Posts : 145
Reputation : 0
Language : English
Location : Egypt,Alexandria

http://www.sharingmonster.ace.st

Back to top Go down

Solved Re: Reducing footer size

Post by Konzales 17/4/2010, 18:15

Go to ACP->Display->Templates->General Admin->Overall footer and do what Sanket told you:
Sanket wrote:Find this bit of code in your complete code.
Code:
<div style="text-align: center; font-weight: arial;">Powered by : <a href="http://forumotion.com">Forumotion</a><br>SharingMonster l 2009-2010 l <a href="http://www.phpbb.com">phpBB </a></div>

Replace it with this one. You can then change the font size from 7 to anything you want.
Code:
<div style="text-align: center; font size = 7; font-weight: arial;">Powered by : <a href="http://forumotion.com">Forumotion</a><br>SharingMonster l 2009-2010 l <a href="http://www.phpbb.com">phpBB </a></div>

Click save and remember to click on the green cross (Reducing footer size Ajouter) after saving. You got it?

You can try to give it another size than 7.

Try:
Code:
<div style="text-align: center; font size = 5; font-weight: arial;">Powered by : <a href="http://forumotion.com">Forumotion</a><br>SharingMonster l 2009-2010 l <a href="http://www.phpbb.com">phpBB </a></div>
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Solved Re: Reducing footer size

Post by yehiapsycho 17/4/2010, 18:25

lol i did everything Sanket told me to do !
anyway i will give a shot to ur try one second :

ok i tried. the same thing ! o.o
avatar
yehiapsycho
Forumember

Male Posts : 145
Reputation : 0
Language : English
Location : Egypt,Alexandria

http://www.sharingmonster.ace.st

Back to top Go down

Solved Re: Reducing footer size

Post by Konzales 17/4/2010, 18:31

I'm not sure, but try to change font size in the div to font-size

I dunno if it helps, but you can give it a try.
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Solved Re: Reducing footer size

Post by yehiapsycho 17/4/2010, 18:38

still nothing . i tried it !
avatar
yehiapsycho
Forumember

Male Posts : 145
Reputation : 0
Language : English
Location : Egypt,Alexandria

http://www.sharingmonster.ace.st

Back to top Go down

Solved Re: Reducing footer size

Post by Konzales 17/4/2010, 18:44

Ok, this should work. I tried it myself!!

Delete you old code (That Sanket posted) (Copy and save it in a .txt file for sure)

Now try this code in overall_footer:
Code:
<BR><font color="#FFFFFF" size="1">Powered by: <a style="text-decoration: none" href=http://forumotion.com/><font color="#FFFFFF" size="1">Forumotion</font></a>
<BR><font color="#FFFFFF" size="1">SharingMonster l 2009-2010 l  </font> <FONT color="#FFFFFF" size="1">&</FONT> <a style="text-decoration: none" href=http://phpbb.com/><font color="#FFFFFF" size="1">phpBB</font></a><br>

(You can edit the text size if you want, but it's take time for the long code, haha)


Last edited by Konzales on 17/4/2010, 18:45; edited 1 time in total (Reason for editing : .)
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Solved Re: Reducing footer size

Post by yehiapsycho 17/4/2010, 18:56

DUDE YOU ARE AMAZING :)thanks a millionnnnnnnnn
WOHOOOOOOOOOOOOOO
OMG !!!
this topic can be closed now
dude what do you want in exchange of that ? Razz
avatar
yehiapsycho
Forumember

Male Posts : 145
Reputation : 0
Language : English
Location : Egypt,Alexandria

http://www.sharingmonster.ace.st

Back to top Go down

Solved Re: Reducing footer size

Post by Konzales 17/4/2010, 18:59

No problem Smile

I want a bottle of rom! Very Happy haha
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Solved Re: Reducing footer size

Post by yehiapsycho 17/4/2010, 19:03

hahaha .. can you PM me your msn ?
avatar
yehiapsycho
Forumember

Male Posts : 145
Reputation : 0
Language : English
Location : Egypt,Alexandria

http://www.sharingmonster.ace.st

Back to top Go down

Solved Re: Reducing footer size

Post by Sanket 17/4/2010, 20:25

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Reducing footer size 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum