Using pictures as bullets cause text to be stretched

S

Steve Easton

Because in the font setting for
the text following the first bullet, you
have specified a different font size.
following is a cut and paste from the page:

<span lang="EN-GB" style="font-family:Verdana size=10pt">We offer a
personal, professional service from experienced
practitioners.</span>

hth
 
S

Steve Easton

The font specified in the body tag
is Tahoma 10pt
The font specified for the bullets is
Verdana.
Try using Tahoma for the bullets.
 
C

CJ

The font specified in the body tag
is Tahoma 10pt
The font specified for the bullets is
Verdana.
Try using Tahoma for the bullets.

Thanks again, unfortunately this hasn't worked either. I can't understand
it.

CJ
 
T

Theresa Bennett

CJ, you can manually correct it in each bulleted item by specifying the font
size:
font-family: Verdana; font-size: 10pt

HTH
--
Theresa Bennett
http://webworksite.com
"The worksite for designers and developers."

===================================================
 
C

CJ

CJ, you can manually correct it in each bulleted item by specifying the font
size:
font-family: Verdana; font-size: 10pt

That's great, thanks, I thought I had already tried that but apparently not!

CJ
 
Top