Hi. I am new to the forum. I just finished a css layout. I should mention that this is all new to me. Well a friend of mine said it is totally screwed up in Netscape. Any suggestions are greatly appreciated. http://jammin-pixels.ramandjenn.com/index.html
need help
Your friend is correct, It needs a bit of work.
Start by validating the [url=http://validator.w3.org/check?uri=http://jammin-pixels.ramandjenn.com/index.html&charset=(detect%20automatically)&doctype=(detect%20automatically)&verbose=1]
HTML[/url] and CSS.
You need a doctype like: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
at the top of your document before the html tag to get any further with validation.
Once both the HTML and CSS validate, it should be easier to find the solution.