webmaster2 Posted July 17, 2004 Posted July 17, 2004 Hi all, I just recently installed the STS contribution and so far everything went as well, except the fact that my text fonts are now set to Arial size 2. Do I have to create a new style-sheet or something else needs to be done? Please help! "Sometimes doing the right thing isn't doing the right thing"
ozcsys Posted July 17, 2004 Posted July 17, 2004 Hi all, I just recently installed the STS contribution and so far everything went as well, except the fact that my text fonts are now set to Arial size 2. Do I have to create a new style-sheet or something else needs to be done? Please help! If you look at your sts_template.html file you will see that all the lines have the fonts set. You will need to change this. You can paste the following into your file over what you already have and you will be good to go. <html> <head> <!--$headcontent--> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body> <table width="100%" border="1" cellpadding="3" cellspacing="0"> <tr class="header"> <td> $cataloglogo</td> <td><div align="right"> $myaccountlogo $cartlogo $checkoutlogo</div></td> </tr> </table> <br> <table width="100%" border="1" cellpadding="3" cellspacing="0"> <tr class="headerNavigation"> <td>$breadcrumbs</td> <td><div align="right">$myaccountlogoff | $cartcontents | $checkout</div></td> </tr> </table> <br> <table width="100%" border="1" cellpadding="3" cellspacing="0"> <tr> <td width="125" valign="top"> <p>$catmenu</p> <p>$categorybox</p> <p>$manufacturerbox</p> <p>$whatsnewbox</p> <p>$searchbox</p> <p>$informationbox</p></td> <td valign="top"> <p>$content</p> </td> <td width="125" valign="top"> <p>$cartbox</p> <p>$maninfobox</p> <p>$orderhistorybox</p> <p>$bestsellersbox</p> <p>$specialfriendbox</p> <p>$reviewsbox</p> <p>$languagebox</p> <p>$currenciesbox</p></td> </tr> </table> <br> <table width="100%" border="1" cellpadding="3" cellspacing="0"> <tr> <td><div align="center">$footer</div></td> </tr> </table> <p> </p> </body> </html> The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
webmaster2 Posted July 17, 2004 Author Posted July 17, 2004 Thanks Richard, it works great. "Sometimes doing the right thing isn't doing the right thing"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.