|
Very, very bad HTML.
First, use div's in the apropriate manner. Give them a name in your style sheet e.g. #divname {...} And create classes for their content rather than using <B> etc. If you use <B> use <strong> instead. Also try to use lower case only.
As Adam already mentioned, you have to close every tag. I see no sense in using <p><p>. Also, when you use <BR> do it properly : <br /> There is no <BR></BR>. You have to close tags in this order: open 1,2,3,4,5....close ....5,4,3,2,1. That's the general idea. Some tags need to be closed as soon as they end, like the image tag <img src="whatever path" />
__________________
THE FORCE is with me at last! All I need now is some TALKUPATION ;)
|