Try to set left padding with this code (now is 30px).
<?php
$the_query = new WP_Query( 'page_id=2012' );
while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
<div style="padding:0 0 0 30px" >
<?php the_content(); ?>
</div>
<?php endwhile;
wp_reset_query();
?>
http://www.w3schools.com/css/css_padding.asp
Thanks a lot Vjpo,
All problems solved.
Just a quick question (for my general knowledge)so I don’t have to create a new topic.
When i was trying vslider, the code was:
<?php if (function_exists(‘vslider’)) { vslider(‘abc’); }?>
If I want to move that to the right (just for testing), how do I adjust it to add “padding thingy” because   won’t work.
<?php if (function_exists('vslider')) {
echo '<div style="padding:0 0 0 30px" >';
vslider('abc');
echo '</div>';
} ?>
About flash – it’s slow when has big size.
Okay thanks,
For some odd reason, changing 30 px to any number isn’t moving the slider to either right, or left (though I want to move it to the right)
Nevermind
All fixed, I Just had to do Float: Yes.
Didn’t even bother changing 30 px after that.
Thanks much,
By the way, do you provide support on MSN?
do you provide support on MSN?
I never thought about it 🙂