Click to See Complete Forum and Search --> : text reverting to default


rapid
12-28-2004, 02:50 PM
Half way down this page (http://www.shelectrics.com/meba/index.html) the text loses its formatting and reverts to default times new roman.

any ideas why?

Charles
12-28-2004, 02:55 PM
Chances are you dropped a tag. Start by cleaning up your mark up errors listed at http://validator.w3.org/check?verbose=1&uri=http%3A//www.shelectrics.com/meba/index.html . There are too many of them for me to tell which if any is causing the problem.

ray326
12-28-2004, 02:58 PM
You define the font-family in the #container div and I think you've accidentally closed it out at that point. If you need the font-family to be global to the page then move it into the body selector.

rapid
12-28-2004, 03:12 PM
easy when you know how, huh?

thanks very much.