Hayssam Posted October 31, 2007 Posted October 31, 2007 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 !
ralphvandenberg Posted October 31, 2007 Posted October 31, 2007 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
ralphvandenberg Posted October 31, 2007 Posted October 31, 2007 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
Hayssam Posted October 31, 2007 Author Posted October 31, 2007 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 .
Recommended Posts
Archived
This topic is now archived and is closed to further replies.