Guest Posted July 2, 2009 Posted July 2, 2009 Hi all, I'm trying to increase the space between the letters in words as they look too close so have he user unfriendly prob. Any ideas what code I would use? This is the current code in the stylesheet body {padding:0; margin:0; background-color:#091416;} body, td {font-family:Tahoma,verdana,arial; font-size:11.5px; color:#B8B8B8; font-weight:normal;}
spooks Posted July 2, 2009 Posted July 2, 2009 use letter-spacing: in the css Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al.
Guest Posted August 5, 2009 Posted August 5, 2009 use letter-spacing: in the css sorry for the newbie question but what do you mean? I mean how would it appear in the code?
multimixer Posted August 5, 2009 Posted August 5, 2009 sorry for the newbie question but what do you mean?I mean how would it appear in the code? letter-spacing: 2px; My community profile | Template system for osCommerce - New: Responsive | Feedback channel
andy_1984 Posted August 5, 2009 Posted August 5, 2009 open stylesheet.css in your catalog directory find this line of text: BODY { add this line directly under it: letter-spacing: 2px; change the number 2 incrementaly untill you get the correct ammount of spacing you desire
Recommended Posts
Archived
This topic is now archived and is closed to further replies.