Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Increase kerning? How is it done please


Guest

Recommended Posts

Posted

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;}

Posted

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.

  • 1 month later...
Posted
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?

Posted

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

Archived

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

×
×
  • Create New...