Hello:
I have a site that is displaying text single spaced as expected in IE but double spaced in FF. Can anyone tell me what the cause is? Site is www.indianriverfestival.com
Not sure. But I can say that you have a lot of font tags going on there with all different sizes and colors. Maybe clean them up a little and see what happens.
I'm going to say it's the extra font tags too. Clean up the code and I would think the spacing will return to normal. By the way you do need to close font tags and it doesn't look like they've all been closed.
Cleaning up the code will probably fix the problem.
__________________ l Search Engine Friendly Web Design | Please login or register to view this content. Registration is FREE
l Tips On Marketing, SEO, Design, and Development | Please login or register to view this content. Registration is FREE
Even better -- dump the font tags completely and learn to use CSS to control font size (among a zillion other things). You will have far less maintenance headaches too.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
HI
First of all thank you to those who replied - however if you look at the page http://www.indianriverfestival.com/f...l/director.htm there are not many font tags. However I took them out (offline) except for the main body of text (which has the problem) and it still had the problem and that is with just one font tag. True I replaced the font tag with an inhead <style> for <P> and the problem went away so perhaps CSS is the best bet. I use CSS on sites that I originally create - this is a site I cleaned up (yes it was much. much worse) made by another company.
The above is living proof that one should engage brain even when cutting and pasting - and never paste anything that you dont stop to consider he ramifications of. This is a humbling experience