Internal p tags causing loss of styling
Posted: Fri Feb 22, 2008 4:21 pm
My page has a main <p> tag for an entire body of text, and inside of that text I have another <p> tag. The problem is that everything after the internal <p> (but still inside the main <p> tag) loses its styling.
I took a screen shot of a simple example on the w3schools website.
Here's the link: http://img182.imageshack.us/img182/6469/ssbw0.png
You can see that p.one colors the text red while p.two colors blue. Once I place p.two inside of p.one, I lose styling for text after. Any ideas?
I took a screen shot of a simple example on the w3schools website.
Here's the link: http://img182.imageshack.us/img182/6469/ssbw0.png
You can see that p.one colors the text red while p.two colors blue. Once I place p.two inside of p.one, I lose styling for text after. Any ideas?