View Single Post
Old 02-19-2011, 05:24 AM   #3
ldolse
Wizard
ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.
 
Posts: 1,337
Karma: 123455
Join Date: Apr 2009
Location: Malaysia
Device: PRS-650, iPhone
As long as the <p> tags don't have a over-riding class assigned to them you can just do this in the css:

h2 + p {
text-indent:0;
}
p {
text-indent:whatever;
}

If there is an over-riding class I believe the above should still work as long as you remove any indent settings from that class.
ldolse is offline   Reply With Quote