Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can i change font size for footer text ?


Hayssam

Recommended Posts

Posted

i tried to change some text in footer beside copyrights but the text gone bigger

 

this is my code

 

define('FOOTER_TEXT_BODY', '<div><font class="ws6" face="Tahoma">Copyright © </font><font class="ws6" face="Tahoma"><a href="http://www.brwebhost.com">Brazil Web Host</a></font><font class="ws6" face="Tahoma">  </font><font class="ws6" color="#000000" face="Tahoma">Powered by</font><font class="ws6" face="Tahoma"><a href="http://www.oscommerce.com">OsCommerce</a></font><font class="ws6" color="#000000" face="Tahoma"> 2007.</font></div>

<div><font class="ws9" face="Tahoma"><BR></font></div>');

 

how can i make the text size smaller please !

Posted
i tried to change some text in footer beside copyrights but the text gone bigger

 

this is my code

 

define('FOOTER_TEXT_BODY', '<div><font class="ws6" face="Tahoma">Copyright © </font><font class="ws6" face="Tahoma"><a href="http://www.brwebhost.com">Brazil Web Host</a></font><font class="ws6" face="Tahoma">  </font><font class="ws6" color="#000000" face="Tahoma">Powered by</font><font class="ws6" face="Tahoma"><a href="http://www.oscommerce.com">OsCommerce</a></font><font class="ws6" color="#000000" face="Tahoma"> 2007.</font></div>

<div><font class="ws9" face="Tahoma"><BR></font></div>');

 

how can i make the text size smaller please !

 

you can simply add size="#" somewhere inside your <font> tags. play around with some numbers and see what suits you.

 

Ralph

--- Ralph

Posted
i tried to change some text in footer beside copyrights but the text gone bigger

 

this is my code

 

define('FOOTER_TEXT_BODY', '<div><font class="ws6" face="Tahoma">Copyright © </font><font class="ws6" face="Tahoma"><a href="http://www.brwebhost.com">Brazil Web Host</a></font><font class="ws6" face="Tahoma">  </font><font class="ws6" color="#000000" face="Tahoma">Powered by</font><font class="ws6" face="Tahoma"><a href="http://www.oscommerce.com">OsCommerce</a></font><font class="ws6" color="#000000" face="Tahoma"> 2007.</font></div>

<div><font class="ws9" face="Tahoma"><BR></font></div>');

 

how can i make the text size smaller please !

 

another option would be to take a look in your stylesheet and play around with the .ws6 or .ws9 classes

--- Ralph

Posted
another option would be to take a look in your stylesheet and play around with the .ws6 or .ws9 classes

 

 

thanks for helping i will try to add size code .

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...