Hi,
This works for me with only one issue.
<Div Align = “Right”>
<image><image2><image3>
</div>
The Buttons show at the far right. I would like to move them a little bit toward the center.
I tried vspace without success.
Thanks in advance.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
March 10, 2011 12:57pm
Subscribe [2]#1 / Mar 10, 2011 12:57pm
Hi,
This works for me with only one issue.
<Div Align = “Right”>
<image><image2><image3>
</div>
The Buttons show at the far right. I would like to move them a little bit toward the center.
I tried vspace without success.
Thanks in advance.
#2 / Mar 10, 2011 3:22pm
You can add spacing to right or left by adding padding. So:
The above example would put padding all around the contents of the div:
1px top
2px right
3px bottom
4px left
It always goes top, right, bottom, left - clockwise from top.
Hope that helps.
#3 / Mar 10, 2011 3:32pm
Worked. Perfect. Thank you so much.