Using pictures as bullets cause text to be stretched

  • Thread starter Thread starter CJ
  • Start date Start date
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
 
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:

Thanks, but I put that in to try to correct the problem! Have now removed
the offending code but the problem remains.

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.
 
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
 
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."

===================================================
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top