If I have a <div id="entry"> and then a <p>, then the folowing should work, right? div#entry + p { text-indent: 0em; } Wouldn't div # p do the same thing, as well? -- Austin