Forum Moderators: open

Message Too Old, No Replies

Spacing Around Images

How can I create space around images but only on the right hand side.

         

Farser

5:50 pm on Jun 27, 2008 (gmt 0)

10+ Year Member



Hi,

I am trying to find out how to create space around an image but only on the right hand side using html or inline styles. I can use vspace but this puts the padding on both sides! Any tips would be greatly appreciated!

Will f

eelixduppy

5:52 pm on Jun 27, 2008 (gmt 0)



Using CSS you can change the padding on the right.


<img src="..." alt="..." style="padding-right: 10px" />

And Welcome to WebmasterWorld! :)

Farser

6:30 pm on Jun 27, 2008 (gmt 0)

10+ Year Member



Thanks for the speedy reply!