Forum Moderators: mack
Then in all the rest I placed <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The problem is that a bottom scrollbar keeps appearing and I found out what is causing it. The <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
DOCTYPE is making the bottom scrollbar appear whenever the body text needs to be scrolled. I couldn't believe that was causing it but I removed it and all was well. So my question as a beginner is why? Is there something I am missing here? If I enclose it in <-- ...> then the problem goes away. But then the question is will the DOCTYPE still work?
Try it with no content except a lot of text in a <p>paragraph</p>
Also, what browsers do you see it in? Are you usnig CSS?
Tom
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> Without seeing your markup, I can't say why the horizontal scrollbar appears.