quick php question
-
Hey all,
I want to make an inline style change to the margin on the line:
<div id="post-<?php the_ID(); ?>" <?php if (function_exists("post_class")) post_class(); else print 'class="post"'; ?>>
What could I add to this line if I want to change the margin to margin: 0 0 0em; ?
Thank you!
Sam
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘quick php question’ is closed to new replies.