Help, Type formatting is all messed up suddenly

Permalink
Suddenly the text on playingonair.org has spaced out strangely, not looking the way it does in the edit block window. No idea what happened. Is there a fix? I've cleared the cache a couple of times.

gewald
 
Steevb replied on at Permalink Reply
Steevb
You need to look @ your code.

There is div in head and space missing with an image.

<img src="http://playingonair.org/files/1713/5033/7010/iTunes-Download-English_110x40.png"WIDTH=35HEIGHT=30/>


Should be:
<img src="http://playingonair.org/files/1713/5033/7010/iTunes-Download-English_110x40.png  width="35" height="30"/>


Or should that be: width="110" height="40" to actually match the image size?
gewald replied on at Permalink Reply 1 Attachment
gewald
Could that be causing the bigger problem of funky line spacing. See the attached image. The text is right in the Edit box, but wrong on the page.
gewald replied on at Permalink Reply
gewald
This is still a problem. Client is starting to ask me to move to another platform. Help!
Steevb replied on at Permalink Reply
Steevb
As I mentioned before, look at your code.

Not just the theme templates, but also the css.

Take a closer look at your typography, could there be problem with the paragraph margins and excess code?
gewald replied on at Permalink Reply
gewald
Nothing was changed on the template or CSS, which was working fine. It works in the text editing box, but displays wrong.

Garrett
gewald replied on at Permalink Reply
gewald
Thanks for the heads up on the code. Fixed it, but bigger problem remains.