I've run into a problem with my template but I'm not sure what I messed up. http://freepages.school-alumni.rootsweb.ancestry.com/~florian/the-rockdoctor/test-left-align.html I used the CSS from my "misc" page, changed the colors, and tried to enter content. This CSS is named rd.css If I recall correctly (?), Pat G. had said if I used p align="left" for content (and because it would appear before every line) that I would defeat the purpose of having CSS. So I used just <..p> without the dots and at the end of each paragraph I used </...p> without the dots. The result is everything from the on-page title inside the innermost area next to the navigation area being centered. Also not shown on this page but on some other pages, the content box on the right (middle of pagge) is carrying over the H1 font size from above the box area - where it has Test Sub Test Why is it doing that? My nav is in an _include so that file is set to left align, although without the nav _include inserted on this test page, the word "test" is centered in the left nav area on the page. I'm wondering if the problem might be missing divs? (just a guess, I'm not sure if my guess is right). I'm not real sure where to inseert div though -- where do the div and /div codes go? I tried inserting one div after the content ID and the page text then left aligned BUT then w3 validator complained so I'm wondering if my placement was wrong. Any ideas about what I did wrong? I'd like to fix this correctly. Btw, two years ago I got only a few correct on the 20-CSS questions at w3 schools. I took that testagain yesterday and got 17/20 right. I've learned *some* I guess. Judy